Service Menu Manager is a KDE System Settings module to manage service menus. The module can install and remove service menus from local files and the internet (KNewStuff).
Installation:
cmake ./
make
make install (as root)
Note: If cmake install the kde files in a wrong directory use :
cmake -DCMAKE_INSTALL_PREFIX=KDEPREFIX
Your can find out the KDEPREFIX with the command kde-config --prefix
E.g.
cmake -DCMAKE_INSTALL_PREFIX=/usr
Create a Debian/Ubuntu package:
fakeroot debian/rules binary
Product's homepage
Requirements:
· KDE Software Compilation
· CMake
What's New in This Release: [ read full changelog ]
· New metadata handling