-
-
Notifications
You must be signed in to change notification settings - Fork 2
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
Does Not Support Extra/User Installation Locations #6
Comments
So, this is actually something that I've slowly been trying to work on (basically why it's been silent) as a more complete support of extra installation locations and repos, but at the moment AutoFlatpaks currently only supports the default system install location. |
I made a test, just in my current linux (fedora) installation.
|
I think is in |
Doing As for changing the plugin's flags...that won't happen. Doing that would make AutoFlatpaks basically not be able to perform any of it's actual functions on stock installs since the default location is the system install which requires authentication in order to do anything (like installing/updating packages). In the future, once I have finished making all of the changes for v2.0.0, AutoFlatpaks should be able to correctly handle packages normally managed with the --user flag as well as other installation locations. If you want, you can manually remove the flag on your device as it should be fine for most, if not all of the functions provided you remove the repos from the system installation first or changing the --user priority to be higher (untested, but maybe works?) otherwise package installations will probably always fail. |
Hi.
Just reinstalled the steam deck os, and installing all my packages with
First the adding the repo:
flatpak remote-add --if-not-exists --user flathub https://flathub.org/repo/flathub.flatpakrepo
Then the packages
flatpak install flathub -y net.pcsx2.PCSX2 net.rpcs3.RPCS3 org.citra_emu.citra org.yuzu_emu.yuzu org.ryujinx.Ryujinx com.steamgriddb.steam-rom-manager org.libretro.RetroArch io.mgba.mGBA dev.bsnes.bsnes org.DolphinEmu.dolphin-emu org.desmume.DeSmuME org.ppsspp.PPSSPP org.duckstation.DuckStation com.snes9x.Snes9x net.kuribo64.melonDS org.flycast.Flycast com.retrodev.blastem com.github.AmatCoder.mednaffe com.google.Chrome org.mozilla.firefox net.davidotek.pupgui2
Using this method, the plugin does not recognize the packages.
The text was updated successfully, but these errors were encountered: