Dropbox indicator in 16.10 (and 17.04?)

“Unfortunately”, it seems to be ok, so your issue likely has nothing to do with this. Just in case, you can try the following but don’t expect too much:

caja-dropbox stop
export QT_STYLE_OVERRIDE=gtk2
caja-dropbox start -i

I guess your indicator menu is still empty after ths?

Yes, menu is still empty.

Just in case, what does ldd give as output?

cd ~/.dropbox-dist/dropbox-lnx.x86_64-37.4.29
ldd dropbox

(The path in the first command might be different, check the name of the dir in ~/.dropbox-dist if that one doesn’t exist.)

My best guess would be that there’s a Qt5 dependancy missing (maybe related to Python) but there are a lot of Qt5 packages…

christophe@cXPSmate:~$ cd ~/.dropbox-dist/dropbox-lnx.x86_64-38.3.23/
christophe@cXPSmate:~/.dropbox-dist/dropbox-lnx.x86_64-38.3.23$ ldd dropbox
	linux-vdso.so.1 =>  (0x00007ffd87fe9000)
	libpthread.so.0 => /lib/x86_64-linux-gnu/libpthread.so.0 (0x00007fb1eb505000)
	libdl.so.2 => /lib/x86_64-linux-gnu/libdl.so.2 (0x00007fb1eb301000)
	libutil.so.1 => /lib/x86_64-linux-gnu/libutil.so.1 (0x00007fb1eb0fd000)
	libm.so.6 => /lib/x86_64-linux-gnu/libm.so.6 (0x00007fb1eada7000)
	libc.so.6 => /lib/x86_64-linux-gnu/libc.so.6 (0x00007fb1ea9c7000)
	/lib64/ld-linux-x86-64.so.2 (0x00007fb1eb724000)

Ok. Nothing required missing, then.

EDIT: I’ve tried to compare a lot of packages and env vars between my working UM 17.10 and a liveCD but so far, no luck in finding what makes Dropbox work on my system…

Just to be sure, I’ve just tried to reinstall UM 17.04 in a VM and perform an upgrade to 17.10. Caja-dropbox is still functional that way (I installed it when on 17.04, before doing the upgrade, if that matters).

I wanted to check that the fact that it works on my main system didn’t come from a random package I installed at some point (I tried a few DEs on my PC, so there might still be packages or settings related to something else than MATE). It doesn’t seem to be the case.

The next step would be to thoroughly compare a fresh 17.10 install with the 17.04 upgraded to 17.10. Difference in packages installed and eventually the various settings.

caja-dropbox stop
XDG_CURRENT_DESKTOP=Unity caja-dropbox start -i

fixed this on my Dell Inspiron 1512 running Mate 17.10

Is it on a newly installed UM 17.10 or upgraded from 17.04? Asking this because that’s indeed the way it’s supposed to fix the issue but it doesn’t seem to work on a fresh 17.10 install (last time I checked, maybe it’s been fixed).

For the time being I downloaded nautilus drop box and the indicator icon works. With caja drop box I had an indicator icon but it wouldn’t produce a drop down menu when clicked. It would work in Ubuntu Mate 17.04 but didn’t in 17.10. I upgraded Mate online, took around 45 min, not bad.

Also have this issue on fresh ubuntu-mate 17.10 install. Every dropbox functions seem to work except for the indicator menu, which is empty.