Truecrypt installs and runs but is unable to use the Unity system tray for the program running in the background. If one exits the main program can not be restarted to unmount the encrypted volume(s). I have tried white-listing 'truecrypt' but it still does not allow the background program to appear in the system tray.
Asked
Active
Viewed 1.0k times
3 Answers
1
I had a query on this issue also. This is what solved the issue for me using 11.04.
Open terminal and paste in the following:
gsettings set com.canonical.Unity.Panel systray-whitelist "['all']"
Then log out and back in to Ubuntu, you should see a small Truecrypt icon up by the connection/time/audio icons are in the top right corner. Use this icon to open/close the application as per normal, not the Unity interface
0
open your terminal, then run:
gsettings get com.canonical.Unity.Panel systray-whitelist
after add 'truecrypt' word (it is case-sensitive!) this list and set it.
gsettings set com.canonical.Unity.Panel systray-whitelist "[<YOUR OLD LIST>, 'truecrypt']"
e.g.:
gsettings get com.canonical.Unity.Panel systray-whitelist
['JavaEmbeddedFrame', 'Wine', 'scp-dbus-service', 'Update-notifier']
gsettings set com.canonical.Unity.Panel systray-whitelist "['JavaEmbeddedFrame',
'Wine', 'scp-dbus-service', 'Update-notifier', 'truecrypt']"

Regisz
- 2,180
(unity &)
, which will restart Unity. – htorque Apr 14 '11 at 17:35gconf-editor
has not those entries. – enzotib Apr 21 '11 at 18:13dconf-editor
and it is part of the packagedconf-tools
. – htorque Apr 21 '11 at 18:18