Last active
May 5, 2023 21:11
-
-
Save goldstar611/df1c32a23d5a9579a235a2a376b4001b to your computer and use it in GitHub Desktop.
Shortcut to Roblox
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
xdg-mime default "roblox.desktop" x-scheme-handler/roblox-player |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[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; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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
https://devforum.roblox.com/t/the-new-roblox-64-bit-byfron-client-forbids-wine-users-from-using-it-most-likely-unintentional/2305528/2