Skip to content

Instantly share code, notes, and snippets.

@goldstar611
Last active May 5, 2023 21:11
Show Gist options
  • Save goldstar611/df1c32a23d5a9579a235a2a376b4001b to your computer and use it in GitHub Desktop.
Save goldstar611/df1c32a23d5a9579a235a2a376b4001b to your computer and use it in GitHub Desktop.
Shortcut to Roblox
xdg-mime default "roblox.desktop" x-scheme-handler/roblox-player
[Desktop Entry]
Version=1.0
Type=Application
Name=Roblox
Icon=AC25_RobloxPlayerLauncher.0
Exec="/usr/local/bin/roblox" %U
Comment=Roblox Under Wine
Categories=Game;
Terminal=false
StartupNotify=true
MimeType=x-scheme-handler/roblox-player;
#!/bin/bash
#export WINEDEBUG=+winhttp,+wininet
#export WINEPREFIX=/home/user/.wine_roblox2
wine "$(ls -t ~/.wine/drive_c/Program\ Files\ \(x86\)/Roblox/Versions/*/RobloxPlayerLauncher.exe | head -1)" "$@" &> ~/roblox_debug.txt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment