
KDE 5 Service Menu EncFS
Dolphin Service Menus dolphin dolphin-service-menu encfs kde
Source (link to git-repo or to original if based on someone elses unmodified work):
Description:
I changed username.
If you looking for new version of this package, search for packages by GiuseppeBenigno on this site.
https://www.opendesktop.org/p/1231244/
One KDE service menu for encFS encrypted directories.
With this script you can:
- (automagic) mount / unmount / create an directory with encFS
- change password of an encFS encrypted directory
- retrieve information of encFS directory
- configure this script
Enjoy
If you looking for new version of this package, search for packages by GiuseppeBenigno on this site.
https://www.opendesktop.org/p/1231244/
One KDE service menu for encFS encrypted directories.
With this script you can:
- (automagic) mount / unmount / create an directory with encFS
- change password of an encFS encrypted directory
- retrieve information of encFS directory
- configure this script
Enjoy
Ratings & Comments
24 Comments
After different tests I saw the message : Écraser le fichier existant ? '/home/me/.kde/share/apps/servicemenu-download//57086-kde-service-menu-encfs_0.5.2.tar.gz' Maybe the error is inside the path, but what shoult I do
i want to use encfs with dropbox but unfortunatly this plugin places the unencrypted directory in the same place as the encrypted directory, this won't work for dropbox as the unencrypted data would then also be synced see http://www.howtogeek.com/121737/how-to-encrypt-cloud-storage-on-linux-and-windows-with-encfs/ on the steps i was following on kubuntu
A few time ago i used Dolphin to browse to the encfs directory for mounting, using path with symbolic links. I can mount the directory but when i click (either the directory or the dir_encfs created directory) to unmount it, encMountUmountCreate procedure asks again for mount ! /proc/mounts contains the real path of the encfs directory and the path having symbolic link is not detected "mounted" sourceDir (and destDir) values contains symbolic links in my test. workaround (tested for mount and umount, but not tested for other functions): sourceDir=$(readlink -f $sourceDir) destDir=$(readlink -f $destDir) I can mount and umount now
Hi, this script no longer works for me... it keeps telling me to check if fuse module is loaded. And yes, it is loaded. Encfs works good, so thst's not the problem. How can i do?
Download the new version :-D
It works!! Thanks a lot ;)
Ok, tnx to all. I've added fix for any distro without fuse group. ... in the next release Giuseppe Benigno
I can't wait to update arch package with 0.4.1 ! https://aur.archlinux.org/packages.php?ID=26567 Thanks for your work ;)
Sorry, I'm waiting for german translation, 2/3 days.
There's a patch in the Archlinux package to correct errors in the French translation (version 0.5). ;) https://aur.archlinux.org/packages.php?ID=26567 It's in the source package tarball https://aur.archlinux.org/packages/se/servicemenu-encfs-kde4/servicemenu-encfs-kde4.tar.gz
Ok, I fixed my error. Thank you. Giuseppe Benigno
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".
You're right, tnx for your help. Giuseppe Benigno
Great servicemenu, very useful. However in Fedora 16 the fuse group does not exist, I had to delete the line which checks for the user to be part of that group to allow it working.
Thanks for your great servicemenu ;) I've made a patch to add French support, and edit one condition to fix a bug on Archlinux (there is no fuse group). The package for Archlinux is here : http://aur.archlinux.org/packages.php?ID=26567 The patch is here : http://pastebin.archlinux.fr/433626
Tnx for your translation. Bye Giuseppe Benigno
Version 0.3 with russian translated menu encfs.desktop encfs_kmenu.sh http://narod.ru/disk/26984875000/encfs.desktop.zip.html
Tnx for your help. Bye Giuseppe Benigno
Thanks for this script. In line 35 of bin/encfs_kmenu.sh you define "msg_mount_passwd_txt", but latter you try to call "msg_mount_passwd_txt". This causes kdialog to fail, which is trapped below and the script terminates. The def in italian is correct though :-) Just tested the KDE4 version.
Thank you very much :-) I fixed it in kde4 and kde3 version. My regards Giuseppe Benigno
;)
Hi, thanks :-)
Error in your upload: (encfs.desktop.tar.gz)) (0 KByte)
Thank you :-) It's fixed. Regards