Page 12 of 12
Re: MX-15 - favorite KDE tweaks
Posted: Sun May 22, 2016 4:15 pm
by Stevo
OK, thanks for the update.
Re: MX-15 - favorite KDE tweaks Dropbox icon
Posted: Tue Jun 07, 2016 8:19 pm
by richb
If you have installed KDE in MX-15 or are using the KDE snaphot and use Dropbox, but the dropbox icon does not show in the panel, this will add it.
In terminal as user isuue
dropbox stop, then dbus-launch dropbox start
The icon is a generic black icon rather ugly, but right click options work.
Re: MX-15 - favorite KDE tweaks
Posted: Wed Jun 08, 2016 2:52 am
by chrispop99
I created a shell script for this when the Dropbox missing icon first arrived. I just need to get around to making it auto-run at boot!
Code: Select all
#!/bin/bash
dropbox stop && dbus-launch dropbox start
BTW, the icon I have is this:
Snapshot24.png
Chris