Wrapper for comfortably using Playkey cloud gaming platform under Linux
Main problems of running Playkey Launcher on Linux:
- Playkey site requires browser User-Agent to be Windows or Mac OS
Solved by using chrome extension to send Windows User-Agent
- Playkey site passes arguments to the Playkey Launcher by using xdg-open link, which is only supported by chromium or google-chrome
Solved by using chromium browser in the package
- The
xdg-open
program doesn't support link fromat provided by Playkey site, or Playkey Launcher isn't configured as a link handler of formatplaykey://*
Solved with custom python script that parses link and calls Playkey launcher with parsed arguments. That script then is added to the PATH variable when chromium is started.
Build:
innoextract
wget
Run:
chromium
wine
python3
winetricks
openal
lib32-openal
From aur:
yay -S playkey-linux
Or from github:
git clone https://github.com/vilkoz/playkey-linux-launcher.git
cd playkey-linux-launcher
makepkg -si PKGBUILD
git clone https://github.com/vilkoz/playkey-linux-launcher.git
cd playkey-linux-launcher
sudo make install
To uninstall use sudo make uninstall