cosmic-files icon indicating copy to clipboard operation
cosmic-files copied to clipboard

[Bug] The "List directories first" option isn't preserved when using the file dialog

Open nathansgithub opened this issue 7 months ago • 3 comments

The "list directories first" option isn't preserved when using the file dialog. This is using cosmic-files commit f07a106d0fa9b18c74303cfe28b2bcd54c7ffb84.

To replicate:

  1. Perform an action to open the cosmic-files dialog window.
  2. Toggle on "List directories first".
  3. Close the dialog window, and open it again.
  4. The directories are no longer sorted first.

nathansgithub avatar May 14 '25 01:05 nathansgithub

"Show hidden files" and "Show details" also do not persist but should.

WatchMkr avatar May 14 '25 20:05 WatchMkr

Additionally, "Show hidden files" does not persist in the normal file browser mode.

WatchMkr avatar May 14 '25 20:05 WatchMkr

It was intentionally made like that for normal mode (https://github.com/pop-os/cosmic-files/issues/321#issuecomment-2389698106), but yes, IMO those should be persistent.

Related: #605

git-f0x avatar May 15 '25 16:05 git-f0x