Files you copy/install must be compatible with your game architecture.
- Install libgconf
- Add this to launch options:
LD_LIBRARY_PATH=/path/to/pango-1.43/lib %command%
/* Magic 8 game in C | |
Copyright (C) 2025 PackmanDude | |
This program is free software: you can redistribute it and/or modify | |
it under the terms of the GNU General Public License as published by | |
the Free Software Foundation, either version 3 of the License, or | |
(at your option) any later version. | |
This program is distributed in the hope that it will be useful, | |
but WITHOUT ANY WARRANTY; without even the implied warranty of |
[ | |
{ | |
"id": "12255760997", | |
"type": "CreateEvent", | |
"actor": { | |
"id": 64899697, | |
"login": "WhoMine", | |
"display_login": "WhoMine", | |
"gravatar_id": "", | |
"url": "https://api.github.com/users/WhoMine", |
[Trigger] | |
Operation = Install | |
Operation = Upgrade | |
Type = Package | |
Target = proton-ge-custom-bin | |
[Action] | |
Description = Setting Proton GE as the default Proton version... | |
When = PostTransaction | |
Exec = /bin/sh -c 'export HOME=/home/packman; $HOME/update_proton.sh -p -- "$(awk \'{ print $2 }\' /usr/share/steam/compatibilitytools.d/proton-ge-custom/version)" 1>/dev/null' |