Skip to content

Commit 735cbdc

Browse files
committed
Adjusts dropbox startup script to display properly
1 parent b264bb8 commit 735cbdc

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

nicely-start-dropbox.sh

+3
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@
1010
# no icon? or missing fix:
1111
# http://askubuntu.com/questions/732967/dropbox-icon-is-not-working-xubuntu-14-04-lts-64
1212

13+
# just in case?
14+
dropbox stop
15+
1316
DBUS_SESSION_BUS_ADDRESS="" && ionice -c 3 dropbox start -i && cpulimit -b -e dropbox -l 20
1417
# this is working adhoc:
1518
#dropbox stop && DBUS_SESSION_BUS_ADDRESS="" dropbox start

0 commit comments

Comments
 (0)