⚠️ This version makes some major changes to PartyDeck's file structure to allow for other methods of packaging, like AUR. If you're upgrading from an older version, I highly recommend completely deleting the old install folder rather than just placing the new files over the old! As long as you keep the ~/.local/share/partydeck folder, all of your installed handlers and settings will stay intact.
Changelog
- Third-party dependencies are now bundled with PartyDeck rather than being downloaded on first run.
- The
PartyDeckKWinLaunch.sh
file for launching in Steam's Gaming Mode has been removed in favor of the--kwin
arg. If you want to run in Gaming Mode, you'll now want to add thepartydeck
executable as a non-Steam app and put--kwin --fullscreen
in the Steam launch options. - You can now specify an executable to be launched in splitscreen through command line. Syntax:
partydeck --exec "path/to/game/exec" --args "--arg1 --arg2"
This will launch into the instances/device selection menu, then go right into the game. Useful if you're just interested in a single game, and may help with integrating PartyDeck into existing game launchers.
I imagine the structural changes made will introduce some new bugs, so if you notice anything broken in this version that was fine before, feel free to create an issue about it!