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
I could observe the following behavior with a Nextcloud AppImage and could not identify the problem to be related to the AppImage itself so I think go-appimage/appimaged is causing the issue:
I'm not saying that the the tests are wrong, but that there is an issue with go-appimage rewriting of the Actions. Quit is indeed missing in the desktop file while it is present in the application.
* Fix#220
* Fix desktop file in memory
* Fixed#220
Implemented fix mention in #110
Fixed issues caused by squashfs v0.6+ doing things more correctly
Changes build script so zig is not permenently installed and is cleaned
* Linked wrapped command's out and in to stdout and stdin.
Fixes#217
I could observe the following behavior with a Nextcloud AppImage and could not identify the problem to be related to the AppImage itself so I think
go-appimage
/appimaged
is causing the issue:Original desktop file has:
However, the modified
Actions
line in thego-appimage
-created desktop file reads:lacking a
Quit;
action. As result,desktop-file-validate
complainsand there is an error when starting the application.
Tested with appimaged-718 (from continuous Build) and Nextcloud 3.6.0 appimage
The text was updated successfully, but these errors were encountered: