A Nautilus Sucks Donkeyballs Linux Rant

Nautilus, the Gnome file assistant manager, sucks utter donkeyballs. Let us make an unordered list of the ways:

  • If the underlying filesystem changes, say a copy operation, the file manager view does not update without a manual refresh by CTL+R. This leaves the view in a stale state, presenting false file information to the user, who might never know until they do something bad. This is a showstopper bug that’s been hanging around since forever.
  • Batch rename. Good luck trying to rename a series of files ordered sequentially by number, if the number happens to start with any number other than one. A sequence from 2 to x is impossible to batch rename. Because regex in sed never worked either. No, wait. It’s always worked! For like, 50 years.
  • Why, when moving a collection of files or a directory within the same filesystem, does it actually perform a copy and delete operation, taking cpu and time, when the inode location could just be updated like mv does?
  • Thumbnails? Why do they take longer to generate for images and video than than the totality of the existence of the universe?

Nautilus is an unusable mess. If command line file utils were this bad, we’d never be able to reliably store and manipulate files. Who in their right mind actually uses this junk?

oshitwaddup,

Thunar

phanto,

Thunar

flashgnash,

Thunar?

OsrsNeedsF2P,

Thunar.

Cwilliams,

Thunar

nicman24,

Caja tho

TheAnonymouseJoker,
@TheAnonymouseJoker@lemmy.ml avatar
ILikeBoobies,

There isn’t an alternative to Gnome, nothing looks the same

And if I use a fork of it then eventually that won’t look as good because it’s not run by the Gnome devs

ParanoidFactoid,

I’m not a fan of either Gnome or KDE.

To me, the big mistake both make is in the presumption the UI and utilities shipped with those platforms are why people use it. But no. Nobody uses MacOS because of its nifty calculator or the Finder. It’s the overall toolkit integration with apps. Not even look and feel. But consistency in use.

Neither KDE nor Gnome offer that.

ILikeBoobies,

What do you mean consistency in use?

People use Macs to feel trendy

ParanoidFactoid,

I don’t presume to know why others choose to use anything. But MacOS is highly consistent across apps. Dialog boxes, text input forms, file browsing, hot keys, all the same across applications.

ILikeBoobies,

Oh so you mean being a closed eco-system

I feel a lot of devs would be upset if they were told they can only develop using GTK for example

ParanoidFactoid, (edited )

I’m not telling devs what they can do. Merely pointing out this is why the projects fail.

onlinepersona,

So, gnome is an alternative desktop environment and it’s great that they exist. If they inspired Apple’s UI or the other way around, doesn’t matter but they are the Apple UI of Linux. Mac users switching to Linux can have a somewhat familiar experience.

That said, their “we know better than you what you want, luser” attitude makes it hard for me not to grin when someone rants about their stuff. It shouldn’t, because they are probably mostly unpaid contributors and their work should be valued, but once in a while…

Pantherina,

Dolphin integrates fine into Gnome. Installs a tooon of dependencies though

penquin,

I honestly can never imagine Linux without KDE plasma. It has its flaws for sure, but at least I can modify the shit out of it to force it to meet my needs 100%.

CrabAndBroom,

Yeah every once in a while I see a screenshot of GNOME that looks really nice and get tempted to try it again, and usually within a day or two I’m back to KDE lol.

No shade to people who like to use GNOME, but it’s really not for me.

penquin,

Absolutely. Gnome is becoming gorgeous, but its workflow is not for me. Also, all the missing things that I have to add extensions for is just not ideal. I just re-create the gnome theme in kde when I miss gnome. or just install it in a VM and enjoy for for a little while. Otherwise, kde has always been where I belong.

zwekihoyy,

I’ve had the best experience using xfce.

penquin,

I would use it if it supported 4k better. Every time I set the resolution to 4k and the scaling to 2x, the whole UI gets jacked up and something can’t be clicked anymore. Window bars stay really small. The panel gets all messed up. That’s basically on every single distribution I’ve tried with xfce

