Comment on Problems running Bean's Quest
Rustmilian@lemmy.world 1 year agoTrue. But the only other way I can think of is to extract the Arch packages and add the libs too $LD_LIBRARY_PATH
, which might end up being more trouble than it’s worth because you’d like need the libraries from libxrandr’s dependencies as well.
For example adding
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/opt/foo/lib:/home/myself/lib
Fubarberry@sopuli.xyz 1 year ago
I haven’t messed around with it much, but I wonder if you could use an overlay like rwfus to install the libs.
Rustmilian@lemmy.world 1 year ago
Apon your referral I’ve read the source files for rwfus.
I believe it would work, however I’d highly recommend against it. If you do try it, use it with the utmost care. It has some flaws; I mean if the warning in
README.md
wasn’t obvious enough, lol.