Dropbox on Cinnamon
Hi,
Im running Fedora 24 with Cinnamon and Dropbox just wont load.
I used to have a script on Fedora 23 that worked like a charm:
#!/bin/bash
# DropStart.sh
# Dropbox custom startup script to show the icon in the Panel
dropbox start -i
sleep 10;
dropbox stop
sleep 10;
dropbox start -i
I created a startup program with a delay of 6 seconds and it worked on Fedora 23.
For some reason, it just doesnt work on the new F24 with Cinnamon 3.0.6
If I switch back to Gnome, Dropbox works just fine.
Any ideas?
Hey! Why you use a script for start dropbox? It is automatic... Are you installed nemo-dropbox?