-
-
Notifications
You must be signed in to change notification settings - Fork 173
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Compatibility issue with Plasma-manager #485
Comments
Flake.lock without this problem. That's the last update when everything were working.
|
Okay after some testing I'm pretty sure the problem is on Stylix part. Something must have change from rev 2914811 and now Stylix writes something to .config/kdeglobals. |
Someone from plasma-manager said that it started from 6bbae4f commit. Is there any way to make it compatible with plasma-manager or is there a way to disable this specific functionality? |
Yes, unfortunately this commit has been repeatedly reported to cause problems:
Ensuring compatibility requires fixing 6bbae4f. Currently, to disable this patch you would sadly have to downgrade Stylix prior to 6bbae4f. @Jackaed, @danth, should we revert 6bbae4f for now, as it is causing loads of problems? |
That seems like it might be sensible - I think we probably should try and talk to some people from KDE itself if possible to figure out what the "correct" way of trying to achieve our goals. My PR was a bit too based on "well it works for me" I think, there's probably a better way of going about things that I'm just not aware of. |
I'm going to have a look at how |
Yes, I would agree with reverting for now. Having this commit in Also, while looking up the Looking at |
What is probably causing the issue here is the kdeglobals file being read-only. |
After update(not sure if it's an plasma-manager or stylix update) those two config-managers have a conflict on .config/kdeglobals. It completely breaks my config so I want to figure out where is the problem. I'll probably create the same issue on Stylix and Plasma-manager github.
The text was updated successfully, but these errors were encountered: