add safe mode .desktop file (#1600)

This commit is contained in:
kruemmelbande
2025-10-29 19:40:21 +01:00
committed by GitHub
parent 900bdc03ca
commit e81c9c5b2d
3 changed files with 18 additions and 2 deletions

View File

@@ -53,6 +53,7 @@ work. If not, see <http://creativecommons.org/publicdomain/zero/1.0/>.
</description>
<launchable type="desktop-id">dev.slimevr.SlimeVR.desktop</launchable>
<launchable type="desktop-id">safe-mode.dev.slimevr.SlimeVR.desktop</launchable>
<screenshots>
<screenshot type="default" xml:lang="en">
<caption>The onboarding for the GUI</caption>

View File

@@ -0,0 +1,13 @@
[Desktop Entry]
Version=1.5
Categories=Game;GTK;
Exec=bash -c "WEBKIT_DISABLE_DMABUF_RENDERER=1 WAYLAND_DISPLAY=0 slimevr"
Icon={{icon}}
Name=SlimeVR (safe mode)
GenericName=Full-body tracking
Comment=An app for facilitating full-body tracking in virtual reality
Keywords=FBT;VR;Steam;VRChat;IMU
Terminal=false
Type=Application

View File

@@ -15,7 +15,8 @@
],
"files": {
"/usr/share/slimevr/slimevr.jar": "../../server/desktop/build/libs/slimevr.jar",
"/lib/udev/rules.d/69-slimevr.rules": "./69-slimevr-devices.rules"
"/lib/udev/rules.d/69-slimevr.rules": "./69-slimevr-devices.rules",
"/usr/share/applications/safe-mode.dev.slimevr.SlimeVR.desktop": "./safe-mode.dev.slimevr.SlimeVR.desktop"
},
"desktopTemplate": "./dev.slimevr.SlimeVR.desktop",
"section": "contrib/games"
@@ -33,7 +34,8 @@
],
"files": {
"/usr/share/slimevr/slimevr.jar": "../../server/desktop/build/libs/slimevr.jar",
"/usr/lib/udev/rules.d/69-slimevr.rules": "./69-slimevr-devices.rules"
"/usr/lib/udev/rules.d/69-slimevr.rules": "./69-slimevr-devices.rules",
"/usr/share/applications/safe-mode.dev.slimevr.SlimeVR.desktop": "./safe-mode.dev.slimevr.SlimeVR.desktop"
},
"desktopTemplate": "./dev.slimevr.SlimeVR.desktop"
}