Yeah I had a few KDE periods myself, but this time I'm on manjaro XFCE for 2 reasons, 1: it probably gets more testing than manjaro KDE. 2: It just works, KDE never did that for me somehow
there was always something wrong with it, usually compositor related. And I suppose I could add in a 3rd reason, it's lightweight and I like lightweight as much as the next guy
(I had periods where I used LXDE, XFCE and Openbox before as well, but my favorite DE would be Enlightnement (version 17 or later), the only reason I'm not using it is because it's not entirely stable)
I could probably get PSS set up on your distro but I'd have to be there, I remember setting it up manually on arch a while back, I had to make a few symlinks to get it to run, the AUR has a package however so on arch or manjaro now all you have to do is install that.
I think Linux PSS was probably compiled for ubuntu, the thing about packages made for one distro run on another is usually just dependencies not being the same version, not to mention, you need to actually install the dependencies and I don't think paintstorm had a dependency list available so you might in fact not have them installed at all. (Dependencies are freeglut, ftgl, glew, gtk2 and libcurl-gnutls on AUR, the symlinks I had to do when I installed manually was symlinking the glew library files to the version used by paintstorm (I had a newer version))
However on arch, gentoo, and other rolling release distros, you will usually not run into the problem of outdated dependencies because well, they are usually with newer versions than everybody else, therefore normally it will work on those distros.
Although it's not impossible at all that problems can crop up when you run something compiled for one distro on another, it's actually not likely as long as the issues with dependencies are resolved and you have all the required dependencies. At least in my experience the kind of issue I have here is most likely across all distros. But there may be some caveat, for example I have a 4th gen intel cpu and the related kernel drivers and microcode, maybe if I had a newer or older intel cpu, or just an amd cpu this might not be happening.
For example, on my laptop (i7-4720HQ cpu) i still have fairly high cpu usage at idle with around 4-5%, but that's completely tame compared to what I described on my desktop. Especially since my desktop has a much more powerful CPU in the first place so 12%+ of that is much more than 12% of my laptop cpu would be.
I guess it was a good thing I decided to test it on my laptop, because it might just mean that the issue on my desktop is a corner case, the other issue where I noticed pressure sensitivity in wacom drivers not being detected when the program is opened sometimes, is probably even related.
The biggest difference between my laptop and desktop is that I have a tablet (huion Q11K) installed and it required custom drivers to work (not just digimend either), whereas on my laptop I only have input-xf86-wacom installed and no tablet is even currently plugged in. So the problem might be some kind of issue because I have a huion tablet set up to use the wacom driver and paintstorm might somehow be glitching out as a weird side effect. I also have nvidia modesetting and force full composition pipeline enabled on my desktop which (it's a long shot) might be causing something.
(That's just my guess though, I could easily be wrong, for example maybe the reason it works better on my laptop is simply because my laptop runs it via optimus/primusrun but my desktop doesn't need that stuff)