rivet
rivet copied to clipboard
[Bug]: "Open Project" dialog doesn't show dot directories
What happened?
On Linux (Ubuntu), the File / Open Project dialog doesn't list directory name starting with a dot.
Specifically, it doesn't list ~/.local, which is where Rivet installs the example plugin.
What was the expected functionality?
All folders are listed.
Describe your environment
Ubuntu 22.04.2 LTS on Windows Subsystem for Linux (WSL)
Relevant log output
No response
Relevant screenshots
No response
Code of Conduct
- [X] I agree to follow this project's Code of Conduct
Hm, I really doubt that I have any control over this unfortunately :(
I found this: https://forums.linuxmint.com/viewtopic.php?t=289891 TL;DR: User can type Ctrl+H on the dialog to show dot names. So technically, yes, nothing you can do in the code. You could however add this information in documentation, e.g. here, to save people some time figuring this out. It's a really annoying (Chromium?) behavior. TIA!