Skip to content
This repository has been archived by the owner on Jun 30, 2021. It is now read-only.

Graphical Tool to configurate Namib GNU/Linux | Forked from Manjaro Settings Manager

License

Notifications You must be signed in to change notification settings

namiblinux/namib-settings-manager

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Namib Settings Manager

The Namib Settings Manager offers you a series of settings, which are either enabled by Namib (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 Namib 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.

Namib 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

About

Graphical Tool to configurate Namib GNU/Linux | Forked from Manjaro Settings Manager

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • HTML 82.6%
  • C++ 16.3%
  • Other 1.1%