headset-charge-indicator
headset-charge-indicator copied to clipboard
Desktop file not running on reboot
(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.
@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 :)