Let's say I already a open Gedit window and I want to edit the file .bashrc
, which I haven't edited recently. I should click on the 'Open' button, navigate to my home directory and click on the file to open it.
That is not possible since when a "Open File" window shows on screen it doesn't display any file starting with ".
"
And that is not only for Gedit: I have tried with multiple programs but the problem still remain, even when normally Nautilus shows them when working as a standalone.
I know I can open files with Gedit using my terminal, but is it possible to open them with the GUI?
Doing some tests for this question I discovered a weird interaction:
When I
- Open Nautilus
- Check the "Mark my hidden files as visible" box to make them visible
- Close Nautilus
- Open any other program
- Select the Open Button (Doesn't show hidden files)
- Close the popup
- Close the program
- Open back Nautilus
Then the checkbox clicked on step 2 on Nautilus is not checked anymore
BUT
When I
- Open Nautilus
- Check the "Mark my hidden files as visible" box to make them visible
- Open any other program (Nautilus still open)
- Select the Open Button (Now it shows hidden files)
- Close the popup
Then Nautilus will keep the checkbox marked!
I don't know if the checkbox stays marked even after a system reboot: I'm rebooting just after this question is posted and I'll edit this question if the check disappears.
EDIT
While making more tests to monitor this weird interaction I tried using VSCode instead of Gedit.
For some obscure reason seems that when clicking on "open file" on VSCode it overwrites my settings, making my "Mark hidden files as visible" unchecked and making my hidden files invisible once again.
I tried the trick from before, keeping both Nautilus and Gedit open while clicking on the "open file" button in VSCode, but the settings were overwritten and the checkbox got unmarked when the Nautilus popup was closed.
EDIT N2
Seems I'm not the only one experiencing this kind of problem with VSCode. Here there's a link to an open github issue with the same problem I'm having.