Thursday, May 2, 2024
 Popular · Latest · Hot · Upcoming
6
rated 0 times [  6] [ 0]  / answers: 1 / hits: 4126  / 3 Years ago, tue, july 6, 2021, 3:22:12

I'm using Ubuntu 14.04 LTS.



Yesterday when I logged in, I found out that the Wi-Fi indicator disappeared. However the main problem is that Dropbox indicator is located on the left, above the Dash icon.



Partial screen shot



I searched for solutions on the web, but didn't find anything. Does anyone have some suggestions?


More From » unity

 Answers
5

Coincidentally, I just ran into the same issue. It seems to be a bug, because restarting Dropbox fixes it temporarily, but only until the next restart. To fix it permanently, we need to edit and rename the dropbox.desktop file in ~/.config/autostart/



How to fix it permanently:




  • rename the file ~/.config/autostart/dropbox.desktop into: start_dropbox.desktop



    [You need to rename it because Dropbox overwrites the file dropbox.desktop on every startup]


  • Open the (renamed) file with gedit (drag it over an open gedit window).

  • Replace the line, starting with Exec=, change it into:



    Exec=/bin/bash -c "sleep 10&&dropbox start -i"


    This delays the startup of Dropbox with 10 seconds after log-in, which does the trick.


  • in Dropbox preferences, untick "Start Dropbox on startup" (else we would have two .desktop files representing Dropbox in the autostart folder):



    enter image description here


  • In Startup Applications (Dash > Startup Applications) remove the Dropbox entry (but not the newly created start_dropbox.desktop).



    enter image description here


  • In the folder ~/.config/autostart, remove the original dropbox.desktop if it is still there.



Now on restart, it should be in the right place.



Explanation



The bug seems to be related to the timing of the Dropbox startup. The workaround above replaces the "real" Dropbox starter with one that delays the startup 10 seconds, until the desktop is ready.


[#22018] Thursday, July 8, 2021, 3 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
tinchir

Total Points: 300
Total Questions: 116
Total Answers: 119

Location: American Samoa
Member since Sun, Jan 17, 2021
3 Years ago
;