Hacker News new | ask | show | jobs
by janci 1 hour ago
I never understood why file open/save dialog is a separate thing. I want to use my file manager to open and save files!
2 comments

You need a separate UI to handle things like entering the file name and filtering for appropriate files. Windows was designed so that the same file browser component is used in the Explorer and in open/save dialogs (but with Windows 7-era UI), but on Linux, which file manager should GTK use? GTK sometimes likes to pretend it’s separate from GNOME.
Win32 has good news for you!