diff options
author | Rodrigo Arias Mallo <rodarima@gmail.com> | 2025-09-28 20:26:15 +0200 |
---|---|---|
committer | Rodrigo <rodarima@gmail.com> | 2025-09-28 23:10:55 +0200 |
commit | fb510ea86be5ceb9e91573890242581fdbd77ad8 (patch) | |
tree | d819fe40683592008d136727f5a0b03e48dc1164 /29 |
Diffstat (limited to '29')
-rw-r--r-- | 29/index.md | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/29/index.md b/29/index.md new file mode 100644 index 0000000..2707adc --- /dev/null +++ b/29/index.md @@ -0,0 +1,30 @@ +Title: Open file dialog pops up in /tmp and forgets opened file's dir when changing page +Author: rodarima +Created: Fri, 22 Dec 2023 22:20:00 +0000 +State: open + +https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1036384 + +>When I pop up the Open file dialog it always opens in /tmp, forcing you +>to change to home, which is where it should open. The only exception is +>when you have already opened a file and are still displaying it, then it +>rightly opens in the same dir, but if you go back to another page and +>return it forgets. +> +>Besides, if I click on FLTK's shortcut for /, right up the Filename +>text entry, it only displays kernel fs dirs: sys, proc, dev, run, and +>subdirs of these. +> +>The whole issue is a very serious usability issue. + +Agreed, I would expect it to either be in the last directory you used (this is specially painful if you are downloading 10 or more files, one by one) or let the user change the behavior and always start from a directory of users choice. + +--%-- +From: rodarima +Date: Fri, 22 Dec 2023 22:38:26 +0000 + +We can easily switch to the native file chooser, which would open something familiar to users. In my case is using the GTK file chooser (although I didn't care much to setup a proper theme): + + + +These choosers typically hold the last directories on their own.
\ No newline at end of file |