Jackaed
Jackaed
Oh this is my fault, `qt.platformTheme` has been renamed to `qt.platformTheme.name` on unstable but I imagine that hasn't happened on stable yet. If you change it back, you get a...
@bluskript I've made a PR for a fix for this on your repo, please merge it and this should fix the build failure
Since you can configure `qtct` to use `Breeze`, is there not a way to configure a Breeze theme without using `kdeglobals`? That way we can just use breeze and get...
Okay so I've done some more testing, it is possible to get it working with `kdeglobals` if you install `libsForQt5.plasma-workspace`, set `style` to `Breeze` and set your theme to `default`,...
Okay more testing with `qt5ct` makes me realize that certain applications seem to get their colors from the global theme regardless of your choice of colors for qt5ct. It might...
This is such a mess. Firstly, I can only get `plasma-apply-lookandfeel --apply stylix` to work if my current directory is `.nix-profile`. Won't even allow an objective path. If I try...
OKAY so I've finally gotten it working in the same way that it works on KDE on a non-kde system. The thing I was missing is that in order for...
The issue is that pam_python uses python3 instead of the python2 that the release version of PAM uses. You can make certain adjustments to correct this and it will work...
Change your common-auth to replace pam_python with pam_python3. Then, change pam.py to read "import configparser" instead of "import ConfigParser" and change "config = ConfigParser.ConfigParser()" to "config = configparser.ConfigParser".
I would also recommend using pam includes to include the contents of "common-auth-pc" in "common-auth" instead of just hard copying it, then adding pam in the next line. I don't...