Closed BrianAllred closed 1 year ago
Have you symlinked libraryroot somewhere else?
Not that I know of.
Think I know what it is. Do you have both a Flatpak Steam install and a normal Steam install?
Oh, apparently. I didn't mean to, but yes, it seems so. I uninstalled my system Steam (to use Flatpak) and the error still occurs. I'm assuming there are some leftover files I need to delete.
The installer normally should handle multiple install locations fine, so it's not an issue on your part. This is a bug in the installer.
If you want a quick fix:
Edit ~/.var/app/io.github.Foldex.AdwSteamGtk/cache/AdwSteamInstaller/extracted/install.py
Line 210
shutil.move(source_css, custom_library)
change this from move to copy
shutil.copy(source_css, custom_library)
I'll have to draft up a PR upstream to fix this properly.
Merged in upstream.
This issue is specific to AdwSteamGtk and not the upstream project:
I have checked the Troubleshooting page
Description of Issue:
Install fails with error message. Uninstall fails silently.
Steps to Reproduce:
Observe
Install: Installer process failed
messageCLI Output:
Other Info (Screenshots, etc): Version 1.8 worked great. Ran into this issue when I saw the notification for the 1.9 update.