Replies: 1 comment
|
It already works for elementary OS. I tested it out on a qemu vm Here is how for elementary OS 8 Since elementary OS is very crippled and lacks basic functionalities of other Linux distros, starts with installing software-properties-common, without that you won't be able to enable other repositories. It is installed by default in all other debian based distros except elementary OS. Now add the winehq repository for Ubuntu 24.04. The default wine versions in Ubuntu 24.04 and 26.04 don't work. While you could choose the wine version to run Affinity after it is installed, the python install script uses system wine to run the Affinity exe installer. It crashes for the official wine versions in Ubuntu 24.04 and Ubuntu 26.04, there is probably something missing in the debian build (see my question and answer for installing Affinity in Ubuntu 24.04 and 26.04) In normal Ubuntu 24.04 both dotnet8 and dotnet10 are in the repo but elementary OS may be different. You could check with If dotnet 8 or 10 is missing add the dot net backports ppa Now install the dependencies Now download the Linux-Affinity-Installer python script without running Open the file install.py with a text editoir and change line #9901 to Now just run the script and follow the steps Now after installing if you want to open a file the system's (elementary OS's) gtk file picker opens, but the gtk file picker doesn't have an "All Files" option for security reasons so some photo formats like .NEF won't show up. They only show up in the file pickers of specialized software like gimp. If your file doesn't show up in the gtk file picker use the search function (ctrl +F) in the file picker to find and open it. In other DE you could simply close the gtk file picker and Affinity's file picker would open, but in Pantheon there is no close button for the file picker. The same workflow works for all Debian based distros that are not explicitly supported such as mate, mint-LMDE , Pop!_OS etc. I tested it on Debian 13 (winehq + contrib + microsoft's repo for dotnet and edit install.py to add "debian" to the is_mint list) |
Uh oh!
There was an error while loading. Please reload this page.
Since you already support Mint (based on Ubuntu) and Ubuntu itself, it would be nice to also support Elementary OS.
All reactions