Created
October 27, 2016 13:03
-
-
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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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