Skip to content(if available)orjump to list(if available)

Dropbox will require App Indicator support on Linux

thom

This doesn't seem like a big deal. They use what appears to be a widely supported library for their tray icon, and if you don't want that:

"The Dropbox app can also run in headless mode, once you meet the essential system requirements [64 bit, supported filesystem, Glibc 2.27+]. This runs without a graphical user interface. You can install the app, then control Dropbox using the Linux Command Line Interface (CLI)."

mbreese

Agreed. This is clearly listed as required for the “full desktop experience”. If you don’t want a tray icon, you can use headless mode.

emigre

I don't use a desktop environment, so I'll cancel my Dropbox subscription. It's a good moment to move to an european storage provider I suppose.

diego_sandoval

For a Linux user, you can already build such a system yourself quite trivially by getting an FTP account, mounting it locally with curlftpfs, and then using SVN or CVS on the mounted filesystem. [1]

[1] https://news.ycombinator.com/item?id=8863

wkat4242

What Dropbox does well though is on demand sync. Having frequently accessed files stored and synced locally and offline available while keeping most of the files off the limited harddrive space.

Other options like OneDrive don't have such capability on Linux or are not available there at all. It's very hard to find a suitable alternative especially a European one.

_joel

It's quite trivial

maccard

> The Dropbox app can also run in headless mode, once you meet the essential system requirements. This runs without a graphical user interface. You can install the app, then control Dropbox using the Linux Command Line Interface (CLI).

From the article. So presumably this doesn’t affect you

emigre

Ah, that's good to know.

emigre

In any case, I like the alternatives that are mentioned in this thread, to be honest, so I think I'll move away from Dropbox anyway.

KronisLV

> It's a good moment to move to an european storage provider I suppose.

I recently started using the Hetzner Storage Share: https://www.hetzner.com/storage/storage-share/

Basically, it's just managed Nextcloud (so you're not vendor locked and if you want you can just get a VPS and host Nextcloud directly too), works okay, pricing seems fine, though there is the occasional downtime when they do updates between the versions or need to do maintenance.

Overall, would recommend at least looking at it.

tacker2000

Im using Hetzner Storage share, which is a managed Nextcloud service, since years with no issues.[1] Starts at 4.29 € for 1TB.

Also, in one company where im the IT guy, ive been self hosting a Seafile instance for years without problems.

So there are plenty of alternatives out there.

[1]https://www.hetzner.com/storage/storage-share/

palata

That's really cool!

Question though: I guess it's not end-to-end encrypted?

tacker2000

You need to enable this feature in Nextcloud itself, it doesn't matter where it is hosted.

"Nextcloud features an enterprise-grade, seamlessly integrated solution for end-to-end encryption. It enables users to pick one or more folders on their desktop or mobile client for end-to-end encryption. Folders can be shared with other users and synced between devices but are not readable by the server. "

https://nextcloud.com/features/#end-to-end

omnimus

I switched some time ago and after lots of tests i can recommend two services. I use linux and mac.

Filen.io is e2ee and has all kinds of nice features besides sync. For example you can mount it as a network drive but it mounts some clever localhost drive that the app spawns that does caching and conflict resolution. They also support rclone and it will be soon provider in regular rclone releases. Downside is that because e2ee it doesnt yet have teams/shared folders (its very anticipated feature in progress).

The other one i can recommend is kDrive from infomaniak. We use that for work and its probably best 1to1 dropbox replacement. It has “offline” virtual files and its pretty affordable. The only downside is that the sharing between users is not as smooth ux wise as dropbox and its not e2ee.

duttish

I've been using Tresorit for a few years, happy so far.

I made a synced folder of my entire workspace folder and now I have automatic backup and sync between laptop and desktop. No thinking, it just works.

threatripper

For the UX designer this is totally acceptable. They lose 10% to gain 100%.

WJW

I hear Koofr is pretty decent.

emigre

I have been thinking about Hetzer with rsync for a while.

blueflow

I did that, switching from Dropbox to Hetzner. I'm quite satisfied.

My workflow is: Upload/backup often, Download only manually to continue working on the thing from another machine.

