https://bugs.kde.org/show_bug.cgi?id=411919
--- Comment #61 from Alexis Kauffmann <[email protected]> --- > For convenience purposes, I added the mount/unmount commands as alias to my > ~/.bashrc: > > alias cryptthumbs = 'gocryptfs -nonempty /home/USER/.cache/thumbnailscry > /home/alexei/.cache/thumbnails' > alias decryptthumbs = 'fusermount3 -u /home/USER/.cache/thumbnails' Correction: alias cryptthumbs = 'gocryptfs -nonempty ~/.cache/thumbnailscry ~/.cache/thumbnails' alias decryptthumbs = 'fusermount3 -u ~/.cache/thumbnails' I've forgotten to review these lines to make them directly copyable to your ~/.bashrc file in case that's what you want to do. Here is the correction. -- You are receiving this mail because: You are watching all bug changes.
