mirror of
https://github.com/SlimeVR/SlimeVR-Server.git
synced 2026-04-06 02:01:58 +02:00
add safe mode .desktop file (#1600)
This commit is contained in:
@@ -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>
|
||||
|
||||
13
gui/src-tauri/safe-mode.dev.slimevr.SlimeVR.desktop
Normal file
13
gui/src-tauri/safe-mode.dev.slimevr.SlimeVR.desktop
Normal 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
|
||||
@@ -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"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user