Posts: 1,602
Threads: 86
Joined: Jun 2015
Reputation:
0
Since the weekend, I've seen this now on a couple of computers. What used to be the dropbox indicator is now a red circle with a diagonal line through it. I can still see the Thunar right click options, but the dropbox panel indicator is just a black background, and in the foreground there is a red circle with a red diagonal line through it. And it is inactive. It's basically a dead panel indicator.
Want to thank me? Click my [Thank] link.
Posts: 1,602
Threads: 86
Joined: Jun 2015
Reputation:
0
I removed Dropbox via Lite Software. Then I Moved to Trash the following folders, but I'm thinking I should have just deleted them:
.dropbox
.dropbox-dist
When I reinstalled Dropbox using Lite Software, I got the following popup. I have since installed that python-gpgme package:
My panel indicator looks like this:
Also of note:
I no longer have the Thunar plugin right click options.
Want to thank me? Click my [Thank] link.
(This post was last modified: 02-24-2016, 01:03 AM by
torreydale.)
Posts: 9,151
Threads: 577
Joined: Feb 2014
Reputation:
16
Temporary workaround until Dropbox provides update:
Menu > Settings > Startup > Application Autostart. Remove existing Dropbox entry, create a new one:
Dropbox
Dropbox
bash -c 'export DBUS_SESSION_BUS_ADDRESS="" && dropbox start -i'
Logout/in.
Posts: 1,602
Threads: 86
Joined: Jun 2015
Reputation:
0
Working.
Want to thank me? Click my [Thank] link.
Posts: 9,151
Threads: 577
Joined: Feb 2014
Reputation:
16
libappindicator1 is not required.
Posts: 57
Threads: 14
Joined: Jan 2015
Reputation:
0
Thanks Jerry - had the same issue as well.
Paul
Posts: 12
Threads: 4
Joined: Oct 2014
Reputation:
0
I'm using LL 2.6 LTS and have found a way to make this work using some of what has already been documented, however, I don't want Dropbox running all of the time. I only want to load it when I want to upload items to share with friends and relatives. After the upload completes, I typically shut down Dropbox.
Using terminal as others have described is a bit cumbersome, so I decided to modify the original item in the Menu instead. I followed the steps below:
From the Desktop, Right click on the Menu button on the left end of the taskbar
Left click on Edit Applications to open the Main Menu window
Left click on Internet in the left column of the Main Menu
Look for Dropbox on the right column and left click it to highlight it
Left click on the Properties button on the right edge of the Main Menu to open the Launcher Properties
Keep Name: Dropbox
Replace Command: bash -c 'export DBUS_SESSION_BUS_ADDRESS="" && dropbox start -i'
Keep Comment: Sync your files across computers and to the web
Make sure the box is UnChecked next to Launch in Terminal?
Click the OK button
That's it !
So far, it works like a dream and the icon comes up in the task bar like it should and I can use the menu and quit Dropbox the way I always have by clicking on the Dropbox Icon in the task bar by the clock and then selecting Quit Dropbox when I'm done using it.
Hope this helps !
:)