Skip to content
This repository has been archived by the owner on Sep 3, 2021. It is now read-only.

Does not work with flatpak Steam #44

Open
bilowik opened this issue Dec 18, 2018 · 7 comments
Open

Does not work with flatpak Steam #44

bilowik opened this issue Dec 18, 2018 · 7 comments

Comments

@bilowik
Copy link

bilowik commented Dec 18, 2018

The current Debian stable does not properly run steam, and only the flatpak version runs. I have tried modifying the script myself to get it to work properly with the way flatpak installs steams and where the directories go but I have had no success.

@sizeofbool
Copy link

sizeofbool commented Dec 29, 2018

The current Debian stable does not properly run steam...

Debian 9 'stretch' x86_64 user here.
I have installed "steam:i386" package from official Debian stable repository and it is working fine.
There is a possibility you don't have necessary dependencies installed for Steam to work, like graphic driver libraries for i386 architecture.

You can also use official Steam deb package from Valve's repository from http://repo.steampowered.com/, but using the one from Debian distribution is recommended.

@BoltsJ
Copy link

BoltsJ commented Jan 28, 2019

You can run protontricks from within the Steam flatpak with no modifications by installing it and winetricks and setting up an alias.

flatpak run --command=bash com.valvesoftware.Steam
mkdir bin
cd bin
curl https://raw.githubusercontent.com/Winetricks/winetricks/master/src/winetricks -o winetricks
chmod +x winetricks
curl https://raw.githubusercontent.com/Sirmentio/protontricks/master/protontricks -o protontricks
chmod +x protontricks
exit
alias protontricks="flatpak run --command=$HOME/bin/protontricks --env=WINETRICKS=$HOME/bin/winetricks com.valvesoftware.Steam"

@Saroufim
Copy link

It would be nice if the above instructions can be added to the README.md or to the wiki. Thank you for sharing that @BoltsJ

@JumperLuko
Copy link

@BoltsJ Nothing happend when i used
alias protontricks="flatpak run --command=$HOME/bin/protontricks --env=WINETRICKS=$HOME/bin/winetricks com.valvesoftware.Steam"

@JumperLuko
Copy link

JumperLuko commented Apr 6, 2019

@BoltsJ I put in different directory, run with that command
flatpak run --command=$HOME/data/Steam/steamapps/common/"Proton 3.16"/dist/bin/winetricks --env=WINETRICKS=$HOME/data/Steam/steamapps/common/"Proton 3.16"/dist/bin/winetricks com.valvesoftware.Steam gui

@JumperLuko
Copy link

@BoltsJ I put in different directory, run with that command
flatpak run --command=$HOME/data/Steam/steamapps/common/"Proton 3.16"/dist/bin/winetricks --env=WINETRICKS=$HOME/data/Steam/steamapps/common/"Proton 3.16"/dist/bin/winetricks com.valvesoftware.Steam gui

@Matoking
Copy link
Contributor

Matoking commented Apr 10, 2019

I've written preliminary instructions on how to get the forked version of protontricks working with the Flatpak version of Steam here. Testing would be appreciated!

I have only tested it briefly, but there are some limitations compared to a normal Steam installation. For example, Winetricks verbs like xact don't work since they require cabextract, which can't be easily installed due to the sandboxed environment lacking a package manager.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants