https://bugs.kde.org/show_bug.cgi?id=450288

--- Comment #5 from Elias <supg...@gmail.com> ---
(In reply to Elias from comment #4)
> For me, deleting the autostart entry (on Fedora:
> `/etc/xdg/autostart/nvidia-settings-user.desktop`) (filename could be
> different depending on distribution, look in your `/etc/xdg/autostart`) did
> help.

...However keep in mind this is only a workaround and may have side effects
(your custom nvidia config won't load anymore, if you have one). Ideally Plasma
should wait until the `nvidia-settings --load-config-only` command (run by the
autostart entry) finished executing and only after that activate Night Color.

An alternative workaround:
Add a script to your autostart which toggles Night Color two times, with a
little delay, after login. Example:
```
#!/bin/bash
sleep 2
qdbus org.kde.kglobalaccel /component/kwin
org.kde.kglobalaccel.Component.invokeShortcut "Toggle Night Color"
sleep 1
qdbus org.kde.kglobalaccel /component/kwin
org.kde.kglobalaccel.Component.invokeShortcut "Toggle Night Color"
```

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to