@roshanshariff Might be offtopic, but could you post the content of valve-URI-steamvr.desktop and valve-URI-vrmonitor.desktop? Im using the Flatpak version of Steam and it does not generate those.
@nicokimmel, here you go:
valve-URI-steamvr.desktop
[Desktop Entry]
Name=URI-steamvr
Comment=URI handler for steamvr://
Exec="/home/steamuser/.local/share/Steam/steamapps/common/SteamVR/bin/linux64/vrurlhandler" %U
Terminal=false
Type=Application
Categories=Game;
MimeType=x-scheme-handler/steamvr
valve-URI-vrmonitor.desktop
[Desktop Entry]
Name=URI-vrmonitor
Comment=URI handler for vrmonitor://
Exec="/home/steamuser/.local/share/Steam/steamapps/common/SteamVR/bin/linux64/../vrmonitor.sh" %U
Terminal=false
Type=Application
Categories=Game;
MimeType=x-scheme-handler/vrmonitor
Thank you very much for the quick reply!
Urgh.. okay. I might not get this working now that I see the Bash scripts they are using. xd I thought they might just call the Steam executable. Don't have enough experience in doing such Flatpak stuff.
Nothing extracted yet.
Your system information
Please describe your issue in as much detail as possible:
Steam creates the
valve-URI-steamvr.desktopandvalve-URI-vrmonitor.desktopfiles in~/.local/share/applicationsto support thesteamvr://andvrmonitor://URI schemes. These applications clutter the applications menu even though they don't provide any user-facing functionality.Adding
NoDisplay=trueto these desktop entry files resolves the issue.Steps for reproducing this issue: