Skip to content

Instantly share code, notes, and snippets.

@carlcidromero
Created January 29, 2025 05:49
Show Gist options
  • Save carlcidromero/ffc3ed608ea694dbe59f3c99cc5568a9 to your computer and use it in GitHub Desktop.
Save carlcidromero/ffc3ed608ea694dbe59f3c99cc5568a9 to your computer and use it in GitHub Desktop.
Checklist to run GameMaker Studio on Arch Linux

Checklist to run GameMaker Studio on Arch Linux

  1. Download the Windows GMS exe
  2. sudo pacman -S flatpak
  3. flatpak install bottles
  4. flatpak run coms.usebottles.bottles
  5. Create a gaming bottle by following the Bottles docs
  6. Run the GMS exe.

Troubleshooting

Windows GMS exe is not showing up in Bottles' file explorer

If you are using Sway, install the portals! They are listed as optional dependencies if you run: pacman -Si sway. Run this to install what you need: sudo pacman -S xdg-desktop-portal xdg-desktop-portal-gtk xdg-desktop-portal-wlr.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment