Kyle Kienapfel
Kyle Kienapfel
UN-commenting these temporarily, if you're using a GUI you won't see the extra infos #echo ">>>>> $LD_LIBRARY_PATH" #echo ">>>>> $LD_PRELOAD"
Superseded by #8933, yes. But I want to have the PR functional.
https://github.com/yuzu-emu/AppImageKit-checkrt/pull/3
Personally the determination I'd use for that is: does the website fight you? Without a trailing slash you get redirected to have the trailing slash. ``` [docteh@haus ~]$ curl -v...
Try starting the AppImage like `SSL_CERT_FILE=/etc/ssl/cert.pem ./yuzu-whatever.AppImage`
Yeah, if you weren't on manjaro I'd bother you into testing the build artifact for #8871 the Linux option has an appimage
`exec="./bin/$(sed -n 's|^Exec=||p' $(ls -1 *.desktop))"` This line leaves %f, and assumes that the executable is in bin/yuzu instead of usr/bin/yuzu ``` [docteh@haus squashfs-root]$ echo ./bin/$(sed -n 's|^Exec=||p' $(ls -1...
Followup, AppImage launched, not tested with arguments yet, but I'm at least half-wrong :) Yeah, can't launch directly into a game as yuzu isn't passed the arguments correctly, they should...
I filed a PR over at https://github.com/yuzu-emu/AppImageKit-checkrt/pull/3 to cover launching games directly.
Just tested 1176, launched a game successfully from the terminal