07-23-2023, 11:55 AM
(This post was last modified: 07-23-2023, 12:03 PM by alaraajavamma.)
(07-22-2023, 01:34 PM)MadameMalady Wrote: So, that does make the icon show up correctly, but it doesn't run any of the commands in the opened terminal bc it's read-only, is that related at all or a different issue?
I am not that familiar with Python but I think it might work if you put the exec line like this:
Code:
Exec=bash -c 'cd /home/mobian/MyWaydroidManager/ && python3 MyWaydroidManager.py'or
Code:
Exec=python3 /home/mobian/MyWaydroidManager/MyWaydroidManager.pyor maybe

Code:
Exec=/usr/bin/env python3 /home/mobian/MyWaydroidManager/MyWaydroidManager.pyJust throwing curve balls but either of those should not make any harm so feel free to try

If your desktop file does not open terminal at all you might want to install gnome-terminal and try then again
(recent versions of console will support opening trough desktop files but that is not the case with all version)

Mobian .desktop file creation
