Jump to content
You must now use your email address to sign in [click for more info] ×

Affinity products for Linux


Recommended Posts

5 hours ago, pixelworker said:

After Apple switching to ARM and expanding the golden cage, and feel the wish more and more to switch to Linux for private and also professional work.

The main reasons I don't do it are the missing professional media creation programs for it.

Affinity for Linux would solve this problem.

Why does Apple switching to ARM make you want to switch even more? Apple is not new to processors and will have control over their upgrades without needing to wait for Intel or anyone else. 

Now I am not sure if it is a good thing or not, I do not know. I do not necessarily see it as a bad thing though. Time will tell of course. I wonder how the transition will go, if it will be similar to the transition from PPC to Intel. 

Link to comment
Share on other sites

28 minutes ago, wonderings said:

Why does Apple switching to ARM make you want to switch even more? Apple is not new to processors and will have control over their upgrades without needing to wait for Intel or anyone else. 

Now I am not sure if it is a good thing or not, I do not know. I do not necessarily see it as a bad thing though. Time will tell of course. I wonder how the transition will go, if it will be similar to the transition from PPC to Intel. 

Actually, this is a natural trend, as natural as creating iPhone specifically at that time, when we've had phones and portable media players and PDAs and more. They've provided one device to handle all. Now, those devices use one architecture and allow a simpler tuning of the system on Apple's side.

Yet, I need freedom to chose my hardware and Linux offers that. If I find Apple's hardware better, I'll run even Linux on it. If not, I pick an x86 platform and so on. I can upgrade the PC as long as I need and how I see fit. For Apple I must pay a lot and change much often, they push it somehow.

I write from a i7 920 platform right now, more than 10 years old, working perfectly for my needs with almost the latest Linux kernel (a 5.6 version), almost latest KDE and so on. A very stable selection of software offered by Sabayon Linux (a rolling release compiled version of Gentoo Linux) and I love it! Sure, I have newer hardware too.

Link to comment
Share on other sites

Would definitively buy a Linux version too. Have already the windows version but I'll quit windows as my primary system for Zorin os Linux. Its much better and less spyware.

I have a working solution for me till a Linux version is coming. I run affinity successfully and smooth with all the features running in VMware 15 for Linux. Disconnected the VM windows from internet and have only one shared folder where I put files in I am working on. That's a good temporary workaround.

Edited by sbstn
Link to comment
Share on other sites

They can. At their core, all Linux distros use the same base. It's the differences in everything that surrounds that core that separates one distro from another, like what package manager, desktop environment, windowing system, and so on and so on that they use. They're all roughly compatible with each other, though sometimes you have to put in some work to get an app running if you're not using a supported distro.

That said, packages like AppImages, Flatpaks, and Snaps are doing a lot towards making installing apps more of a universal experience.

Link to comment
Share on other sites

8 minutes ago, Renzatic said:

They can. At their core, all Linux distros use the same base. It's the differences in everything that surrounds that core that separates one distro from another, like what package manager, desktop environment, windowing system, and so on and so on that they use. They're all roughly compatible with each other, though sometimes you have to put in some work to get an app running if you're not using a supported distro.

Yes, but not to forget some more important parts that might impact the Affinity application, like the specific version or flavour of some library.

Usually that is solved by AppImage, Flatpak, Snap etc..

Link to comment
Share on other sites

25 minutes ago, msdobrescu said:

Yes, but not to forget some more important parts that might impact the Affinity application, like the specific version or flavour of some library.

Usually that is solved by AppImage, Flatpak, Snap etc..

Yeah, more often than not you'll run into some form of dependency hell when you're distro jumping applications. It's not difficult to fix, but if you don't know exactly what you're doing, it can be a total pain.

Though if Serif were to release the Affinity suite for Linux, would they use Flatpaks or Snaps? I find that most Win/Mac developers who hop over to Linux land almost always seem to opt for .deb or .rpm depending on which distro they're targeting.

Link to comment
Share on other sites

2 hours ago, wonderings said:

