Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
steam-runtime-tools
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
steamrt
steam-runtime-tools
Commits
97441c81
Commit
97441c81
authored
5 years ago
by
Timothee Besset
Browse files
Options
Downloads
Patches
Plain Diff
Update various paths for correctness
parent
627d5d6a
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+15
-21
15 additions, 21 deletions
README.md
with
15 additions
and
21 deletions
README.md
+
15
−
21
View file @
97441c81
...
@@ -93,7 +93,7 @@ GLib and libXau.
...
@@ -93,7 +93,7 @@ GLib and libXau.
If you are using it with the under-development Steam Linux Runtime,
If you are using it with the under-development Steam Linux Runtime,
you will probably want to compile it with an unusual ${prefix}:
you will probably want to compile it with an unusual ${prefix}:
prefix="${XDG_DATA_HOME:-"$HOME/.local/share"}/Steam/steamapps/common/Steam
Linux
Runtime/pressure-vessel"
prefix="${XDG_DATA_HOME:-"$HOME/.local/share"}/Steam/steamapps/common/SteamLinuxRuntime/pressure-vessel"
libdir="lib/x86_64-linux-gnu"
libdir="lib/x86_64-linux-gnu"
meson --prefix="$prefix" --libdir="$libdir" _build
meson --prefix="$prefix" --libdir="$libdir" _build
ninja -C _build
ninja -C _build
...
@@ -110,15 +110,9 @@ the bundled libcapsule tools. You can do this by building your own
...
@@ -110,15 +110,9 @@ the bundled libcapsule tools. You can do this by building your own
copy of libcapsule. This requires 32- and 64-bit copies of libelf (the
copy of libcapsule. This requires 32- and 64-bit copies of libelf (the
version from elfutils) and its development files.
version from elfutils) and its development files.
Automake doesn't like installation paths with spaces in, so you'll have
to use a symlink to trick it:
ln -s "Steam Linux Runtime" \
"${XDG_DATA_HOME:-"$HOME/.local/share"}/Steam/steamapps/common/Steam_Linux_Runtime"
git clone https://gitlab.collabora.com/vivek/libcapsule.git
git clone https://gitlab.collabora.com/vivek/libcapsule.git
cd libcapsule
cd libcapsule
prefix="${XDG_DATA_HOME:-"$HOME/.local/share"}/Steam/steamapps/common/Steam
_
Linux
_
Runtime/pressure-vessel"
prefix="${XDG_DATA_HOME:-"$HOME/.local/share"}/Steam/steamapps/common/SteamLinuxRuntime/pressure-vessel"
libdir="lib/x86_64-linux-gnu"
libdir="lib/x86_64-linux-gnu"
NOCONFIGURE=1 ./autogen.sh
NOCONFIGURE=1 ./autogen.sh
mkdir _build _build/i386 _build/x86_64
mkdir _build _build/i386 _build/x86_64
...
@@ -236,11 +230,11 @@ Instructions for testing
...
@@ -236,11 +230,11 @@ Instructions for testing
in some convenient place, for example
in some convenient place, for example
`~/.steam/root/steamapps/common/Steam Linux Runtime/pressure-vessel`
:
`~/.steam/root/steamapps/common/Steam Linux Runtime/pressure-vessel`
:
$ rm -fr ~/.steam/
root
/steamapps/common/
"
Steam
Linux
Runtime
"
/pressure-vessel
$ rm -fr ~/.steam/
steam
/steamapps/common/SteamLinuxRuntime/pressure-vessel
$ mkdir -p ~/.steam/
root
/steamapps/common/
"
Steam
Linux
Runtime
"
/pressure-vessel
$ mkdir -p ~/.steam/
steam
/steamapps/common/SteamLinuxRuntime/pressure-vessel
$ tar \
$ tar \
--strip-components=1 \
--strip-components=1 \
-C ~/.steam/
root
/steamapps/common/"Steam Linux Runtime"/pressure-vessel \
-C ~/.steam/
steam
/steamapps/common/"Steam Linux Runtime"/pressure-vessel \
-xzvf ~/pressure-vessel-*-bin.tar.gz
-xzvf ~/pressure-vessel-*-bin.tar.gz
*
Launch a game once without pressure-vessel
*
Launch a game once without pressure-vessel
...
@@ -251,7 +245,7 @@ Instructions for testing
...
@@ -251,7 +245,7 @@ Instructions for testing
- be the Steam user, possibly via sudo -u steam -s
- be the Steam user, possibly via sudo -u steam -s
- `$ nano ~/.steam/
root
/userdata/[0-9]*/config/localconfig.vdf`
- `$ nano ~/.steam/
steam
/userdata/[0-9]*/config/localconfig.vdf`
- navigate to UserLocalConfigStore/Software/Valve/Steam/Apps/*game ID*
- navigate to UserLocalConfigStore/Software/Valve/Steam/Apps/*game ID*
...
@@ -260,16 +254,16 @@ Instructions for testing
...
@@ -260,16 +254,16 @@ Instructions for testing
"LaunchOptions" "~/.steam/root/steamapps/common/'Steam Linux Runtime'/pressure-vessel/bin/pressure-vessel-unruntime-test-ui -- %command%"
"LaunchOptions" "~/.steam/root/steamapps/common/'Steam Linux Runtime'/pressure-vessel/bin/pressure-vessel-unruntime-test-ui -- %command%"
- optionally put some Flatpak-style runtimes alongside pressure-vessel,
- optionally put some Flatpak-style runtimes alongside pressure-vessel,
for example `~/.steam/
root
/steamapps/common/Steam
Linux
Runtime/scout`.
for example `~/.steam/
steam
/steamapps/common/SteamLinuxRuntime/scout`.
If you have done it right, you should have
If you have done it right, you should have
`~/.steam/
root
/steamapps/common/Steam
Linux
Runtime/scout/files/` and.
`~/.steam/
steam
/steamapps/common/SteamLinuxRuntime/scout/files/` and.
`~/.steam/
root
/steamapps/common/Steam
Linux
Runtime/scout/metadata`, for
`~/.steam/
steam
/steamapps/common/SteamLinuxRuntime/scout/metadata`, for
example:
example:
$ rm -fr ~/.steam/
root
/steamapps/common/"Steam Linux Runtime"/scout
$ rm -fr ~/.steam/
steam
/steamapps/common/"Steam Linux Runtime"/scout
$ mkdir -p ~/.steam/
root
/steamapps/common/"Steam Linux Runtime"/scout
$ mkdir -p ~/.steam/
steam
/steamapps/common/"Steam Linux Runtime"/scout
$ tar \
$ tar \
-C ~/.steam/
root
/steamapps/common/"Steam Linux Runtime"/scout \
-C ~/.steam/
steam
/steamapps/common/"Steam Linux Runtime"/scout \
-xzvf ~/com.valvesoftware.SteamRuntime.Platform-amd64,i386-scout-runtime.tar.gz
-xzvf ~/com.valvesoftware.SteamRuntime.Platform-amd64,i386-scout-runtime.tar.gz
- restart Steam (on SteamOS use `sudo systemctl restart lightdm`)
- restart Steam (on SteamOS use `sudo systemctl restart lightdm`)
...
@@ -300,7 +294,7 @@ Instructions for testing
...
@@ -300,7 +294,7 @@ Instructions for testing
*
For a more production-ready version without the test UI, set the launch
*
For a more production-ready version without the test UI, set the launch
options to:
options to:
"LaunchOptions" "~/.steam/root/steamapps/common/
'
Steam
Linux
Runtime
'
/pressure-vessel/bin/pressure-vessel-unruntime -- %command%"
"LaunchOptions" "~/.steam/root/steamapps/common/SteamLinuxRuntime/pressure-vessel/bin/pressure-vessel-unruntime -- %command%"
and then add more options just before the `--` as desired.
and then add more options just before the `--` as desired.
This mode does not require Python 3, PyGI, GTK or a normal
This mode does not require Python 3, PyGI, GTK or a normal
...
@@ -312,12 +306,12 @@ Instructions for testing
...
@@ -312,12 +306,12 @@ Instructions for testing
any of these:
any of these:
- The `files` subdirectory of a Flatpak-style runtime such as
- The `files` subdirectory of a Flatpak-style runtime such as
`~/.steam/root/steamapps/common/Steam
Linux
Runtime/scout` or
`~/.steam/root/steamapps/common/SteamLinuxRuntime/scout` or
`~/.local/share/flatpak/runtime/com.valvesoftware.SteamRuntime.Platform/x86_64/scout/active`,
`~/.local/share/flatpak/runtime/com.valvesoftware.SteamRuntime.Platform/x86_64/scout/active`,
for example produced by [flatdeb][] (this is a special case of a
for example produced by [flatdeb][] (this is a special case of a
merged `/usr`). For example, you could use:
merged `/usr`). For example, you could use:
/opt/pressure-vessel/bin/pressure-vessel-unruntime --runtime=$HOME/.steam/
root
/steamapps/common/'Steam Linux Runtime'/scout -- %command%
/opt/pressure-vessel/bin/pressure-vessel-unruntime --runtime=$HOME/.steam/
steam
/steamapps/common/'Steam Linux Runtime'/scout -- %command%
or:
or:
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment