-
-
Notifications
You must be signed in to change notification settings - Fork 446
Description
Pixelorama version:
Pixelorama v1.0.3-stable
OS/device including version:
OS: Manjaro Linux, unstable branch, rolling upgrade
Desktop environment: Gnome 47.0
Issue description:
I found my Pixelorama can't invoke Save File and Save As dialog after a full system upgrade since 2024-09-29. (I do a weekly update of both pacman -Syu
+ flatpak update
at weekend).
The issues impacts both flatpak and Steam downloaded version.
Steps to reproduce:
- Install Pixelorama from Flathub version,
flatpak install com.orama_interactive.Pixelorama
- Verify the version is 1.0.3-stable.
- Launch Pixelorama,
flatpak run com.orama_interactive.Pixelorama
- Create a new project via
File menu -> New
- Do some plotting, and save it via
File menu -> Save untitled
, or shotcut CTRL-S.
Expected behavior
A file save dialog pops-up, allow we save project.
Actual behavior
Nothing happens. The UI is not freezed but it does not invoke file dialog, as if menu is not clicked or shotcut is not hit. The name in project title still has a '*' mark, indicating the project is not saved. When trying to exit Pixelorama, a dialog pop-ups warning the project is not saved, and asks me if I want to save by clicking Save & Exit
button from warning dialog. When clicking Save & Exit
, there's no file dialog opened either.
The same behavior applies to File -> Save As
menu. When clicking the menu item, there's no dialog pops up either.
Note: When clicking File -> New
, file dialog can open as expected.
Workaround
I found a workaround, by copying a previous project. For example, I have an existing project 1.pxo. I can do the following two steps:
- I copy it as 2.pxo.
- Then I can open it from terminal:
open 2.pxo
, clean up the original contents, and do my drawing.
In this case, the CTRL-S shortcut allows me save my project.
However, Save As
does not apply this workaround.