This is probably a simple and maybe even dumb question but with all the various versions of Linux, are applications compatible with the various flavours? Or would some applications work in some and not in others?

In terms of the code, yes, and if not, Linux has the packages to run it. The cool thing is that most communities will wrap/package up a popular app for the community to consume. The downside is that there can be multiple ways to install a package on Linux. It's annoying in some cases where UI conventions don't match, but I am a UI Engineer so that bothers me more.

Link to comment
Share on other sites

Ok so this right here sounds like a nightmare support wise. Apps that work in one distro but issues on another. I always wondered how fragmented Linux was as there are various versions. Some people are ok with fighting with software and enjoy the process of getting things to work, I do at times but there are limits. For pro work I just want my software to work/install without needing to think of fixes if I was not using the right OS version. 

Link to comment
Share on other sites

3 minutes ago, wonderings said:

Ok so this right here sounds like a nightmare support wise. Apps that work in one distro but issues on another. I always wondered how fragmented Linux was as there are various versions. Some people are ok with fighting with software and enjoy the process of getting things to work, I do at times but there are limits. For pro work I just want my software to work/install without needing to think of fixes if I was not using the right OS version. 

A lot depends on the vendor. The package systems mentioned (AppImage/Flatpak/Snap) are all things that "just work". Traditionally though, most vendors only supplied .deb or .rpm packages, which meant other systems that don't have those package managers needed to do more work. If they release it as AppImage then there should be no issue at all.

Link to comment
Share on other sites

Probably Ubuntu would be the main choice for a package as so many other distros are based on it. Otherwise flatpack for minimal install headaches. Lack of Affinity software is the only thing keeping me dual booting at the moment, otherwise I use Blender and Davinci Resolve/Kdenlive for my 3D and video work and can run them across a triple boot Linux/Win/MacOS. Kde/Plasma workflow is so much better than anything else out there IMO that I'd prefer to just stay in Kubuntu .Lightning fast filesystems and great multi-core performance can't be beaten. Just need some great 2D design tools ala Affinity. I'd happily put money down for Linux Designer/Photo/Publisher.

Edited by LouW
Link to comment
Share on other sites

1 hour ago, wonderings said:

Ok so this right here sounds like a nightmare support wise. Apps that work in one distro but issues on another. I always wondered how fragmented Linux was as there are various versions. Some people are ok with fighting with software and enjoy the process of getting things to work, I do at times but there are limits. For pro work I just want my software to work/install without needing to think of fixes if I was not using the right OS version. 

Linux is linux. The syscall interface is pretty stable in userland. Targetting multiple platforms and distros is a lot less hassle than it used to be - arguably the same effort as targeting both Windows 7 vs Windows 10, etc.

Community package management for closed source apps is a thing, too.  For example, the Arch / Manjaro repos have packages that pull binaries from the vendor and keep them up to date for you. The worst part other than writing the actual platform-specific code might be statically linking things like libc.

I use Manjaro Linux as my main OS and have installed most of my pro tools (including paid and/or closed source) through the package manager. Never a hitch, everything just works. It was faster to install all my tools through the package manager than it was on my Windows / Mac machine, having to download each app separately on each vendor's website.

I'm not trying to convince you to switch - but it's a misconception that Linux still suffers from popular apps not working out of the box.

Link to comment
Share on other sites

6 hours ago, LouW said:

Probably Ubuntu would be the main choice for a package as so many other distros are based on it. Otherwise flatpack for minimal install headaches. Lack of Affinity software is the only thing keeping me dual booting at the moment, otherwise I use Blender and Davinci Resolve/Kdenlive for my 3D and video work and can run them across a triple boot Linux/Win/MacOS. Kde/Plasma workflow is so much better than anything else out there IMO that I'd prefer to just stay in Kubuntu .Lightning fast filesystems and great multi-core performance can't be beaten. Just need some great 2D design tools ala Affinity. I'd happily put money down for Linux Designer/Photo/Publisher.

Truly, Ubuntu is the likely candidate. Even Microsoft made Microsoft Security for it... just saying, even Microsoft is developing for it...

