Cut the Clutter: Test Ignore Files Feature - sign up to become a beta tester here.

Forum Discussion

An_Laoch's avatar
An_Laoch
Explorer | Level 4
7 years ago
Solved

Desktop icon not appearing in Cinnamon on Linux Mint 19.1

After upgrade from Linux Mint 19.0 "Sarah" to Linux Mint 19.1 "Tessa" the Dropbox icon no longer shows on the Cinnamon desktop panel . To fix this problem I carried out the following steps.

1)  Stop all Dropbox elements running

$ sudo killall dropbox
$ ps -ef | grep dropbox
dobriain 9487 1785 0 10:20 pts/2 00:00:00 grep --color=auto dropbox

Dropbox is no longer running.

2)  Start using the dbus-launch

This will launch a session bus instance, set the appropriate environment variables so dropbox can find the bus, and then execute dropbox with the start argument.

$ dbus-launch dropbox start &
[1] 9741
$ ps -ef | grep dropbox
dobriain  9642     1 93 10:24 ?        00:00:49 /home/dobriain/.dropbox-dist/dropbox-lnx.x86_64-63.4.107/dropbox
dobriain  9767  1785  0 10:25 pts/2    00:00:00 grep --color=auto dropbox

3)  Disable Dropbox startup preference

Click on the dropbox icon that appeared on the desktop panel. Select "Preferences ..." and under "System" uncheck the box "Start Dropbox on system startup".

4)  Create system startup for Dropbox

Now run the following command to create a Linux Mint autostart. 

$ cat <<EOM >> ~/.config/autostart/dropbox_launch.desktop
[Desktop Entry]
Type=Application
Exec=/usr/bin/dbus-launch dropbox start
X-GNOME-Autostart-enabled=true
NoDisplay=false
Hidden=false
Name[en_GB]="Dropbox launch"
Comment[en_GB]="Launcher for Dropbox"
X-GNOME-Autostart-Delay=0
EOM

This creates a file in your home autostart directory and after reboot Dropbox will start automatically.

Happy days!!

 

 

  • Thank you, Walter, for your kind answer!

    I guess I made a mess somewhere, so I installed everything again, from scratch (including OS Mint 19.1 itself on my Mac) and everything is fine now.

    Regards.

     

4 Replies

Replies have been turned off for this discussion
  • Walter's avatar
    Walter
    Icon for Dropbox Community Moderator rankDropbox Community Moderator
    7 years ago

    Thanks for the tips An_Laoch - most appreciated!

    Happy New Year to you and your family too.

    Cheers!

  • PabloBoull's avatar
    PabloBoull
    Helpful | Level 5
    7 years ago

    It did not work for me. After steps 1 and 2, I never got an indicator con my desktop panel. I did step 4 and restarted, to no avail. I already put on suppert for indicators on my system preferences.

    Is there another way of selecting which folders to sync? Im running out of space on my macbook.

     

    Mint 19.1 fresh install. Thank you for your advice!

  • PabloBoull's avatar
    PabloBoull
    Helpful | Level 5
    7 years ago

    Thank you, Walter, for your kind answer!

    I guess I made a mess somewhere, so I installed everything again, from scratch (including OS Mint 19.1 itself on my Mac) and everything is fine now.

    Regards.

     

About Apps and Installations

Have a question about a Dropbox app or installation? Reach out to the Dropbox Community and get solutions, help, and advice from members.

Need More Support

The Dropbox Community team is active from Monday to Friday. We try to respond to you as soon as we can, usually within 2 hours.

If you need more help you can view your support options (expected response time for an email or ticket is 24 hours), or contact us on X or Facebook.

For more info on available support options for your Dropbox plan, see this article.

If you found the answer to your question in this Community thread, please 'like' the post to say thanks and to let us know it was useful!