Live data from Hacker News

GNOME has no thumbnails in the file picker and my toilets are blocked

jayfax.neocities.org

521–530 of 756 posts

Re: GNOME has no thumbnails in the file picker and my toilets are blocked

#521

Earlier quoted context omitted.

...did you skip the part where you're wearing an Apple Watch? Because when the watch isn't on my wrist, I have to either enter my password or hit TouchID, waking up the computer gets me to the password dialog box. Which, to be fair, I can start typing the password directly because the cursor is in the correct place. And this is what you would want, if waking it up meant no authentication then J Random Badguy could in…

Also for the record, regarding uncledave's general principle: > Being impressed with the very small changes is a symptom that there are lots of small problems. This is directly contradicted by my use case on my XPS under Ubuntu 20.04. I no longer have "Gnu anxiety" on my laptop-- the overarching fear that the values for the next default behavior I run into were chosen at random by troglodytes. Suspend/resume just wor…

Power management is one of those things that works and then doesn’t quite regularly. I had “fear of closing the lid” on numerous occasions.

Re: GNOME has no thumbnails in the file picker and my toilets are blocked

#523

Earlier quoted context omitted.

I’m not sure if this is still the case as I haven’t used desktop Linux for about a year now, but what made this extra irritating is that the file name would be highlighted already! How on earth can selected text in an in-focus modal window not be the target of keyboard input?

For me this is really annoying as well, together with the stupid text input fields that may display a blinking cursor even when they're not focused. And Firefox has this weird issue that now and then a newly opened tab doesn't focus the address bar, forcing me to use the mouse to select it. And I still don't get this trend in some newer software to make tab switching via Ctrl-[Shift]-Tab feel like the lottery instead…

ctrl-tab in Firefox can be configured to move through tab in a last-visited order, I personally love it and can't stand the lack of this feature in chrome/edge when I use them

Re: GNOME has no thumbnails in the file picker and my toilets are blocked

#524

On macOS, when you drag a file into an Open or Save panel, the panel’s current directory switches to the dragged file’s containing directory and highlights that dragged file. On Windows, when you drag a file into an Open or Save panel, the dragged file is moved from its original location to the panel’s current directory. It is a destructive action! That may be one little thing but it’s part of a whole number of reaso…

See you've been conditioned to think that some file views are different from others. On Windows, a file viewer is a file viewer is a file viewer. So yes, dragging a file from one file viewer (windows explorer) to another one (which happens to be inside a file save/open dialog) is a move action. I love this and wouldn't have it any other way. Although I agree it should be a setting. Although perhaps Apple has patented…

> See you’ve been conditioned to think that some file views are different from others

They are different. Their purpose is different. It is the purpose of an open panel to let me pick a file/folder location. It is the purpose of a save panel to let me pick a folder to save a file.

User interfaces and user experiences go hand in hand. A user interface should be purposeful. It creates a better experience.

Sure, you can get used to an open/save panel having destructive behaviour and it can be handy — but that doesn’t make it a better user experience. It puts destructive actions front-and-centre, violating the element of least surprise and potentially endangering user data.

> Although perhaps Apple has patented it

Doubtful. It’s just a consequence of Microsoft using the same Explorer control throughout the operating system without making any adjustments for behaviour.

Re: GNOME has no thumbnails in the file picker and my toilets are blocked

#525
GtkFilePicker can't be worse than the Windows folder browser dialog: https://i.stack.imgur.com/umdE9.png

You have to scroll through that keyhole of a window that you can't resize and it starts with the Desktop, so it's "Desktop - Computer - C:\ - Users - Me - Documents - Images - ..." every time.

Re: GNOME has no thumbnails in the file picker and my toilets are blocked

#526
post #231

Earlier quoted context omitted.

Recursive search instead of type-ahead search within one directory in the file picker is criminally terrible. I don't think there is any implementation of a file picker that behaves like this (other than Gtk's).

Is this https://gitlab.gnome.org/GNOME/gtk/-/issues/2366 ? It really bothers me as well.

[deleted]

Re: GNOME has no thumbnails in the file picker and my toilets are blocked

#527
post #499

Earlier quoted context omitted.

GUIs should effectively be finite state machines and people expect them to operate that way. People understand latency and get used to it; it happened on mainframes and other terminal applications and people memorize the state machine and can tab and type through an interface at high throughput anyway. One of the most frustrating experiences is related to the OP; reflow in browsers as new elements load making it impo…

I remember the time (10 years ago?) where you could go to google webpage and start typing your search immediately. Then one day I got my typing deleted once the page finished loading. I thought Google would quickly fix this, but soon realized that this kind of annoying asynchronous behavior was becoming a new normal for a lot of GUIs. I have a rule in my GUIs to only show up something when it’s consistent and usable:…

This has started happening to me constantly in Amazon! I start searching for something, make a typo, go back, then somehow it snaps back to the typo before I hit enter and I get bad results. Super annoying, I don’t remember it being a thing before a year or so ago.

Re: GNOME has no thumbnails in the file picker and my toilets are blocked

#528

Earlier quoted context omitted.

What’s a save panel? You mean a save dialog? Note that on windows there are at least 3 generations of save dialogs. Which one you see depends on which generation of the api is used. The most common one is the more modern which is basically just an explorer window. Dragging a file into an explorer window works that same regardless of whether it’s an open/save dialog or not. It’s a move/copy operation (depending on e.g…

Yes, a save panel is a save dialogue. It’s just Apple terminology. > I don’t quite get the point of dragging a file to a save dialog at all though? On macOS (since forever) and iOS (since 11), there is a heavy focus on drag. You should be able to drag anything from any app to any other app and something should happen. This is facilitated both by system-level frameworks (so that all apps can gain correct drag-handling…

> On macOS and iOS, it’s not just built into every app, it’s built into the operating system itself.

I can't see how it's any more part of "the OS" in MacOS than in Windows?

> On Windows, apps need to implement this behaviour manually. Figuring out how to deal with certain file types is not built into every app out of the box.

Every app on both Windows and MacOS have to implement most drag & drop handling themselves. You get notified that the user has dropped some data, and you implement it. Some controls are basically miniature apps and can handle some of it (e.g. a text control could as default accept dropping text into it) but that's a rare edge case and in most situtaions you are obviously going to have to implement it yourself. If you are the audacity developer you'll be notified that someone dropped an mp3 on the surface of your window. You'll have to take it from there. That's 100% the same thing in windows.

> drag a image file from Finder into a Word, it should embed the picture; drag an audio file from iTunes into an open Audacity project, it should add the audio as a new track; or, drag highlighted text from a text field to the desktop and it will create a text snippet file containing that text.

File drag events work like that on windows. Text selections aren't objects in that sense (dragging just changes the selection) so that's typically not a draggable entity. A picture is, and behaves like you expect (e.g. insert into a word document).

> I’d actually just drag the file directly from the Downloads stack on to the app and expect it to figure out what I want to do

Of course, a chat app has drag and drop for pictures into chat messages on both windows and mac. Otherwise it would be a pretty terrible chat app. Any cat app could of course be terrible, and there is every chance that more chat apps are terrible on windows - but that doesn't change the point. If you launch Teams or Slack or whatever and drag a picture from a word document into it, it will add it to your chat message. On both windows and mac.

> So, imagine I have a browser window open asking me to upload a file. If I have that file open, why should I navigate the directory hierarchy in the open panel? I can just drag the proxy icon for that document straight into the open panel. Bam, the open panel is pointing at the correct location.

As a windows desktop developer myself (who struggle a LOT with drag & drop) I can see myself implementing something like this. But it's always a question of user expectation. First of all, there is no proxy icon! I'd love to see those in windows, but it's not currently part of the UX. As such, you don't have a "drag source" for open documents. To get anywhere to drag from for an open document you'd need to open explorer and browse to the location. But that's the exact same effort as doing it in the file dialog, so what's the point? As you can see, the mistake wasn't "poor handling of drag & drop" here, the missing capability I think is the proxy icon.

> All I’m doing is telling an open/save panel where I want to be.

I want to repeat - and this is important. The windows save panel isn't special. It's a full explorer file list, plus a file name textbox. One can argue that this is a poor choice - but that's what it is. It has different areas (a filename textbox, a file listing view etc). The file listing view is just like any file listing view in any explorer window. As such it has all the capabilities you expect. If you select a file and hit delete, it's deleted. If you want to create a new folder - perhaps the most common operation for a SaveAs dialog, it does that. So here microsoft had a choice: if you drag a file onto this area of the dialog, should it work like all the other explorer file listing areas in the OS, or should the Open/Save dialogs have special treatment? I think you could argue both ways there, but there are definite drawbacks to both. It's absolutely not a clear cut case of "Well that dialog should be non-destructive so dropping should do navigation! case closed!". This doesn't mean you can't have that functionality anyway. You could just make a drop of any file elsewhere on the dialog (such as on the path-section of the dialog) initiate a navigation, for example.

> The only thing I expect to act as an Explorer window is … an Explorer window.

I think this is merely a UX choice not a clear case of "well this way is better". As I said there are several types of file dialogs in windows, and some are more like what you describe and not "Just an explorer window".

Perhaps if windows had proxy icons, there would never had been a thought to make the latest gen file dialogs be full explorer views, because then the proxy icons would have made drag to navigate work?

I use both windows and mac today, but growing up on windows, I use MacOS less and I use it like I would use windows. Which means it's extremely frustrating. For example, I had no idea whatsoever that the little icons in menubars (I just learned they were called proxy icons) were draggable. I always launch finder like I would launch explorer and drag things around, even documents I already had open... It sounds to me you have a few such discoveries to make on windows which would make the experience less frustrating.

Re: GNOME has no thumbnails in the file picker and my toilets are blocked

#529
post #276

Earlier quoted context omitted.

Yes, and Gnome is in part responsible for a lot of "desktop" issues with linux. Distros must switch to KDE by default to help eliminate part of this stigma. KDE is so amazingly good that there is no excuse to keep using Gnome.

My personal opinion is that KDE is less polished, more bloated (in terms of features and options), and slower than GNOME.

Good joke.

Re: GNOME has no thumbnails in the file picker and my toilets are blocked

#530
post #518

Earlier quoted context omitted.

> And you will also find such examples for MacOSX or Windows. If anyone wonders, here are three from Mac last I used it: - fn took the place of ctrl on the laptop (but not the full keyboard). Unlike on Dell and Lenovo who also has this problem it could not be remapped neither at boot nor in the OS. - CMD - tab forced me to think ahead of time if I want to change to the last application or the last window of the same…

> CMD - tab forced me to think ahead of time if I want to change to the last application or the last window of the same application. I.e. switching between two Safari instances takes a different key combination than switching between Safari and IntelliJ. That’s a feature, not a bug. I personally hate having to tab through a million browser windows to find the application I need, or having to tab through unrelated app…

It is a feature which replace another feature (stack based switching). It broke my flow multiple times a day for three years until I got a Windows machine again. I guess we are just differently wired, the idea of stopping to consider which shortcurt to use was neither natural nor possible for me at that age (around 30).

KDE does this perfectly however. It defaults to Windows/classic Gnome 2 behaviour but can easily be configured however one wants it.

Post reply on HN