When you use the SSH port 23 instead of 22 you can use the regular authorized_keys mechanism for authentication.

WJW

Ah, the HN classic experience.

aboardRat4

With Syncthing?

emigre

I know filen.io as well.

choffee

Gnome dropped status icon support as they think it's more consistent for the user to have a window for interacting with the application and do notifications via the notifications system.

I can see how people like a "dropbox" icon, especially Dropbox, as it makes them stand out but also I can see how it does not fit with the Gnome idea of consistency.

I used to be conditioned to using certain apps via their status icon as that was the only way to interact with them but as a long time user of Gnome I don't miss them now and use apps like syncthing-gtk via the app and notifications just fine. So for me, if I was a dropbox user, this would feel like a step backwards.

https://wiki.gnome.org/Initiatives(2f)StatusIconMigration(2f... https://wiki.gnome.org/Initiatives(2f)StatusIconMigration(2f...

cruzcampo

I really dislike the idea of having to have a window for everything I want to interact with. It feels cluttered and messy - not everything needs to have a whole damn window imo.

Too bad, because I like a lot of the rest of the Gnome UI. But this pattern is the wrong way to go imo.

With syncthing-gtk, how do you quickly pause/continue sync for example? Do you need to open the whole damn thing just to do one simple action?

teekert

Honestly it's the first thing I install on Gnome. It's just annoying that it's not on by default and I don't understand what the devs have against it. I use the Tailscale, Nextcloud, ProtonVPN and Solaar indicators.

I could understand if they "rethought" how indicators work, but why make everyone jump through the hoop of installing an extension? (At least that is how it is on Arch and NixOS, Ubuntu may be different).

Other than this, I absolutely love Gnome, I feel 0 need to tweak (other than before mentioned), some nicer tiling would be nice thought ;) Also: Requiring an App Indicator seems a bit harsh on the more minimal DEs. Are there any apps that are like a window but with your indicators or something?

seba_dos1

> Are there any apps that are like a window but with your indicators or something?

Yes, and the API isn't very complex so you could easily write your own indicator host if you wanted to anyway.

butz

Some interesting news from Dropbox app this morning: "Your desktop environment doesn't support the Dropbox tray icon. Starting May 27, 2025, Dropbox updates will require App Indicator support. To continue using the tray, update your environment."

Only Unity and KDE Plasma desktop environments are supported, others, e.g. GNOME, XFCE, MATE will require installing an extension or plugin.

eru

Interesting. So if I wanted to use dropbox without a desktop environment, I'd need to fake a tray, so it can pretend to put an icon in there?

(I normally use XMonad, and it's very far from a complete desktop environment. It's only a fairly minimal window manager.)

sakjur

There seems to be a headless mode with lower requirements (scroll to the bottom and expand the Q about headless). This is for the ”full desktop experience”.

eru

Oh, that makes sense. Thanks!

null

[deleted]

null

[deleted]

throwaway314155

I'm never going to understand why desktop environments don't support app indicators. In particular GNOME, which is meant to be accessible to a broader audience.

This was the reason I switched to KDE Plasma, which is excellent these days.

Longhanks

In what way is Gnome meant to be accessible to a broader audience? They clearly do not give that impression; a broader audience would be interested in tray icons, desktop icons, theming support — ideas they clearly reject.

rkangel

If I look at my Windows system tray, it's full of random crap that I never look at and never need to. Windows has to have functionality to automatically hide icons you don't interact with. I can see why Gnome has decided just to do away with the concept.

aboardRat4

What's the news?

System tray has been with us since Windows 95

Longhanks

The Gnome desktop considers systray icons useless and by default does not ship or support any systray. If I understand the article correctly, the Dropbox client can no longer run on defsult Gnome desktops.

cruzcampo

To be fair, Gnome has made some questionable UX decisions - including this one.

eitland

Interesting UX decisions and Gnome have gone hand in hand since I first came across it.

The earliest one I remember was when they discovered spatial memory and promptly decided that, by default, every Nautilus folder should open in a new top-level window, cluttering up my desktop before I could even start working.

alias_neo

I run gnome on all my machines with displays, for many years now. I never paid much thought to what "AppIndicator" is, but I've always used what I believe you're calling "systray", if I understand correctly?