Link to comment
Share on other sites

On 6/24/2020 at 12:12 AM, Renzatic said:

Those machines really were the future, leveraging tech and designs years before they became standard. I wonder how different things would be if Commodore knew what they were sitting on.

Or what Amiga Inc is still sitting on. They could revamp Amiga OS and fill the gaps with Linux to bring it up to date. Imagine a modern Amiga... I dont even bother anymore. I have WinUAE app on my desktop though emulating Amiga ppc lol.

But all these questions about linux distros amd what not need to be addressed and again, AMIGA DE... write once run anywhere. No support nightmare. Independent of hardware and OS.

 

Link to comment
Share on other sites

49 minutes ago, JofreJKD said:

Or what Amiga Inc is still sitting on. They could revamp Amiga OS and fill the gaps with Linux to bring it up to date. Imagine a modern Amiga... I dont even bother anymore. I have WinUAE app on my desktop though emulating Amiga ppc lol.

Unfortunately, it's a little too late for Amiga to make its mark anymore. It's competition is deeply entrenched, the OS and PC hardware markets are fully saturated, and there's really not much room for growth that would help it stand out from what we already have. That ship has sailed.

Link to comment
Share on other sites

1 hour ago, Renzatic said:

Unfortunately, it's a little too late for Amiga to make its mark anymore. It's competition is deeply entrenched, the OS and PC hardware markets are fully saturated, and there's really not much room for growth that would help it stand out from what we already have. That ship has sailed.

True, but AMIGA DE is still worth a look

Link to comment
Share on other sites

Creo que si la suite de affinity existiese para linux, y me dieran a escoger entre usarlo en linux o en windows, escogería a ojos cerrados linux . Mal que mal es como el primo de mac, tar robusto como sistema operativo como osx, y sin el desgaste de recursos en un antivirus. Actualmente, a linux es lo único que le hace falta (una suite grafica) que le haga el peso a Adobe, que se a convertido en un elefante lleno de adornos pero lento. Estoy probando affinity y estoy gratamente sorprendido y dispuesto a pagar por una suite como esta pero en linux 100%.

Link to comment
Share on other sites

On 6/26/2020 at 9:17 PM, mvalenzuela76 said:

Y si hacen una encuesta y vemos cuantos profesionales  gráficos estarían dispuestos a usar affinity en linux?

Bienvenido al foro.

