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
When launching Gradia with a file from stdin like cat file.png | gradia (or flatpak run be.alexandervanhee.gradia), the first invocation will work fine and the window opens as normal; a second invocation (if the first is still running) will open a new window but without the second input file.
If all instances are closed, and a new one is opened, then it works fine again. This makes me think it's an issue with GTK applications' one-application-only/unique app semantics.
When launching Gradia with a file from stdin like
cat file.png | gradia(orflatpak run be.alexandervanhee.gradia), the first invocation will work fine and the window opens as normal; a second invocation (if the first is still running) will open a new window but without the second input file.If all instances are closed, and a new one is opened, then it works fine again. This makes me think it's an issue with GTK applications' one-application-only/unique app semantics.
2026-06-29.22-46-52.mp4