


KDE 5 Service Menu EncFS
Dolphin Service Menus by egregorion 24 comments
While you are at it could you change the lines for the docs in your install-system.sh? The following should work if the destination does not exist:
sudo install -d "`kde4-config --prefix`/share/doc/kde-service-menu-encfs/"
sudo install -m 644 doc/* "`kde4-config --prefix`/share/doc/kde-service-menu-encfs/"
Also imho the create part of encMountUmountCreate () should encrypt files already existing in the original dir. Otherwise you should rename the menu entry to "Mount, unmount or create". - Jan 18 2012
sudo install -d "`kde4-config --prefix`/share/doc/kde-service-menu-encfs/"
sudo install -m 644 doc/* "`kde4-config --prefix`/share/doc/kde-service-menu-encfs/"
Also imho the create part of encMountUmountCreate () should encrypt files already existing in the original dir. Otherwise you should rename the menu entry to "Mount, unmount or create". - Jan 18 2012