Giter Club home page Giter Club logo

Comments (3)

Matoking avatar Matoking commented on July 30, 2024 3

I tested the Flatpak version of Steam for a bit, and the following seems to work. There are limitations since the environment inside the Steam sandbox is missing a lot of packages. Some winetricks commands complain about the missing cabextract package, but you can use winecfg, for example.

The following instructions are based on the comment by @BoltsJ here.


First, launch a new shell inside the Steam sandbox by running the following command.

flatpak run --command=bash com.valvesoftware.Steam

Install protontricks inside this shell using pipx:

python3 -m pip install --user pipx
.local/bin/pipx install protontricks

Then install winetricks:

curl https://raw.githubusercontent.com/Winetricks/winetricks/master/src/winetricks -o winetricks
chmod +x winetricks

Now, exit the sandboxed shell and create an alias called protontricks-flat that can be used to call protontricks for the Flatpak version of Steam. You can change the name of the alias if you want to.

exit
echo "alias protontricks-flat='flatpak run --env=WINETRICKS=$HOME/winetricks --command=.local/bin/protontricks com.valvesoftware.Steam'" >> ~/.bashrc

Finally, close the terminal and reopen it. You should now be able to use protontricks using the alias you chose (protontricks-flat is the default). For example:

protontricks-flat -s deus ex

from protontricks.

Matoking avatar Matoking commented on July 30, 2024 1

I've added the Flatpak installation instructions to the wiki.

from protontricks.

Pshemas avatar Pshemas commented on July 30, 2024

update: it seems to work on my end without any extra hassle. Mostly because I created symlinks to flatpaked steam folders so I could get Flatpak Steam under Lutris. It seems to do the trick ;) for Protontricks as well.

from protontricks.

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.