this post was submitted on 26 Mar 2025
214 points (95.7% liked)

Linux

52696 readers
509 users here now

From Wikipedia, the free encyclopedia

Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).

Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.

Rules

Related Communities

Community icon by Alpár-Etele Méder, licensed under CC BY 3.0

founded 5 years ago
MODERATORS
 

I just found this out recently. So this isn't actually Nautilus itself but it's the file previewer (Gnome Sushi) that comes with it. If you select a file and press the spacebar, it will automatically preview the file if it supported. If the file is an audio file, it will automatically fetch album art from the web, and if the file is an HTML file, it can make third-party requests. IMHO this is a huge privacy issue. For example if you were browsing the web using Tor Browser and saved a page to view offline, and then later accidentally opened it using the file previewer, any third-party requests will leak out the clearnet.

This is an open issue and I don't expect it to be fixed anytime soon, so the easiest solution is to simply uninstall Gnome Sushi (on Fedora, it is the sushi package). On atomic distros if Gnome Sushi is installed as a flatpak you might be able to revoke internet permissions for it using Flatseal, though I have not tested this.

Edit: I'm aware that KDE also has file previewers, but I'm not sure if they have the same issue. If anybody else knows please leave a comment letting us know

top 32 comments
sorted by: hot top controversial new old
[–] [email protected] 3 points 5 days ago

People say Qt sucks. But there is literally no better alternative to the KDE environment. Either Dolphin or tons of other apps just have more features and settings compared to GTK ones.

Unsure if they have the same issue

[–] [email protected] 3 points 5 days ago

I went and checked out Thunar because of this post, and regardless of the original intention, I have found a file manager I much prefer as a result. Thank you.

[–] [email protected] 1 points 5 days ago

Good to know, even though I'm not a Gnome user. I wonder if it will work with torsocks.

[–] [email protected] 0 points 5 days ago

Oh no! Anyways ...

[–] [email protected] 1 points 6 days ago* (last edited 3 days ago)

Does KDE's Dolphin suffer from this, too?

[–] [email protected] 2 points 1 week ago

Use the image viewer used by TAILS

[–] [email protected] 1 points 1 week ago

Still not worse than the simple act of having to use gnome for longer than it takes to install something, anything else

[–] [email protected] 4 points 1 week ago

OpenSnitch, do your thing!

[–] [email protected] 11 points 1 week ago* (last edited 1 week ago)

Good thing I use the Flatpak version of Sushi, I’ll just remove the network permission.

[–] [email protected] 21 points 1 week ago (4 children)

Thunar is a much better alternative, in my opinion.

[–] [email protected] 1 points 1 day ago* (last edited 1 day ago)

Pcmanfm? Nemo? However, if one does not need a GUI I would suggest ranger, nnn or alike.

[–] [email protected] 1 points 5 days ago

When in doubt, avoid anything gnome.

[–] [email protected] 1 points 6 days ago

I always install thunar into my gnome.

[–] [email protected] 13 points 1 week ago (1 children)

Agreed. I fucking hate Nautilus - especially the way it fucking tries to filter everything instead of jumping me to where I'm typing. It makes navigation so much slower

[–] [email protected] 2 points 5 days ago

I hate, when programs like Firefox or anything else uses something like Nautilus to pick the file.

I can't even press ctrl+L to change the URL of my filesystem where I want to be. I need a lot of clicky GUI to get to the desination...

[–] [email protected] 8 points 1 week ago

Thanks for tipping the previewer's name. Not concerned with the (valid) sec aspect personally, but I've accidentally hit space a couple of times since meta+shift+space is Sway's default for floating / tiling a window and I don't use the preview anyway. Let's uninstall.

[–] [email protected] 4 points 1 week ago

It probably downloads remote images in PDFs too, but I don’t know that for sure.

[–] [email protected] 51 points 1 week ago (3 children)

While good for privacy, this sounds like an awful UX change for the average person. Some sort of nice toggle to disable it would be good, but removing it all together would probably annoy more people than it benefits.

[–] [email protected] 32 points 1 week ago (1 children)

Woah there! This is GNOME. You don't get choices.

[–] [email protected] 4 points 5 days ago

Maybe we will get an extension

[–] [email protected] 17 points 1 week ago

A setting that pulls information from the clear net should be up to the user and not a default setting, IMO.

[–] [email protected] 37 points 1 week ago

It could be implemented the same as most email clients do. A simple message "load external content" with an option to always load.

[–] [email protected] 2 points 1 week ago (1 children)

Thanks for the tip! Despite never actually using sushi, I had it installed so now I've uninstalled it to avoid using it by accident.

[–] [email protected] 5 points 1 week ago

It’s actually pretty nice in some situations.

One thing that bites me about Loupe / Image Viewer is that it always goes through images in alphabetical order, despite the sort option you have set in nautilus.

Sushi does go through items using the same sort option set in nautilus.

Though it can be finicky with videos, so I don’t use it for that.

[–] [email protected] 12 points 1 week ago (2 children)

Well its also a simple browser so it will preview the HTML page like any other browser would. But I don't know about audio files though.

[–] [email protected] 20 points 1 week ago

IMO a "simple browser" of this sort should display literally only the content in the HTML file itself. It shouldn't even view CSS stored in a separate local CSS file, let alone reach out to the web to download more content.

[–] [email protected] 10 points 1 week ago

Yes but an HTML file is very different from a website. At the very least I'd like an option to disable all remote requests, or disable previews for certain file formats.