Kubuntu 18.04 Redshift Control Plasmoid has no effect
up vote
1
down vote
favorite
I added Redshift Control Plasmoid, added some settings, but nothing happens. Running redshift from command line changes colort temperature, but plasmoid always shows 6500K. However mouse wheel up/down changes this value.
Here is screenshots of plasmoid settings:
What am I missing? Forums say that nothing else has to be done.
kubuntu plasma redshift
add a comment |
up vote
1
down vote
favorite
I added Redshift Control Plasmoid, added some settings, but nothing happens. Running redshift from command line changes colort temperature, but plasmoid always shows 6500K. However mouse wheel up/down changes this value.
Here is screenshots of plasmoid settings:
What am I missing? Forums say that nothing else has to be done.
kubuntu plasma redshift
UPD: this happens on laptop Lenovo x260 with two external monitors. However, when I use only built-in monitor, redshift widget works as expected.
– DukeNukem3D
Sep 12 at 5:29
add a comment |
up vote
1
down vote
favorite
up vote
1
down vote
favorite
I added Redshift Control Plasmoid, added some settings, but nothing happens. Running redshift from command line changes colort temperature, but plasmoid always shows 6500K. However mouse wheel up/down changes this value.
Here is screenshots of plasmoid settings:
What am I missing? Forums say that nothing else has to be done.
kubuntu plasma redshift
I added Redshift Control Plasmoid, added some settings, but nothing happens. Running redshift from command line changes colort temperature, but plasmoid always shows 6500K. However mouse wheel up/down changes this value.
Here is screenshots of plasmoid settings:
What am I missing? Forums say that nothing else has to be done.
kubuntu plasma redshift
kubuntu plasma redshift
edited Sep 4 at 12:40
abu_bua
3,15081023
3,15081023
asked Sep 4 at 11:23
DukeNukem3D
61
61
UPD: this happens on laptop Lenovo x260 with two external monitors. However, when I use only built-in monitor, redshift widget works as expected.
– DukeNukem3D
Sep 12 at 5:29
add a comment |
UPD: this happens on laptop Lenovo x260 with two external monitors. However, when I use only built-in monitor, redshift widget works as expected.
– DukeNukem3D
Sep 12 at 5:29
UPD: this happens on laptop Lenovo x260 with two external monitors. However, when I use only built-in monitor, redshift widget works as expected.
– DukeNukem3D
Sep 12 at 5:29
UPD: this happens on laptop Lenovo x260 with two external monitors. However, when I use only built-in monitor, redshift widget works as expected.
– DukeNukem3D
Sep 12 at 5:29
add a comment |
1 Answer
1
active
oldest
votes
up vote
0
down vote
Finally, I solved it by removing plasmoid and starting redshift from a script (KDE built-in autostart):
andreyv@desktop-99:~$ cat ./redshift.sh
/usr/bin/redshift -v 2>&1 | tee /home/andreyv/log/redshift.log &
andreyv@desktop-99:~$ cat ./.config/redshift.conf
[redshift]
temp-day=6500
temp-night=4000
transition=0
gamma=1.0
location-provider=manual
[manual]
lat=56.0
lon=60.0
add a comment |
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
0
down vote
Finally, I solved it by removing plasmoid and starting redshift from a script (KDE built-in autostart):
andreyv@desktop-99:~$ cat ./redshift.sh
/usr/bin/redshift -v 2>&1 | tee /home/andreyv/log/redshift.log &
andreyv@desktop-99:~$ cat ./.config/redshift.conf
[redshift]
temp-day=6500
temp-night=4000
transition=0
gamma=1.0
location-provider=manual
[manual]
lat=56.0
lon=60.0
add a comment |
up vote
0
down vote
Finally, I solved it by removing plasmoid and starting redshift from a script (KDE built-in autostart):
andreyv@desktop-99:~$ cat ./redshift.sh
/usr/bin/redshift -v 2>&1 | tee /home/andreyv/log/redshift.log &
andreyv@desktop-99:~$ cat ./.config/redshift.conf
[redshift]
temp-day=6500
temp-night=4000
transition=0
gamma=1.0
location-provider=manual
[manual]
lat=56.0
lon=60.0
add a comment |
up vote
0
down vote
up vote
0
down vote
Finally, I solved it by removing plasmoid and starting redshift from a script (KDE built-in autostart):
andreyv@desktop-99:~$ cat ./redshift.sh
/usr/bin/redshift -v 2>&1 | tee /home/andreyv/log/redshift.log &
andreyv@desktop-99:~$ cat ./.config/redshift.conf
[redshift]
temp-day=6500
temp-night=4000
transition=0
gamma=1.0
location-provider=manual
[manual]
lat=56.0
lon=60.0
Finally, I solved it by removing plasmoid and starting redshift from a script (KDE built-in autostart):
andreyv@desktop-99:~$ cat ./redshift.sh
/usr/bin/redshift -v 2>&1 | tee /home/andreyv/log/redshift.log &
andreyv@desktop-99:~$ cat ./.config/redshift.conf
[redshift]
temp-day=6500
temp-night=4000
transition=0
gamma=1.0
location-provider=manual
[manual]
lat=56.0
lon=60.0
edited Nov 26 at 15:01
Melebius
4,22051837
4,22051837
answered Nov 26 at 14:27
DukeNukem3D
61
61
add a comment |
add a comment |
Thanks for contributing an answer to Ask Ubuntu!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Some of your past answers have not been well-received, and you're in danger of being blocked from answering.
Please pay close attention to the following guidance:
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1071967%2fkubuntu-18-04-redshift-control-plasmoid-has-no-effect%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
UPD: this happens on laptop Lenovo x260 with two external monitors. However, when I use only built-in monitor, redshift widget works as expected.
– DukeNukem3D
Sep 12 at 5:29