Giter Site home page Giter Site logo

Comments (2)

Constancies avatar Constancies commented on July 27, 2024

I'm having a similar issue.

Logs:

flatpak run com.valvesoftware.Steam
INFO:root:https://github.com/flathub/com.valvesoftware.Steam/wiki
ERROR:root:~/.steam/root isn't a symlink to an existing directory, cannot determine current prefix
INFO:root:Will set XDG dirs prefix to /home/constancies/.var/app/com.valvesoftware.Steam
Traceback (most recent call last):
  File "/app/bin/steam", line 8, in <module>
    sys.exit(main())
             ^^^^^^
  File "/app/lib/python3.11/site-packages/steam_wrapper.py", line 486, in main
    should_restart = migrate_config(current_info, xdg_dirs_prefix)
                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/app/lib/python3.11/site-packages/steam_wrapper.py", line 316, in migrate_config
    ignore = _get_host_xdg_mounts("xdg-config", flatpak_info)
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/app/lib/python3.11/site-packages/steam_wrapper.py", line 305, in _get_host_xdg_mounts
    dirs.add(os.path.join(*path_seq[1:]))
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^
TypeError: join() missing 1 required positional argument: 'a'

from com.valvesoftware.steam.

jntesteves avatar jntesteves commented on July 27, 2024

@Constancies I think you found a bug, yes. From what I understand from the code where you hit this error, it's only possible to reach this part if you have the permission --filesystem=xdg-config, sharing the entire xdg-config without specifying a subdirectory like xdg-config/MangoHud:ro, etc. That is giving up security excessively and currently not supported (at least not until this bug is fixed). This is a different bug from OP, please file a new issue for it.

About OP, I took a quick look, but I'm not sure yet if it's a bug in the wrapper script or a problem in your setup why the resource is busy. Needs further investigation.

from com.valvesoftware.steam.

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.