-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Scope configuration error when launching pre-release 1.0.0b #50
Comments
Is that colon supposed to be on the end of |
Good eye! That is definitely not supposed to be there. I've created an override in my ~/.bashrc to fix that:
And for good measure, I tried using the direct path of
Unfortunately, I still get the scope error with YARC. The |
Now (again, my lack of Linux knowledge is gonna be apparent here), does it also update that value for the launcher, or is it only in the console? |
The change seems to only affect console and not the launcher at all :/ |
Likely not super helpful but i did manage to get it to work here under the same distro (bazzite-deck) By extracting the appimage and running the Apprun.sh in a distrobox (just a standard fedora one) it works without and issue |
Having the same symptoms and same issue with latest version of the launcher on Fedora Silverblue 40. Console/log output is:
Something seems to be broken that is causing it to not work on immutable linux distros (like Bazzite & Fedora Silverblue). I believe they handle permissions differently from regular linux distros. I will probably go back to regular Fedora Workstation to see if the issue persists there. |
All of my files are on separate drives from my OS drive, so I re-installed Silverblue (41) just for kicks to see if it was an issue with my install of Silverblue prior. Everything works flawlessly with YARC launcher. Launches, I can use mouse input , etc. I re-based at one point in time to Bazzite and a bunch of other ublue flavors, so I wonder if rebasing irrevocably messed something up with my system. All good for me now. |
Upon launching YARC 1.0.0b, I'm presented with a white screen with an error about a configured scope.
Checking the logs, It's just a repeated output of this:
[2024-08-25][16:54:52][DEBUG][reqwest::connect] starting new connection: https://releases.yarg.in/ [2024-08-25][16:54:52][ERROR][webview] "path not allowed on the configured scope: /home/AmpliFreQuency/.config/in.yarg.launcher/"
I am running Bazzite 40 (Fedora) on a Steam Deck
I have tried launching in both gaming and desktop mode, with and without the
WEBKIT_DISABLE_COMPOSITING_MODE
launch option, to no avail.Versions prior to 1.0.0.b work fine.
The text was updated successfully, but these errors were encountered: