Aldo Mateli

Results 13 comments of Aldo Mateli

When using `no-logout` it will simply not end yout X session. Plasma itself will be terminated using `kquitapp5`, this however only affects the shell (desktop, panel, widgets etc) and not...

You should not use this on Wayland, it is meant only for X sessions. Wayland should switch between hidpi and lodpi automatically as well as support mixed dpi. It's still...

The core is just a list with add/delete/apply buttons that acts as a wrapper over the CLI application. Then some cosmetics for eye candy. By reading your Reddit comment, I...

Hey, thanks for this! I'll give it a spin see how it would work. Since creating this issue though I've found the cli to be more than enough to control...

Hi. Thanks for reporting this. The part that notifies KWin of the colorscheme change has been broken since Plasma 5.20. I'll look into fixing it.

I just assumed the qdbus signal signature was changed, did not look into it. There's also the title bar color not updating which someone linked here from a different project...

For theme switching actually there's now the `plasma-apply-colorscheme` command which does what you'd expect it to. So the only features this tool offers is toggling and widgets. Given that, maybe...

This is a little bit of a known issue. When plasma applies the settings it exports the colors for GTK apps as well. However I use only Qt apps so...

Looks like [runRdb](https://github.com/KDE/plasma-workspace/blob/master/kcms/krdb/krdb.cpp#L334) is the correct method which exports the colors. Here you can see it being called from the [colors KCM](https://github.com/KDE/plasma-workspace/blob/master/kcms/colors/colors.cpp#L476). You can see from here how it's done...

Are you able to compile from source? If so there's a fix in the develop branch that you can test.