I have temperature and network gauges on the top right next to my battery/audio/WiFi indicators. My work laptop (Ubuntu) has indicators up there for Livepatch and Mattermost, or are these not the same thing?

As far as I recall, I've not had to do anything particularly special other than install the extension for the thing I want, Freon etc, and the Livepatch and Mattermost ones were just there whether I wanted them or not.

It's possible I did something when I setup Gnome on my personal laptop (Arch) but other machines are running Ubuntu and I think it just did this OOB.

Longhanks

This is because Ubuntu ships with extensions to restore AppIndicator (systray) functionality on Gnome.

diffeomorphism

ELI5: There were two standards how to implement a system tray: an old one and a new one. Dropbox is dropping support for the old standard.

pjmlp

As have other desktop OSes since forever.

The uproar for little details like this, is why Linux Desktop is never going to make it on mainstream.

palata

On the other hand, the very reason I use Linux is that I get more freedom, including the freedom to choose my window manager.

I don't care so much about Linux Desktop becoming mainstream. Probably it would make it look more like those OSes I like less. I don't really get those comments I regularly see where people go "if you don't make it look like Windows, people won't migrate to your distro". If I wanted Windows, I would use Windows. And I don't want people who want Windows to come to my distro.

pjmlp

Meanwhile Valve failed to convince games industry to care about GNU/Linux as platform, and has to make use of Proton to make SteamOS relevant, even though PlayStation and Android are very much Linux like on their technology stack.

dayvigo

One has to be deliberately obtuse to pretend to not see how ridiculous it is to make having a third-party application that shows little icons in the corner of the screen a hard requirement for a cloud file sync application.

I use Linux and don't have a taskbar, a topbar, a sysbar, nor anything similar. I've never seen the need for one when I can manage my windows in other ways and have more screen real estate available. What does that have to do with syncing my files?

Lvl999Noob

It's a requirement for the GUI. The CLI still works without any requirements. If I understood things correctly. I don't have a linux machine on hand and don't use dropbox anyways.

alias_neo

Perhaps people like you (and I) are not the target audience. I've always felt Dropbox was more of an "typical user" (as opposed to power user) file sync; I used it some years ago but never really liked it, I roll my own now.

I wonder whether Dropbox looked at some stats and realised that many of their users are on beginner-friendly distros/desktops and that such a requirement would help (them) more than it would hurt (users).

tom_

Actually only since (i think) windows 11: https://devblogs.microsoft.com/oldnewthing/20030910-00/?p=42...

pjmlp

"I think the reason people started calling it the “system tray” is that on Win95 there was a program called “systray.exe” that displayed some icons in the notification area: volume control, PCMCIA (as it was then called) status, battery meter. If you killed systray.exe, you lost those notification icons. So people thought, “Ah, systray must be the component that manages those icons, and I bet its name is ‘system tray’.” Thus began the misconception that we have been trying to eradicate for over eight years…"

Doesn't change the feature was already there, with Win32 APIs to interact with it.

bravetraveler

Everything old is new again: https://askubuntu.com/questions/821061/dropbox-appindicator-...

Should your setup need it, might be able to hack support through env vars. Innovation, everyone.

Cloudef

It's kinda sad how much "linux desktop" relies on GTK. I have my beef with dbus as well, but I wonder if you could do the indicator icons by only using the dbus protocol.

Kiboneu

Time to get an FTP account, mount it locally with curlftpfs, and then use SVN or CVS on the mounted filesystem.

https://news.ycombinator.com/item?id=9224

dsego

At least you won't loose folders, it's become a meme (1). My wife told me that at her office they had important folders just disappear in dropbox, luckily they keep copies.

(1) https://www.youtube.com/shorts/F2Sl7cMKAdQ

palata

Or restic with pretty much any cloud provider.

cynicalsecurity

Dropbox is scanning every file users upload. You can lose your whole paid account in a moment of seconds with years of work because they didn't like something. Their response: you can sue us in an American court, good luck. Using Dropbox, you need to have a backup of your data outside of it which pretty much negates the whole aspect of using it in the first place.

Moved to Nextcloud and never felt better.