Graphical Tool to configurate Manjaro Linux
  • HTML 96.5%
  • C++ 3.3%
  • CMake 0.2%
Find a file
2026-02-13 10:42:27 -07:00
.tx Add translation scripts 2016-04-12 02:52:16 +02:00
hacking code style: add astylerc (same format as Calamares) 2017-05-28 22:15:11 +02:00
resources update icon color (#91) 2017-02-05 01:59:56 +01:00
src [libmsm] add LTS linux618 2026-02-13 10:42:27 -07:00
.gitignore msmlib: format ActionDialog and remove some code 2017-05-28 22:14:44 +02:00
AUTHORS Some work on timedate page 2014-07-22 22:59:20 +02:00
CMakeLists.txt 0.5.8 2025-02-05 14:18:36 -07:00
COPYING first commit 2013-03-15 00:27:59 +01:00
create_ts Add translation scripts 2016-04-12 02:52:16 +02:00
FindICU.cmake Port manjaro-settings-manager to a plasma 5 kcm module. Still not finished. 2014-12-14 22:59:01 +01:00
manjaro-settings-manager.kdev4 * Added a new ClickableLabel class * Implimented in kernel installer 2017-05-18 17:06:55 +05:30
README.md correct website link and download link 2017-03-09 18:55:11 +01:00

Manjaro Settings Manager

The Manjaro Settings Manager offers you a series of settings, which are either enabled by Manjaro (i.e. installation of multiple kernels) or are missing from at least some of popular Desktop Environments and Window Managers.

Currently has modules written for Manjaro Hardware Detection (MHWD), Language, Kernel, Keyboard, Time and Date and User Accounts.

It also includes a daemon to notify user of new language packages or kernels.

Manjaro Settings Manager is under active development.

BUILD INSTRUCTIONS

mkdir build  
cd build  
cmake ../ \
    -DCMAKE_BUILD_TYPE=Release \
    -DCMAKE_INSTALL_PREFIX=/usr \
    -DLIB_INSTALL_DIR=lib \
    -DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
    -DSYSCONF_INSTALL_DIR=/etc
make
make install  

You can also use the provided PKGBUILD to compile and install it.

makepkg -si

DEPENDENCIES

  • Qt5 >= 5.3.0
  • KF5 >= 5.29
  • KF5CoreAddons
  • KF5Auth
  • KF5ConfigWidgets
  • KF5ItemModels
  • KF5Notifications
  • KF5KCMUtils
  • KF5IconThemes

EXECUTION

Now the build is complete and you can run it using msm command in terminal.

It will also show up the new kcm modules in kde's systemsettings or issuing the command: kcmshell5 msm_{kernel,keyboard,language_packages,locale,mhwd,notifications,timedate,users}

RESOURCES