![]() |
Dropbox Icon not visible in Linux Lite 2.2 64bit edition. - Printable Version +- Linux Lite Forums (https://www.linuxliteos.com/forums) +-- Forum: Software - Support (https://www.linuxliteos.com/forums/forumdisplay.php?fid=5) +--- Forum: Other (https://www.linuxliteos.com/forums/forumdisplay.php?fid=20) +--- Thread: Dropbox Icon not visible in Linux Lite 2.2 64bit edition. (/showthread.php?tid=1478) Pages:
1
2
|
Re: Dropbox Icon not visible in Linux Lite 2.2 64bit edition. - vaikus84 - 01-26-2015 Thanks scott ![]() Re: Dropbox Icon not visible in Linux Lite 2.2 64bit edition. - Valtam - 01-26-2015 To remove existing Dropbox, open a terminal and do: Code: sudo apt-get remove --purge dropbox then: Code: sudo rm -rf /etc/apt/sources.list.d/dropbox.list then: Code: sudo apt-get update then: Open your home folder, press Ctrl+H and remove any hidden folders with the name 'dropbox' that you see. Menu, Settings, Session and Startup, Application Autostart tab, make sure there is no entry fro Dropbox, if there is try to remove or untick it. After that I would reboot, just to ensure there is no daemon running. Then use Menu > System > Install Additional Software to install it correctly. Re: Dropbox Icon not visible in Linux Lite 2.2 64bit edition. - vaikus84 - 01-26-2015 (01-26-2015, 07:59 AM)Jerry link Wrote: To remove existing Dropbox, open a terminal and do: I did it like requested. Still no Dropbox Icon. And this time even after frehsly installed. Re: Dropbox Icon not visible in Linux Lite 2.2 64bit edition. - ukbrian - 01-26-2015 I've seen this suggested Menu>Settings>Window Manager Tweaks Compositor Tab untick "Enable display composting" Good thread here https://www.dropboxforum.com/hc/communities/public/questions/201277199-Linux-version-keeps-updating-to-3-0-3-which-can-not-work I downloaded the old version from the link on post 4 and went that way. Re: Dropbox Icon not visible in Linux Lite 2.2 64bit edition. - vaikus84 - 01-26-2015 (01-26-2015, 05:44 PM)ukbrian link Wrote: I've seen this suggested I have Xwm4 compositing disabled. I use compton as an compositor. |