porcupine
porcupine copied to clipboard
Better File Dialog for Linux
TIL that it tk uses native file dialogs on not-linux...
Yes, agree completely with everything @rdbende said. My thoughts is it should work like this:
- if windows or mac use default filedialog as now; if linux continue
- check config to see what user wants to do; if no config set continue
- try
zenity
- try
kdialog
- try tkfilebrowser (optional install?)
- fallback to default
tk.filedialog
Originally posted by @benjamin-kirkbride in https://github.com/Akuli/porcupine/issues/1358#issuecomment-1629805198