logoalt Hacker News

jancitoday at 12:06 PM2 repliesview on HN

I never understood why file open/save dialog is a separate thing. I want to use my file manager to open and save files!


Replies

Kwpolskatoday at 1:03 PM

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.

show 1 reply
formerly_proventoday at 1:02 PM

Win32 has good news for you!