I installed Truecrypt in 11.3. It always worked great. I added a command to the kde service menu to unmount the container. Below is the file I made which always worked. All I had to do was be inside the container, right click, and choose “unmount container” from the menu, then enter the root password and presto. No longer works. I get an error now.
[Desktop Action Truecrypt]
Exec=kdesu ‘truecrypt -d /media/truecrypt1’ %F
Icon=yast-idedma
Name=Unmount Container
[Desktop Entry]
Type=Service
Actions=Truecrypt;
Encoding=UTF-8
Icon=yast-idedma
Name[en_US]=Truecrypt
Name=Truecrypt
ServiceTypes=KonqPopupMenu/Plugin,all/all
Error I get:
Cannot execute command: ‘truecrypt -d /media/truecrypt1’ /media/truecrypt1’
I think it is because the /media/truecrypt1 is repeated!
Thanks