AppImageCommunity / libappimage

Implements functionality for dealing with AppImage files
https://appimage.org
Other
46 stars 29 forks source link

Failed to find desktop file path #190

Open Anonymous941 opened 8 months ago

Anonymous941 commented 8 months ago

I am using Ubuntu 22.04, and when I try to integrate an AppImage, it shows the error "Failed to register AppImage in system via libappimage" and the following is logged to stdout:

** (AppImageLauncher:157902): CRITICAL **: ...: Failed to find desktop file path
Anonymous941 commented 8 months ago

Update: after upgrading to the latest version, the following is logged on stdout (the same entry repeated multiple times is what is printed):

ERROR: appimage_shall_not_be_integrated : Entry doesn't exists: ...
AppImageLauncher error: appimage_shall_not_be_integrated() failed (returned -1)
ERROR: appimage_is_terminal_app : Entry doesn't exists: ...
AppImageLauncher error: appimage_is_terminal_app() failed (returned -1)
ERROR: appimage_register_in_system : Entry doesn't exists: ...
Anonymous941 commented 8 months ago

Edit: actually, with the latest version, only Yuzu has this issue. Previously every AppImage didn't work. Is it only partially integrated somehow?