Skip to content

Commit 89a4975

Browse files
cleanup flatpak
1 parent 174dbfc commit 89a4975

File tree

2 files changed

+16
-10
lines changed

2 files changed

+16
-10
lines changed

packaging/flatpak/README.md

+14-8
Original file line numberDiff line numberDiff line change
@@ -7,39 +7,45 @@ flatpak --user install org.freedesktop.Sdk.Extension.toolchain-i386/x86_64/23.08
77

88
# Build:
99
```
10-
flatpak-builder umu-launcher org.openwinecomponents.umu.launcher.yml
11-
flatpak-builder --repo=umu-repo --force-clean umu-launcher org.openwinecomponents.umu.launcher.yml
10+
flatpak-builder umu-launcher org.openwinecomponents.umu.umu-launcher.yml
11+
flatpak-builder --repo=umu-repo --force-clean umu-launcher org.openwinecomponents.umu.umu-launcher.yml
1212
```
1313

1414
# Install:
1515
```
1616
flatpak --user remote-add --no-gpg-verify umu-repo umu-repo
17-
flatpak --user install umu-repo org.openwinecomponents.umu.launcher
17+
flatpak --user install umu-repo org.openwinecomponents.umu.umu-launcher
1818
```
1919

2020
# Build + install without repo (for testing):
2121
```
22-
flatpak-builder umu-launcher org.openwinecomponents.umu.launcher.yml --install --user --force-clean
22+
flatpak-builder umu-launcher org.openwinecomponents.umu.umu-launcher.yml --install --user --force-clean
23+
```
24+
25+
# Remove
26+
```
27+
flatpak --user remove umu-launcher
28+
flatpak --user remote-delete umu-repo
2329
```
2430

2531
# Usage examples:
2632

2733
# winecfg:
2834
```
29-
flatpak run --env=GAMEID=umu-starcitizen --env=WINEPREFIX=/home/tcrider/Games/umu/umu-starcitizen org.openwinecomponents.umu.launcher winecfg
35+
flatpak run --env=GAMEID=umu-starcitizen --env=WINEPREFIX=/home/tcrider/Games/umu/umu-starcitizen org.openwinecomponents.umu.umu-launcher winecfg
3036
```
3137

3238
# running a game using the default latest UMU-Proton:
3339
```
34-
flatpak run --env=GAMEID=umu-starcitizen --env=WINEPREFIX=/home/tcrider/Games/umu/umu-starcitizen org.openwinecomponents.umu.launcher winecfg /path/to/some/game.exe
40+
flatpak run --env=GAMEID=umu-starcitizen --env=WINEPREFIX=/home/tcrider/Games/umu/umu-starcitizen org.openwinecomponents.umu.umu-launcher winecfg /path/to/some/game.exe
3541
```
3642

3743
# running a game using the latest GE-Proton:
3844
```
39-
flatpak run --env=GAMEID=umu-starcitizen --env=WINEPREFIX=/home/tcrider/Games/umu/umu-starcitizen org.openwinecomponents.umu.launcher --env=PROTONPATH=GE-Proton /path/to/some/game.exe
45+
flatpak run --env=GAMEID=umu-starcitizen --env=WINEPREFIX=/home/tcrider/Games/umu/umu-starcitizen org.openwinecomponents.umu.umu-launcher --env=PROTONPATH=GE-Proton /path/to/some/game.exe
4046
```
4147

4248
# running a game using a specific proton version:
4349
```
44-
flatpak run --env=GAMEID=umu-starcitizen --env=WINEPREFIX=/home/tcrider/Games/umu/umu-starcitizen org.openwinecomponents.umu.launcher --env=PROTONPATH=GE-Proton9-1 /path/to/some/game.exe
50+
flatpak run --env=GAMEID=umu-starcitizen --env=WINEPREFIX=/home/tcrider/Games/umu/umu-starcitizen org.openwinecomponents.umu.umu-launcher --env=PROTONPATH=GE-Proton9-1 /path/to/some/game.exe
4551
```

packaging/flatpak/org.openwinecomponents.umu.launcher.yml renamed to packaging/flatpak/org.openwinecomponents.umu.umu-launcher.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
id: org.openwinecomponents.umu.launcher
1+
id: org.openwinecomponents.umu.umu-launcher
22
runtime: org.freedesktop.Platform
33
runtime-version: &runtime-version '23.08'
44
x-gl-version: &gl-version '1.4'
@@ -26,7 +26,7 @@ finish-args:
2626
- --filesystem=~/Games:rw
2727
- --filesystem=~/.local/share:rw
2828
- --filesystem=~/.var/app/com.valvesoftware.Steam:rw
29-
- --filesystem=~/.var/app/org.openwinecomponents.umu.launcher:rw
29+
- --filesystem=~/.var/app/org.openwinecomponents.umu.umu-launcher:rw
3030
- --filesystem=xdg-documents
3131
- --filesystem=xdg-desktop
3232
- --env=TZ=

0 commit comments

Comments
 (0)