Thanks @roald for that howto, I missed it when I searched the forum, before posting. However, it addresses a different problem than mine. The insync
icon is showing on the notification area, as you can see here:
However, if I log out from my current Xfce session, and log back in, insync
stays running:
paulo@monk:~$ ps -ef | grep insync
paulo 8072 1 0 Abr07 ? 00:01:36 ./insync start
paulo 8493 8446 0 01:56 pts/1 00:00:00 grep insync
but the icon is not shown on the notification area:
I know that I can kill the currently running insync
instance and start it back, that’s what I’ve been doing, but I hope you will agree that insync
should be able to restore itself on the notification area on its own, without the need of manual intervention. To intervene manually is a workaround but not a solution: if insync
can’t restore its original state (running AND showing its icon on the notification area) after a logout/login, it’s failing to perform a basic task in a desktop environment.
I consider this a bug which needs to be adressed.
Paulo
PS: sni-qt
is installed:
paulo@monk:~$ apt-cache policy sni-qt
sni-qt:
Installed: 0.2.6-0ubuntu1
Candidate: 0.2.6-0ubuntu1
Version table:
*** 0.2.6-0ubuntu1 0
500 http://archive.ubuntu.com/ubuntu/ utopic/main amd64 Packages
100 /var/lib/dpkg/status
EDIT: If package sni-qt
is indeed necessary for insync
, I’d suggest including it in the Depends
section of the package, so that it’s always installed together with insync
.