Closed WhyNotHugo closed 2 years ago
When I use manual install, caffeine is installed in /usr/local/bin/
, so desktop file has wrong path /usr/bin/
.
After change in .desktop to exec=caffeine
everything works fine.
But in caffeine-ng properties exec=caffeine -p
not working because that option not exist
/usr/local/bin/caffeine -p Usage: caffeine [OPTIONS] COMMAND [ARGS]... Try 'caffeine --help' for help. Error: no such option: -p
Bug confirmed.
Leaving this open since the preferences desktop file is still broken.
Leaving this open since the preferences desktop file is still broken.
@WhyNotHugo Caffeine desktop file working fine, but preferences desktop not. To be honest, preferences desktop file is unnecessary in my opinion.
It should be assumed that
caffeine
is in$PATH
.This facilitates setting up things like firejail.