Skip to content

Instantly share code, notes, and snippets.

@salex89
Created October 27, 2016 13:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save salex89/3a513595fca7918265d9fd84af6ba318 to your computer and use it in GitHub Desktop.
Save salex89/3a513595fca7918265d9fd84af6ba318 to your computer and use it in GitHub Desktop.
A patch for the Dropbox notification area icon bug for Xubuntu 16.04. Curtesy of: http://www.webupd8.org/2016/06/fix-dropbox-indicator-icon-and-menu-not.html
cp ~/.config/autostart/dropbox.desktop ~/.config/autostart/start_dropbox.desktop
sed -i 's/^Exec=.*/Exec=dbus-launch dropbox start -i/' ~/.config/autostart/start_dropbox.desktop
dropbox autostart n
mkdir -p ~/.local/share/applications/
cp /usr/share/applications/dropbox.desktop ~/.local/share/applications/
sed -i 's/^Exec=.*/Exec=dbus-launch dropbox start -i/' ~/.local/share/applications/dropbox.desktop
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment