I'm using Ubuntu's "GNOME with Xmonad" session. After switching from 13.10 to 14.04, there was no Dropbox indicator icon in that session, although Dropbox was working fine and the icon appeared in other sessions.
Asked
Active
Viewed 1,605 times
2 Answers
3
By comparing the sessions in /usr/share/gnome-session/sessions and trial and error, I found that the Dropbox icon could be made to reappear by adding the following line at the end of /usr/share/gnome-session/sessions/xmonad.session:
DesktopName=Unity
ke.
- 177
-
Turns out this makes the battery icon disappear. – ke. May 24 '14 at 09:39
2
I found a better workaround:
- Start
gnome-session-propertiesand add an entry with the commandxmonad --replace. - Use the "GNOME Flashback (Metacity)" session instead of "GNOME with Xmonad" to login.
Still a bit of a hack, but at least this gives you the Dropbox icon back without stealing the battery icon.
ke.
- 177