Skip to content
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

[Solution] Yuzu does not allow playing backups from EXTERNAL drives #31

Open
Overc1ocker opened this issue Apr 18, 2021 · 2 comments
Open

Comments

@Overc1ocker
Copy link

Overc1ocker commented Apr 18, 2021

Hello everyone, I discovered a small caveat in the YUZU snap today. By default, it will not play XCI backups from removable media or external hard disks. In order to fix this, you must run sudo snap connect yuzu:removable-media. After this, you should be able to play XCIs stored on a external disk!

@boriseto
Copy link

It can also be used without the sudo command (there will be a prompt for the password). I'd recommend to add this to the installation info in snapcraft store and maybe the readme file.

@Nightmayr
Copy link
Member

If you're on a GTK based desktop like GNOME, you shouldn't need to connect removable-media as xdg-desktop-portal-gtk should spawn a file picker that allows the sandbox to look at external drives. The KDE equivalent package xdg-desktop-portal-kde has been pretty buggy in my testing for example it brings up a file picker that you can't select anything in or close the window, hence I've opted to not use portals on KDE for the time being until it behaves as expected.

I think in future snaps will present a dialog window on first run where you can enable the permissions (kinda like android apps) https://forum.snapcraft.io/t/permission-requests-from-application-like-in-android/27944. So hopefully should mean less instructions needed on my part but I'll look to update the page with a note on KDE external drive access.

Additional tip you can run snap commands without sudo or a password if you have an Ubuntu one account, and login via snap login. Obviously if you'd rather not register an account you can just proceed as normal with sudo

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants