How to disable Waydroid from generating .desktop launcher files automatically? #1872
Replies: 3 comments
-
|
Same issue here. Undo: Because Waydroid.desktop itself uses upper 'W' this is excluded for the loop so you can still start the application itself. |
Beta Was this translation helpful? Give feedback.
-
|
As far as I know, there's no option to disable creating the The launchers are created in Prior to version 1.6.0, disable functions def makeDesktopFile(appInfo):
return 0
def makeWaydroidDesktopFile(hide):
returnAfter version 1.6.0, disable def updateDesktopFile(appInfo):
returnCan also create |
Beta Was this translation helpful? Give feedback.
-
|
could this be added as a prop option? |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Is there a supported way to disable or prevent Waydroid from generating waydroid.*.desktop launcher files in ~/.local/share/applications/ on container or session start?"
Beta Was this translation helpful? Give feedback.
All reactions