Skip to content

Instantly share code, notes, and snippets.

@Kansattica
Last active May 10, 2026 05:26
Show Gist options
  • Select an option

  • Save Kansattica/aebad723542cf7239cd5fcb7e227e1c6 to your computer and use it in GitHub Desktop.

Select an option

Save Kansattica/aebad723542cf7239cd5fcb7e227e1c6 to your computer and use it in GitHub Desktop.
Use Distrobox to install Clip Studio Paint on Bazzite.
# 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