Possible to overwrite a save without confirmation on Linux #327

Open
opened 2023-01-27 22:13:58 +00:00 by NQNStudios · 5 comments
NQNStudios commented 2023-01-27 22:13:58 +00:00 (Migrated from github.com)

(On windows) If I try to save over a file "t.exg" by double-clicking on the existing file "t.exg", I get prompted for confirmation on whether to overwrite.

If I type "t" in the file browser and press enter, it still appends ".exg" to that path and overwrites "t.exg", but it doesn't confirm first.

I don't know what happens on Mac/Linux in this case.

(On windows) If I try to save over a file "t.exg" by double-clicking on the existing file "t.exg", I get prompted for confirmation on whether to overwrite. If I type "t" in the file browser and press enter, it still appends ".exg" to that path and overwrites "t.exg", but it doesn't confirm first. I don't know what happens on Mac/Linux in this case.
CelticMinstrel commented 2023-01-28 00:49:59 +00:00 (Migrated from github.com)

Probably the same at least on Mac. I think the ideal solution would be to somehow or other tell the save dialog that it needs to append .exg for us, and then not do it manually. Not sure if that works though.

Probably the same at least on Mac. I think the ideal solution would be to somehow or other tell the save dialog that it needs to append .exg for us, and then not do it manually. Not sure if that works though.
NQNStudios commented 2024-08-03 23:22:21 +00:00 (Migrated from github.com)

I have filed an issue with zenity proposing the feature we'd need in order to implement an ideal fix on Linux: https://gitlab.gnome.org/GNOME/zenity/-/issues/96

I have filed an issue with zenity proposing the feature we'd need in order to implement an ideal fix on Linux: https://gitlab.gnome.org/GNOME/zenity/-/issues/96
CelticMinstrel commented 2024-08-03 23:33:36 +00:00 (Migrated from github.com)

Still an issue on Linux.

Still an issue on Linux.
NQNStudios commented 2025-02-20 16:21:20 +00:00 (Migrated from github.com)

Well, fixing this properly on Linux requires going so deep as modifying Zenity, and when I posted an issue about it last year, I still haven't heard back. I think it's fair to leave it alone?

Well, fixing this properly on Linux requires going so deep as modifying Zenity, and when I posted an issue about it *last year*, I still haven't heard back. I think it's fair to leave it alone?
CelticMinstrel commented 2025-02-21 00:33:24 +00:00 (Migrated from github.com)

I think this is a big enough issue that it shouldn't just be thrown aside. There are probably ways to do it without modifying zenity, like adding a custom confirmation after the save dialog closes.

I think this is a big enough issue that it shouldn't just be thrown aside. There are probably ways to do it without modifying zenity, like adding a custom confirmation _after_ the save dialog closes.
Sign in to join this conversation.
No description provided.