Giter Site home page Giter Site logo

Comments (6)

Foldex avatar Foldex commented on May 29, 2024 1

Merged in upstream.

from adwsteamgtk.

Foldex avatar Foldex commented on May 29, 2024

Have you symlinked libraryroot somewhere else?

from adwsteamgtk.

BrianAllred avatar BrianAllred commented on May 29, 2024

Not that I know of.

from adwsteamgtk.

Foldex avatar Foldex commented on May 29, 2024

Think I know what it is.
Do you have both a Flatpak Steam install and a normal Steam install?

from adwsteamgtk.

BrianAllred avatar BrianAllred commented on May 29, 2024

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.

from adwsteamgtk.

Foldex avatar Foldex commented on May 29, 2024

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.

from adwsteamgtk.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.