Skip to content

Commit

Permalink
Fixes dropbox icon not showing on Ubuntu based distros
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanoasis committed Feb 26, 2016
1 parent 2c3ab98 commit b264bb8
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion nicely-start-dropbox.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,12 @@
# Description: Sync your files across computers and to the web
# Command: dropbox start -i

ionice -c 3 dropbox start -i && cpulimit -b -e dropbox -l 20
# no icon? or missing fix:
# http://askubuntu.com/questions/732967/dropbox-icon-is-not-working-xubuntu-14-04-lts-64

DBUS_SESSION_BUS_ADDRESS="" && ionice -c 3 dropbox start -i && cpulimit -b -e dropbox -l 20
# this is working adhoc:
#dropbox stop && DBUS_SESSION_BUS_ADDRESS="" dropbox start

exit 0
# sources:
Expand Down

0 comments on commit b264bb8

Please sign in to comment.