Missing Dropbox icons on Elementary OS Loki

November 13, 2016 by Sandeep Bhardwaj | Tags:


After installing the Dropbox on latest Elementary OS Loki icons of dropbox is missing in wingpanel.

For fixing this issue you just need modify dropbox.desktop file.Open the dropbox.desktop file in your favourite editor.

sandeep@koko:~$ sudo gedit /usr/share/applications/dropbox.desktop 

then replace the line with Exec with below line and then restart you machine.

Exec=env XDG_CURRENT_DESKTOP=Unity QT_STYLE_OVERRIDE='' dropbox start -i

This solution worked for me and i hope it will work for you as well.