this post was submitted on 13 Jan 2025
82 points (98.8% liked)
Zocken
321 readers
24 users here now
Alles rund um unser aller liebstes Digitalhobby, unabhängig von Plattform und Genre.
Netiquette wird vorausgesetzt. Gepflegt wird ein respektvoller Umgang - ohne Hass, Hetze, Diskriminierung.
Es gelten die TOS von feddit.org.
Icon: Video Game Controller, erstellt von isaiah658, 11.03.2016, public domain
founded 6 months ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
If someone could finally find a way to run Adobe software on Linux please
I got Illustrator 2022 and Photoshop 2020 to run on wine. Only the "patched" versions, though.
Do you have a guide for that? Just some pirated copy with wine? Or is there something more difficult involved?
I used the m0nkrus versions, installed them on Windows (because his installer doesn't work in wine) and copied these folders into my wineprefix:
Then I used winetricks to install these dependencies:
winetricks vcrun2022 vkd3d dxvk atmlib corefonts gdiplus allfonts fontsmooth=rgb
If it crashes often, disable GPU acceleration in the settings. Photoshop just works, but Illustrator needs a patch applied to wine, otherwise the GUI has major graphical errors and you also need to add a DLL override for msxml3.dll and set it to "native, builtin".
Illustrator also needs these files copied and renamed in its own directory:
According to this result, Photoshop CC 2023 seems to run now, too.
Thank you :)