ZaWertun / fedora-copr-kde5

https://copr.fedorainfracloud.org/coprs/zawertun/kde/
18 stars 4 forks source link

Apps launched from krunner do not respect dark theme setting (5.20 Fedora 33) #52

Open mmcnutt opened 3 years ago

mmcnutt commented 3 years ago

If I launch for instance system-settings from kick off, it is launched with plasma-dark, if launched from krunner it launches with light theme, same goes for konsole and any kde app. If I kill krunner and relaunch it from kickoff app then launched from krunner respect theme.

At first I thought perhaps it was launching apps as root, but the process owner in ksysguard was my user.

pizzadude commented 3 years ago

Remove the Lmod package using:

sudo rpm -e --nodeps Lmod

Then log out and back in.

Relevant bug report: https://bugzilla.redhat.com/show_bug.cgi?id=1754395

mmcnutt commented 3 years ago

thanks @pizzadude that fixes it, not just a bug in this repo then, strange that I never experienced this before

cheers, will close issue

ZaWertun commented 3 years ago

Remove the Lmod package using:

sudo rpm -e --nodeps Lmod

Then log out and back in.

Relevant bug report: https://bugzilla.redhat.com/show_bug.cgi?id=1754395

But what about my patch to filter environment, it's still there... 🤔

pizzadude commented 3 years ago

@ZaWertun After upgrade to Plasma 5.20 the patch stopped working.

ZaWertun commented 3 years ago

@ZaWertun After upgrade to Plasma 5.20 the patch stopped working.

Looks like now some other process starts systemctl --user import-environment. Wait till fix for https://github.com/systemd/systemd/issues/14878 is landed to the Fedora 33 - it will resolve this bug.

ZaWertun commented 3 years ago

Should be fixed in this build: https://copr.fedorainfracloud.org/coprs/zawertun/kde/build/1880792/ (ff6a40ee2132037359193547ac1123f394de2a57).