You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Ubuntu 22.04 LTS (also occurred on Ubuntu 20.04 LTS)
Issue description:
The file dialog prevents me from being able to open files that are in hidden directories. Typing the directory/file path in either of the text boxes does nothing when I hit Enter. When I show hidden files and double-click a hidden directory, it goes to the hidden directory (for example the path at the top says /home/user/.local) but none of the files or folders inside the hidden directory are displayed; the list is empty.
Also, even when I run the app from the terminal, for example pixelorama /home/user/.local/inv.png, Pixelorama opens but gives me an error: Can't load file 'inv.png'. Error code 12 However, if I copy that exact inv.png and put it in a non-hidden directory, it works perfectly and imports the image.
Steps to reproduce:
In the file dialog:
Open Pixleorama
Open the File menu and click Open... (or just press Ctrl+O)
You can either 1. Click on the eye icon to show hidden files and then double-click on a hidden directory (such as ~/.local) or 2. type the path to the hidden file in the File: text box and hit Enter
Depending on which you do, either 1. the hidden directory will display as empty or 2. the file dialog will do nothing.
In the terminal:
Open a terminal
Type pixelorama followed by a space and the path to the file you want to open, for example: pixelorama /home/user/.local/image.png, then hit Enter
Pixelorama will open, but once you close the spash screen you see a dialog like this one:
This is rather annoying, especially considering that other image-editing apps with non-native file dialogs (like Krita and Gimp) can open hidden files.
The text was updated successfully, but these errors were encountered:
I'm using openSUSE Tumbleweed and I cannot replicate this issue. I tried 0.10, 0.10.3 both flatpak and non-flatpak versions and the current master branch and they all seem to be able to load files from /home/user/.local normally. The hidden files and directories all appear in the file dialog also, once the eye icon has been pressed. Opening files from the terminal also worked fine for me. I'm not sure what is causing the issue for you, but I will keep my eye on it.
Hello; I encountered this too. Here are some data points I found:
I too can reproduce exactly as described on Ubuntu 20.04.4 LTS, Pixelorama version 0.10 - but only on the installed version.
After cloning the repo and running from the Godot editor, hidden files show and open perfectly fine. If I manually export the project from Godot and run that executable (Linux/X11 64-bit), things also work fine.
have you tried enabling filesystem permission for pixelorama if you are using flatpak version? sudo flatpak override com.orama_interactive.Pixelorama --filesystem=host
or sudo flatpak override com.orama_interactive.Pixelorama --filesystem=host
Pixelorama version:
0.10
OS/device including version:
Ubuntu 22.04 LTS (also occurred on Ubuntu 20.04 LTS)
Issue description:
The file dialog prevents me from being able to open files that are in hidden directories. Typing the directory/file path in either of the text boxes does nothing when I hit Enter. When I show hidden files and double-click a hidden directory, it goes to the hidden directory (for example the path at the top says
/home/user/.local
) but none of the files or folders inside the hidden directory are displayed; the list is empty.Also, even when I run the app from the terminal, for example
pixelorama /home/user/.local/inv.png
, Pixelorama opens but gives me an error:Can't load file 'inv.png'. Error code 12
However, if I copy that exactinv.png
and put it in a non-hidden directory, it works perfectly and imports the image.Steps to reproduce:
In the file dialog:
File
menu and clickOpen...
(or just press Ctrl+O)~/.local
) or 2. type the path to the hidden file in theFile:
text box and hit EnterIn the terminal:
pixelorama
followed by a space and the path to the file you want to open, for example:pixelorama /home/user/.local/image.png
, then hit EnterThis is rather annoying, especially considering that other image-editing apps with non-native file dialogs (like Krita and Gimp) can open hidden files.
The text was updated successfully, but these errors were encountered: