Last active
May 10, 2026 05:26
-
-
Save Kansattica/aebad723542cf7239cd5fcb7e227e1c6 to your computer and use it in GitHub Desktop.
Use Distrobox to install Clip Studio Paint on Bazzite.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # watch logs in another terminal with: podman logs clippydip -f | |
| # you'll get prompted to let wine install stuff, say yes every time | |
| # click through the CSP installer like normal | |
| # this should export the clip studio paint stuff to your application launcher with an (on clippydip) suffix, use those. | |
| [clippydip] | |
| image=docker.io/library/debian:stable-backports | |
| additional_packages="wine32 libwine:i386 libfreetype6:i386 cabextract libc6:i386 zstd" | |
| exported_apps=".local/share/applications/clipstudiopaint.desktop" | |
| exported_apps=".local/share/applications/clipstudio.desktop" | |
| pre_init_hooks="dpkg --add-architecture i386;" | |
| pre_init_hooks="sed -i 's/main/main contrib/' /etc/apt/sources.list.d/debian.sources;" | |
| init_hooks=curl -fsSL https://github.com/Kansattica/CSPenguin-Installer/raw/refs/heads/main/install.sh | sudo -H -i -u "$(stat -c '%U' ~)" bash; | |
| start_now=true | |
| init=false | |
| nvidia=false | |
| pull=true | |
| root=false | |
| replace=true |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment