GameCube & Wii Emulation
Ember launches GameCube and Wii ROMs through Dolphin Emulator. It supports both Flatpak and native installations.
Installing Dolphin
Section titled “Installing Dolphin”Flatpak (recommended)
Section titled “Flatpak (recommended)”flatpak install flathub org.DolphinEmu.dolphin-emuThis keeps Dolphin sandboxed and automatically updated.
Native package
Section titled “Native package”Debian / Ubuntu
sudo apt install dolphin-emuFedora
sudo dnf install dolphin-emuArch
sudo pacman -S dolphin-emuAuto-fullscreen setup
Section titled “Auto-fullscreen setup”The Flatpak Dolphin build does not expose a --fullscreen CLI flag. To get fullscreen launches:
- Open Dolphin manually once:
Terminal window flatpak run org.DolphinEmu.dolphin-emu - Go to Options → Interface → Start in Fullscreen
- Close Dolphin
After that, Ember’s batch-mode launches will boot straight into fullscreen.
xdotool (X11 only)
Section titled “xdotool (X11 only)”After launching a game, Ember polls for the Dolphin window and sends Alt+Return to auto-fullscreen it. This only works on X11.
# Debian / Ubuntusudo apt install xdotool
# Fedorasudo dnf install xdotool
# Archsudo pacman -S xdotoolHow it works
Section titled “How it works”- Ember detects the ROM type by file extension (
.iso,.gcm,.wbfs, etc.) - It checks for the Flatpak Dolphin first; if missing, falls back to the native
dolphin-emubinary - Launches with
-b(batch mode) to suppress the GUI - On X11, polls for the window and sends the fullscreen keystroke