Dropbox icon was between Mint update manager and keyboard icon, but it was disappeared like the image below.
Dropbox is still running, how can I make it appear in task tray again without logging out? I'm using LinuxMint 16 Cinnamon.
Dropbox icon was between Mint update manager and keyboard icon, but it was disappeared like the image below.
Dropbox is still running, how can I make it appear in task tray again without logging out? I'm using LinuxMint 16 Cinnamon.
For what it's worth: I had the same problem, running Mint 17 with Cinnamon. Dropbox would be running and syncing fine, but no icon. All I had to do to fix is right click on the "task bar" (or whatever the kids are calling it these days), go to "Add applets to the panel", and in the Applets dialog click the "Restore to default" button. Apparently one of the gadgets I had installed (wish I could tell you what it was exactly) had somehow clobbered both the Dropbox icon and the little Mint Update shield. All sorted now.
kill $(ps -C dropbox -o pid --no-header)
) and then started it from the cinnamon menu after I had reset the panel to defaults and the icon appeared.
– jetole
Aug 24 '15 at 16:06
Are you sure the Dropbox process is still running, and still responsive? Run dropbox status
. If it is, just run dropbox stop
and dropbox start
and that should bring the icon back.
dropbox stop
gives Dropbox isn't responding!
and dropbox start
reports Dropbox isn't responding!
and Dropbox is already running!
without any changes in the tray. The -i
flag does not help either.
– Andreï V. Kostyrka
Jan 28 '16 at 18:24
dropbox
process, then removing ~/.dropbox-dist
, and then running dropbox -i
. That should cause it to download the latest version of the daemon.
–
Feb 04 '16 at 20:18
/home/myname
, updated all the packages, installed the newest Dropbox... and the problem persisted even on a clean and up-to-date system! I guess that some Cinnamon tray-related package might break the way the tray icon interacts with the mouse. Happily configuring Dropbox from command line for two weeks now...
– Andreï V. Kostyrka
Feb 04 '16 at 22:33
~/.dropbox
as well. And you could post here what version of Dropbox you have. ;) Anyway, if you end up having to report a bug to Dropbox...good luck. They haven't even bothered to respond to reports of bad memory leaks (e.g. using 1-2 GB of memory after a week or two of uptime) from multiple users for months now.
–
Feb 06 '16 at 04:52
Try this:
dropbox stop && dbus-launch dropbox start
References:
I was encountering a similar issue with a variety of apps that I use, mainly, Pidgin, Shutter, and ClipIt. The issue would typically arise when I had to restart Cinnamon due to it hanging or consuming too much memory. I would typically do this to restart Cinnamon.
$ pkill -HUP -f "cinnamon --replace"
I found a solution that seems to work, with respect to keeping the icons in the system tray from becoming blank and unclickable. Under the Panel Settings dialog you can enable it so that Cinnamon can scal panel text and icons according to the panel's height.
My prior work around which mostly worked involved killing the apps that were having this issue in the system tray, Pidgin, ClipIt, and Shutter. I would typically do this after HUP
killing Cinnamon.
$ pkill pidgin; pkill clipit, pkill shutter
And then restart them like so:
$ pidgin & clipit & shutter & disown -a
This would 90% of the time bring back Shutter and ClipIt, but it never would work for Pidgin. The workaround above seems to have resolved the issue.
There is a workaround here: https://www.dropboxforum.com/hc/en-us/community/posts/204585553-Systray-menu-Cinnamon
...
ruby
by usingrbenv
and deleting some file from Dropbox. When I noticed the Dropbox icon have been already disappeared. – ironsand May 19 '14 at 10:48