TheAnonymouseJoker,
@TheAnonymouseJoker@lemmy.ml avatar

Nautilus needs Backspace for up directory. It is not just as good as Thunar, the king of non-TC-style file managers.

miss_brainfart,
@miss_brainfart@lemmy.ml avatar

I like Thunar, but it doesn’t display the thumbnails I specifically embedded into my video files. Is that even possible?

TheAnonymouseJoker, (edited )
@TheAnonymouseJoker@lemmy.ml avatar

I am not sure. The only option to configure being able to see thumbnails is setting a file size limit larger than your video file size in Edit>Preferences. It caches all thumbnails into /home/USERNAME/.cache/thumbnails/ path, and you might have to test with a video if it parses manually, or if it picks thumbnail supplied by photo/video.

You are at the mercy of file manager (or plugin) developer who implements the frame that will be picked up, whether it be frame 1, first second, or 20% duration frame etc. Something like Directory Opus on Windows is supreme because of these niche needs. Your option in such cases might possibly be a file manager that uses external plugins like Double Commander, or Total Commander Extended addons edition via WINE.

miss_brainfart,
@miss_brainfart@lemmy.ml avatar

I set those limits, I made sure all the plugins to do with thumbnailing are there, and so on. I’m genuinely not sure anymore if it even can work like I want it to.

Whatever I do, Thunar shows an arbitrary frame of the video as its thumbnail, not the embedded one.

TheAnonymouseJoker,
@TheAnonymouseJoker@lemmy.ml avatar

So I am a data hoarder, and I manually tested just now. In my experience, Thunar shows the 33.33% duration frame of any video that it can process, otherwise if it cannot process some video (some MPEG-TS files for example), it shows the first possible frame it can fetch, usually the first frame of video.

miss_brainfart,
@miss_brainfart@lemmy.ml avatar

Thunar shows the 33.33% duration frame of any video that it can process

Yeah, that seems to check out. If I research it, I’m not really finding any conclusive evidence that Thunar can actually show embedded thumbnails, so idk

mr_strange,
@mr_strange@discuss.tchncs.de avatar

It’s crazy crazy sort order that I can’t stand. They deliberately go in and remove certain characters from the filename, specifically to make the sorting behave weirdly.

deadsuperhero,
@deadsuperhero@lemmy.ml avatar

The one that really irks me now is that Nautilus in Ubuntu doesn’t show thumbnails for PNG images in the file selection dialog. It’s such an ass-backwards change that I’m legitimately shocked.

d_k_bo,
  1. The file selection dialog is not a part of Nautilus. It is either a provided by the toolkit (e.g. Qt, GTK3, GTK4) or by a xdg-desktop-portal implementation. The GTK4 file chooser that is also used by GNOME’s portal implementation supports thumbnails since December 2022 or GNOME 44.
  2. I guess you are using an older (LTS) version of ubuntu that uses an outdated version of GTK.
ParanoidFactoid,

22.04 is not outdated.

d_k_bo,

It is 3 GNOME releases behind.

ParanoidFactoid,

You’ll have to compile a daily from github if you want the proposed fix.

deadsuperhero,
@deadsuperhero@lemmy.ml avatar

Okay. I’m glad that the situation is looking better, and it’s probably more on the Ubuntu people than the Gnome people, but it’s still an incredibly shitty experience.

maeries,

If the underlying filesystem changes, say a copy operation, the file manager view does not update without a manual refresh by CTL+R. This leaves the view in a stale state, presenting false file information to the user, who might never know until they do something bad. This is a showstopper bug that’s been hanging around since forever.

I don’t know what you mean. If a open my Downloads folder and then download something, it shows up in Nautilus without refreshing anything

