Skip to content

Instantly share code, notes, and snippets.

@gnat
Last active September 17, 2023 10:25
Show Gist options
  • Save gnat/2671b7558461d73ad306c387cf8cbe0a to your computer and use it in GitHub Desktop.
Save gnat/2671b7558461d73ad306c387cf8cbe0a to your computer and use it in GitHub Desktop.
Photoshop on Linux
  • Use Bottles flatpak.
  • Before Install
    • Menu ▶️ Runners ▶️ Get the latest GE Wine
  • Install
    • Custom ▶️ Select latest GE Wine
    • Click new bottle ▶️ Dependencies
      • atmlib
      • msxml3 msxml6
      • vcrun2008 vcrun2010 vcrun2012 vcrun2013
  • Expose directories to flatpak
    • flatpak override --user --filesystem="PATH" com.usebottles.bottles
  • Allow Desktop shortcuts
    • flatpak override --user --filesystem="~/.local/share/applications" com.usebottles.bottles
  • Fonts
    • Photoshop bottle ▶️ click the 3 dots ▶️ Browse files ▶️ Go to windows/fonts ▶️ Place all your fonts inside here.
  • Disable tool tips (glitchy)
    • Photoshop ▶️ Preferences ▶️ Tools ▶️ Show Tool Tips = OFF
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment