06-14-2017, 08:14 PM
(This post was last modified: 06-14-2017, 08:25 PM by estelondono.)
(10-24-2016, 02:33 AM)neptune33 link Wrote: [quote author=N4RPS link=topic=3194.msg24578#msg24578 date=1467023667]
Hello!
Don't know if this is related, but when *I* tried installing Dropbox (from their .deb file), the notification area icon and box didn't work for me, either. Found a permanent fix by editing the Dropbox config file as follows:
In a terminal window [CTRL-ALT-T], type or copy/paste the following:
Code:sudo leafpad /usr/bin/dropbox
Create a new line after 'import os' and add the following:
os.environ['DBUS_SESSION_BUS_ADDRESS'] = ""
Save [CTRL-S] and reboot.
Details here: http://askubuntu.com/questions/732816/xu...-icon-fail
73 DE N4RPS
Rob
Thanks N4RPS for the easy fix!!!
[/quote]
[size=1.35em]Hi everybody!
In my computer the dropbox icon in the panel was not working. Also the left-click-menu wasn't working too. So I came to this thread and see that the line [/size]
Code:
os.environ['DBUS_SESSION_BUS_ADDRESS'] = ""
[size=1.35em]was in the /usr/bin/dropbox file. I commented it (with "#") and started Dropbox with [/size]
Code:
dbus-launch dropbox start
[size=1.35em]To clarify, I have LinuxLite 3.4 on a Dell Inspiron Mini 1018 but I had to install upstart and sddm for the OS to work in my computer. Maybe that's the problem in my case.[/size]
[size=1.35em]Hope this helps anyone.[/size]