Batch rename. Good luck trying to rename a series of files ordered sequentially by number, if the number happens to start with any number other than one. A sequence from 2 to x is impossible to batch rename. Because regex in sed never worked either. No, wait. It’s always worked! For like, 50 years.

I mean at least there is a batch rename function unlike in windows

Why, when moving a collection of files or a directory within the same filesystem, does it actually perform a copy and delete operation, taking cpu and time, when the inode location could just be updated like mv does?

Again, I can’t reproduce it. I can move many GB instantly using ctrl + x and ctrl + v

The only thing that really annoys me with Nautilus is that you can’t type in the directory path you want to open except using ctrl + L. In the hamburger menu there even is an option to copy the path. Why not make one more to edit it? Or replace copy with edit, because when editing you can also copy it anyway

Rodeo,

Why the fuck does a desktop app have a hamburger menu though.

Fisch,
@Fisch@lemmy.ml avatar

Dolphin has a hamburger menu too, what’s so weird about that?

Rodeo,

Gnome and kde are horrible for that. Mobile UX on a desktop platform is terrible to use.

Fisch,
@Fisch@lemmy.ml avatar

They’re gonna have to put those options somewhere and there’s only so much space in the top bar

oldfart,

I feel like with every major UI update it takes more steps to do the same basic tasks.

d_k_bo,

Why not?

ParanoidFactoid,
maeries,

Of cause you can batch rename with an additional tool. Same goes for nautilus

ParanoidFactoid,

I don’t want to debate win here, that’s off topic, but batch renaming is something Explorer does.

TheAnonymouseJoker,
@TheAnonymouseJoker@lemmy.ml avatar

Thunar comes with Batch Rename tool.

Teon,
Teon avatar

Come to the dark side, KDE has Dolphin and it swims faster than any gnome could.

anothermember,

You can just install Dolphin on GNOME, you don’t have to go the whole way.

zingo,

You might as well go the whole way for desktop supremacy! ;)

anothermember,

Nah, I like GNOME, and I mostly use Nautilus anyway. :P

TheAnonymouseJoker,
@TheAnonymouseJoker@lemmy.ml avatar

good for sticking to the supreme DE. Do not listen to KDE shills. Do better, replace Nautilus with Thunar. Life changing.

ILikeBoobies,

Also works on Windows

Turbo,

Dolphin has been one of my favorite benefits of switching from Ubunt to Debian! I didn’t know how “plain” nautilus was until I met Dolphin.

I’ve been able to customize the file window to my liking and it’s really nice !

CrabAndBroom,

Using a file manager without split panels feels like going back to the 90s for me now. You mean I have to open two different windows?!

ChairmanMeow,
@ChairmanMeow@programming.dev avatar

I’ve tried both but always find myself just opening new windows instead of using split panels. I find it to be more convenient personally.

onlinepersona,

Dolphin has split panels… Hit F3

CrabAndBroom,

Oh yeah that’s what I meant, I’m so used to split panels in Dolphin now that other file managers feel old-school.

Decker108,

KDE is the answer to all of OPs problems.

TheAnonymouseJoker,
@TheAnonymouseJoker@lemmy.ml avatar

Dolphin is pure trash even without Baloo (becomes worst with it). Thunar is the king.

Teon,
Teon avatar

We have no Baloo on this rig.
And Thunar was a thunder god, not a king.

TheAnonymouseJoker,
@TheAnonymouseJoker@lemmy.ml avatar

Thunar is a file manager on Linux.

Teon,
Teon avatar

Sweetie, I am very familiar with lotz & lotz of nix.
Refer to my previous post for Nordic jokez.
Takk skal du ha.

milkjug,

KDE gang rise up! Can’t stand GNOME and its design philosophy, in recent times it seems like it’s been trying its hardest to become the most off-brand macOS it can possibly be. Everywhere I look its more form over function. Urgh.

Teon,
Teon avatar

100% agreed. I personally hate the Appleverse, so Gnome just irks my gears.
KDE Nation, we are armed with Plasma!!!

