-
Notifications
You must be signed in to change notification settings - Fork 5
Prevent AppImageLauncher integration prompt #18
Copy link
Copy link
Closed
Labels
status: doneHas been fixed or implementedHas been fixed or implementedtype: enhancementNew feature or requestNew feature or request
Description
hi,
firstly, thank you so much for pho. i already use appman, and this is a wonderful companion for appimage management.
the only issue that i am having is that for every app i install with pho from github, the appimagelauncher prompt for integration pops up every time i launch it.

the only solution is to manually add env APPIMAGELAUNCHER_DISABLE=1 in the Exec= fields of the .desktop files, which are erased on update.
example:
Exec=env APPIMAGELAUNCHER_DISABLE=1 /home/xxxxxxx/.local/share/pho/applications/affine/affine.AppImage %u
is it possible to make sure that pho automatically adds the env variable in the exec field automatically?
thanks again. :)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
status: doneHas been fixed or implementedHas been fixed or implementedtype: enhancementNew feature or requestNew feature or request