Skip to content

Commit

Permalink
Adjusts dropbox startup script to display properly
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanoasis committed Mar 7, 2016
1 parent b264bb8 commit 735cbdc
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions nicely-start-dropbox.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@
# no icon? or missing fix:
# http://askubuntu.com/questions/732967/dropbox-icon-is-not-working-xubuntu-14-04-lts-64

# just in case?
dropbox stop

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
Expand Down

0 comments on commit 735cbdc

Please sign in to comment.