flashgnash,

It looks pretty though

JokeDeity,

I don’t even use Linux, but isn’t copying and deleting files to simply move them, like super bad in the long run for data integrity?

OsrsNeedsF2P,

Yes, which is why Nautilus doesn’t do that, and OP is doing something weird

ParanoidFactoid,

Select a group of folders and try it yourself!

jack,

How?

skullgiver,
@skullgiver@popplesburger.hilciferous.nl avatar

deleted_by_author

  • Loading...
  • ParanoidFactoid,
    skullgiver,
    @skullgiver@popplesburger.hilciferous.nl avatar

    deleted_by_author

  • Loading...
  • ParanoidFactoid, (edited )

    That view bug has been sitting around since 2009, from what I can gather. But a file manager giving false filesystem state to a user is a showstopper. It violates the main purpose of the program. And risks data loss. Users may make errors based on false information.

    Batch renaming I use regularly by ingesting media from cameras, though typically at the command line.

    Knusper,

    I also find it incredible, that there’s no GUI button to edit the path. You have to just kind of know that Ctrl+L does that…

    uzay,

    I don’t have any of OP’s issues, but this one! I hate it! Especially on the Steam Deck

    lolcatnip,

    Don’t worry, it’s documented on the second tab of options in an unrelated dialog box, so anyone who needs it should know where to find it.

    Treeniks,

    Personally I never understood why file managers in linux refuse to do operations that require privileges. Guess what, if I have Nautilus open and want to move files into, let’s say, /usr/local, I don’t want to have to switch to the terminal to do so if I already have the stuff copied within nautilus. On Windows, I just get an admin password prompt if I try to do naughty stuff. On Linux, we have the whole polkit system, but no file manager seems to ever use it. Tbf, this is not a nautilus problem, as no file manager seems to do this.

    Fizz,
    @Fizz@lemmy.nz avatar

    This annoys me to no end.

    Limitless_screaming,
    Limitless_screaming avatar

    You can do this in Nemo by default, and for Dolphin you'll need to install the KDE "kio-admin" package.

    MrShelbs,
    @MrShelbs@lemmy.ca avatar

    Oh wow you can? I just switched to Nemo on Arch after using Thunar for a long time but I got annoyed at it for crashing a lot when I copy files to my FTP server. Very good to know!

    404,

    In Thunar it’s just right-click and “Open as root”

    I really like Thunar

    TheAnonymouseJoker,
    @TheAnonymouseJoker@lemmy.ml avatar
    skullgiver, (edited )
    @skullgiver@popplesburger.hilciferous.nl avatar

    deleted_by_author

  • Loading...
  • Treeniks,

    I’m aware of nautilus-admin, but not only is it not maintained, imho it should be part of nautilus by default, and it has to open a new nautilus window when you use it. What I want is to drag and drop files to /usr/local and then get a password prompt to do the move. With nautilus-admin, I need to have the foresight to use “Open as admin” when going into /usr/local, but if I had that foresight then I might as well just start nautilus as root to begin with. Usually I just want to look into the folder, and only then realize I need to change something, which means a good old “go back up one folder, then search the local folder again, then right click, search for ‘Open as admin’, then get thrown into a new window, completely disorienting myself in the process”.

  • All
  • Subscribed
  • Moderated
  • Favorites
  • linux@lemmy.ml
  • everett
  • DreamBathrooms
  • modclub
  • normalnudes
  • ngwrru68w68
  • magazineikmin
  • Durango
  • ethstaker
  • Youngstown
  • rosin
  • slotface
  • InstantRegret
  • kavyap
  • thenastyranch
  • megavids
  • osvaldo12
  • Leos
  • cubers
  • tacticalgear
  • khanakhh
  • mdbf
  • GTA5RPClips
  • anitta
  • provamag3
  • cisconetworking
  • tester
  • JUstTest
  • lostlight
  • All magazines