Dropbox installs & integrations
Connect your tools and content together with help from the Dropbox Community. Join a discussion or post a question of your own to get started.
this answer
is too complex, can you tell me a stable version that work in linux mint xfce, I just install linux-mint xfce(https://www.linuxmint.com/edition.php?id=194) and install dropbox deb, I doesn't see system tray.
I guess it's because qt5 since qt5 doesn't fixed system tray bug until qt5.4
@Thanos F. You the man! That tip was the key for me!
I have Linux Mint 17.3 XFCE and KDE and it wasn't working in either.
The following fixed it:
1) Run "dropbox stop && dbus-launch dropbox start" from the terminal
2) Right click on the icon. Go to "Preferences" Turn off "start Dropbox on system startup" (otherwise Dropbox will keep starting up the same broken way every time)
3) Next, from the main menu, edit autostart programs. Add the following program to autostart when you log in:
dbus-launch dropbox start
@Thanos F. You the man! That tip was the key for me!
I have Linux Mint 17.3 XFCE and KDE and it wasn't working in either.
The following fixed it:
1) Run "dropbox stop && dbus-launch dropbox start" from the terminal
2) Right click on the icon. Go to "Preferences" Turn off "start Dropbox on system startup" (otherwise Dropbox will keep starting up the same broken way every time)
3) Next, from the main menu, edit autostart programs. Add the following program to autostart when you log in:
dbus-launch dropbox start
Thanks, works like a charm.
Hello,
I have been facing the same issue on Linux Mint 18.3 Xfce. Thank you for the solution. It worked well. However, with each boot, the trouble-causing command "start-i" gets added automatically in the "applications and start-up". Despite removing it again and again. I have two start-up commands in the list. It seems to be conflicting for Dropbox. Hence the main issue of indicator plugin or system tray reappears sometimes and DB starts normally some other times.
I had this same issue with Linux Mint XFCE 18.3, but solved it by editing the dropbox launcher in ~/.config/autostart/dropbox.desktop to include the dbus-launch thing in its Exec line, and then marking the file read-only (chmod 444 ~/.config/autostart/dropbox.desktop).
Thank you for the response. Can you please share the steps to edit the .config file and other steps needed?
In a terminal window, type the following to open the dropbox auto-start launcher in a text editor:
xed ~/.config/autostart/dropbox.desktop
Make the file look like this and save it:
[Desktop Entry] Name=Dropbox GenericName=File Synchronizer Comment=Sync your files across computers and to the web Exec=dbus-launch dropbox start -i Terminal=false Type=Application Icon=dropbox Categories=Network;FileTransfer; StartupNotify=false
(The important part is the Exec= line).
Finally, to make it stick, make the file read-only:
chmod 444 ~/.config/autostart/dropbox.desktop
Note, I'm running Linux Mint 18.3 Sylvia, Xfce 64-bit edition. This is what worked for me (Your Mileage May Vary).
The way we work is changing. Share and discover new ways to work smarter with Dropbox in our community.
Sound good? Let's get started.Hi there!
If you need more help you can view your support options (expected response time for a ticket is 24 hours), or contact us on Twitter or Facebook.
For more info on available support options, see this article.
If you found the answer to your question, please 'like' the post to say thanks to the user!