Closed mawoka-myblock closed 6 months ago
this is not a Luciferin bug, it's an rpm-ostree one. there are other users complaning for similar issues elsewhere... https://github.com/coreos/rpm-ostree/issues/233
I think that Red Hat should do something to support its own package format.
I leave this open as a feature request if someone wants to contribuite to it :)
A restart fixed the problem, as it created the symlink from /opt.
Firefly Luciferin version
v2.14.3
Glow Worm Luciferin version
latest
Firmware type
FULL
What is the stream method?
USB
Fiefly Luciferin config file
Relevant log output
How to reproduce
Install the latest rpm package on fedora kionite and launch
/usr/lib/opt/fireflyluciferin/bin/FireflyLuciferin
. Change any setting and press save. Now, you can't start the application anymore and see the logs from above. My clue: rpm-ostree (the package manager) installs the package into/usr/lib/opt/
and not into/opt
, which confuses firefly, as the directory is read-only. Quick and dirty solution: Allow a custom location for the lock file. Long term solution: Create a flatpak (#207)