Creo que un número elevado. Pero esos trackings suelen hacerlos las empresas  internamente, no es frecuente que una empresa publique esas investigaciones... Si les compensaría los gastos de no sólo crear la versión, sino también mantenerla (a lo que quedarían obligados si lo empiezan, por prestigio/imagen de la empresa, compromiso, etc), eso ya no lo sé. De todos modos, lo último que sabemos directamente de ellos es que no hay planes para hacer una versión en Linux para Affinity 1.x, pero NO se cierran a la posibilidad en 2.x, o así lo entendí yo. Esto PARA NADA quiere decir que lo vayan a hacer !. Sólo que no hay un no rotundo en la 2.x,  no se sabe, seguramente no lo saben ni ellos (no estoy afirmando nada). (Muy reciente post: https://forum.affinity.serif.com/index.php?/topic/47502-affinity-products-for-linux/&do=findComment&comment=644621 )  .

Mientras que llega ese momento (si es que llega.... ) o no, sería super conveniente que Linux ( "the powers that be", compañías, proyectos voluntarios...) fuera puliendo ciertos detalles que le faltan en cuanto a manipulación del color (no está lo fino que debería), drivers de al menos algunos de los top periféricos profesionales (algunos problemas hay aún...claro q no es culpa de Linux si los vendors no sacan el driver, pero habrá que inventarse algo, digo yo...he visto peña currarse  un driver derivando de otro, cosas así), y alguna cosa más, para que si viene una avalancha de diseñadores, no tengan estos (a menudo poco dados a pelearse con el OS, muchos son maqueros! Conozco bien el gremio) que lidiar con ciertas cosas, aunque para un linuxero esos no sean problemas (para mí no lo son, y hace tiempo q desinstalé mis Linux distros). Ahora está todo muy mejorado, pero quedan flecos algo gordos para este tipo de actividad, aún. Estos... NO serían obstáculos para un diseñador DECIDIDO y previamente familiarizado a fondo con Linux,  o tan decidido que pueda permitirse perder algunos clientes o tiempo, etc, pq de una manera u otra, se pueden hacer las cosas, aunque le falten unas vueltas a varias cuestiones. Para los que pedís esto y sois apasionados de Linux o para gente (como yo) con experiencia gorda en Linux, no problem. Pero uf, es que me imagino a más de un diseñador y diseñadora de mundo Mac, y algun@ otr@ de Windows... y ...problema, Huston. De todos modos, se solventaría. Si algo tienen los foros (y demás) de la comunidad linuxera es que ayudan a todo, pero habría fricciones para adaptarse, eso fijo. Sobre todo, que cuando estás con tu jefe o un encargo, no puedes esperar a que alguien responda o parcheé algo voluntariamente, especialmente en diseño, se quiere todo para ayer.  Por eso, espero que en este tiempo se pulan buena parte de esas cosas; sería super positivo para que si llega una versión de Affinity para Linux, aterrice mejor, en un territorio menos yermo. De paso sería muy bueno para lo que ya existe: Gimp, Inkscape y Krita (principalmente), todos evolucionando más rápido que nunca antes. Gimp mejorando, Krita y Blender (lo saco del tema DTP, pero con Grease Pencil, que ha hecho mejorar muchas cosas 2D, animación 2D, y otras cuestiones, es que abarca tanto campo que hay que mencionarlo: Ya sirve para Motion Graphics y cosas muy a lo After Effects para publi, algo muy pedido para diseñadores 2D) también, se está viendo más dinero en estos proyectos, o me lo parece... intuyo que por fin hay más interés para estos perfiles profesionales en ese OS. Veremos. Yo por ahora tengo sacado el bol de palomitas, a ver como sale la peli (sigo en Windows hasta nueva orden, pero tampoco le hago ascos a instalar Linux si la cosa mejora. No creo que prescinda de Windows en mucho tiempo, por pragmatismo: Los proyectos para trabajo profesional tienen requisitos muy altos y complejos, se  necesita el software más top posible).

 

AD, AP and APub. V1.10.6 and V2.4 Windows 10 and Windows 11. 
Ryzen 9 3900X, 32 GB RAM,  RTX 3060 12GB, Wacom Intuos XL, Wacom L. Eizo ColorEdge CS 2420 monitor. Windows 10 Pro.
(Laptop) HP Omen 16-b1010ns 12700H, 32GB DDR5, nVidia RTX 3060 6GB + Huion Kamvas 22 pen display, Windows 11 Pro.

 

 

Link to comment
Share on other sites

On 6/25/2020 at 9:28 PM, Renzatic said:

True. It's fun to delve into that stuff.

...though dirty secret, I never had an Amiga. I just wanted one really, really bad when I was a kid. 

Dude, it was awesome. I was doing 3D, animation, music mixing, video special effects as a kid when everyone was barely off green screen and b&w Macs and using 256 colors when I had 65k and stereo sound. 7.14mhz 68000 cpu blew away 60 to 133mhz pcs. My dad turned on his A3000 with 68030 and 16mb ram, 24bit graphics with4mb vram. He was able to run Amiga of course, then run MacOS, Windows95, BeOS, and WarpOS2 at the same time without slow down. I was blown away. He had a Compaq 1ghz processor than couldn't even emulate a decent Amiga. Lol

Link to comment
Share on other sites

I would definitively buy a Linux version too.

Druide Antidote has a linux version and is a great appli, for example.

 

So why not Affinity publisher ?

The only concurrent on linux is scribus and Affinity publisher is best experience user, by far.

 

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...

Important Information

Terms of Use | Privacy Policy | Guidelines | We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.