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
(Fedora Workstation 36) I felt like this fix was too small to discuss in a PR so I'm just stating the problem then proposing my solution to help others who may find this. I ran the install.sh then ran
update-desktop-database
to update mime database I think and it worked I can see the desktop file appear in gnome tweaks.
I also had to add python3 infront of the file path in the exec line.
The text was updated successfully, but these errors were encountered:
@BinaryGenius if the script in exec line has executable flag (chmod +x) and correct shebang on the first line, the python3 in front of the path should not be needed. I might be wrong, but if you have time, please try :)
(Fedora Workstation 36) I felt like this fix was too small to discuss in a PR so I'm just stating the problem then proposing my solution to help others who may find this. I ran the install.sh then ran
to update mime database I think and it worked I can see the desktop file appear in gnome tweaks.
I also had to add
python3
infront of the file path in the exec line.The text was updated successfully, but these errors were encountered: