Jan Kowalewicz
Jan Kowalewicz
I'll try take a look into it. The last color is retained inside the preferences. Could you show me whats inside there? The preferences should be located in ``$HOME/.pawxel/prefs.ini``. There...
Did you built Pawxel by yourself or did you use the binaries found on the releases page? If yes, please tell me which Qt version you used. I try to...
I tried could not reproduce this on a clean install of Xfce Linux Mint 21.3 (only version that works on my limited hardware). Could you try out if an older...
@MohamedEmary I assume due to Qt6 being installed the application is confused and tries to use those libraries. Could you check your current used Qt version by invoking `$ qmake...
The idea I though about was that it was using the wrong Qt (instead of 5 using 6) version. Could you, just if you want to, do me a favor,...
This seems really like a bug inside of Qt.. do you use Wayland or X11? Both dialogs that should open up are native ones. I remember there were a lot...
Hey @MohamedEmary! Hope you do not reinstall due to Pawxel. Just try it out. In theory it should *just* work. I get access to a full tester system from tomorrow...
Hi @GilDev, I see what I can do. Due to other projects in my job I don't get to develop Pawxel further at the moment...
Nice to hear that you like it. There are still some bugs in it (for example if you have more than one screen attached). I try too look into it...
Reported from discord (``@nuttyartist``): Easylogging++ uses Qt5 classes that are not available in Qt6 anymore. I already thought about replacing it with [loguru](https://github.com/emilk/loguru) and we definitely need to replace it...