We are aware of the issue with the badge emails resending to everyone, we apologise for the inconvenience - learn more here.
Forum Discussion
raulgrangeiro
4 months agoHelpful | Level 6
Dropbox Client for Linux on Ubuntu 24.04 LTS- icon not clickable.
Guys, I've noticed a bug on Dropbox Client on Ubuntu 23.10 and the same occurs on Ubuntu 24.04 LTS after a installed it from scratch on my machine. It's really a bug on the app on desktop.
The ...
raulgrangeiro
Helpful | Level 6
prapador if you do what I show on the video would the app show it's interface?
aristocles
3 months agoExplorer | Level 4
I'm successfully using a workaround with Ubuntu 24.04 and the latest Dropbox version.
1) Create an executable file somewhere in your $HOME directory with these contents:
#!/bin/sh
sleep 5
/usr/bin/gnome-extensions disable ubuntu-appindicators@ubuntu.com
/usr/bin/gnome-extensions enable ubuntu-appindicators@ubuntu.com
As you can see, it simply restarts the appindicator extension (this is what happens whenever you lock and unlock your screen).
2) Make it executable, i.e.: chmod +x $HOME/bin/restart-appindicator.sh
3) Create a new startup app in gnome with this data:
- Name: Restart appindicator
- Command: /home/myusername/bin/restart-appindicator.sh
- fabd3 months agoNew member | Level 2
Thank you aristocles!
I just installed 24.04.1, tray icon would not open the settings - so I can confirm bug is present in .1 LTS release as well.
Restarting the app indicator fixed it! I needed this only once to set Selective Sync on this new install - so I'm not going to bother with setting up a script to run the fix on every boot - hopefully DROPBOX will fix this soon.
/usr/bin/gnome-extensions disable ubuntu-appindicators@ubuntu.com
/usr/bin/gnome-extensions enable ubuntu-appindicators@ubuntu.com - AlanJWoodward2 months agoNew member | Level 2
This worked perfectly for me! Thank you aristocles
- raulgrangeiro3 months agoHelpful | Level 6
aristocles, I'll try what you suggested. Seems a nice way to fix it at least while we're waiting for them to fix that for good.
About Apps and Installations
Have a question about a Dropbox app or installation? Reach out to the Dropbox Community and get solutions, help, and advice from members.
Need more support
If you need more help you can view your support options (expected response time for an email or ticket is 24 hours), or contact us on X or Facebook.
For more info on available support options for your Dropbox plan, see this article.
If you found the answer to your question in this Community thread, please 'like' the post to say thanks and to let us know it was useful!