[systemsettings] [Bug 411584] The Apply button is inactive in Night Color KCM

2021-02-12 Thread Dan Dascalescu
https://bugs.kde.org/show_bug.cgi?id=411584

Dan Dascalescu  changed:

   What|Removed |Added

 CC||ddascalescu+...@gmail.com

--- Comment #37 from Dan Dascalescu  ---
Created attachment 135633
  --> https://bugs.kde.org/attachment.cgi?id=135633=edit
Screencast

I still see this issue in Plasma 5.18.5, though it didn't happen the first
couple times I changed the settings.

Now however, no matter what I change, the "Apply" button stays disabled.

PS: the time input box tries to be smart about accepting only numeric input,
but it ends up being really annoying. I can barely change anything, and need to
contort myself to selecting text and typing over it.

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

[systemsettings] [Bug 411584] The Apply button is inactive in Night Color KCM

2020-05-22 Thread Aleix Pol
https://bugs.kde.org/show_bug.cgi?id=411584

Aleix Pol  changed:

   What|Removed |Added

  Latest Commit|https://invent.kde.org/plas |https://invent.kde.org/plas
   |ma/plasma-desktop/commit/e4 |ma/plasma-desktop/commit/c8
   |60fc4809c458ebc0a485db1e044 |480157c61cbf7a3c6b0b147
   |28271b9e328 |ee63516def9

--- Comment #36 from Aleix Pol  ---
Git commit c8480157c61cbf7a3c6b0b147ee63516def9 by Aleix Pol, on behalf of
David Edmundson.
Committed on 23/05/2020 at 00:26.
Pushed by apol into branch 'master'.

[kcms/nightcolour] Reset needsSave after loading initial QML properties

Sequence of events is:

1) KCModule::showEvent()
2) this queues up a load and queues up a KCModule::changed(false)

3)  during load ConfigModule::setNeedsSave(true) is called we set
d->_needsSave to true
4) we emit ConfigModule::changed(true) which we proxy through to
KCModule::changed(true)

5) we then process the queued KCModule::setChanged(false) from the
earlier KCModule::showEvent
6) so we disable the button

7) any subsequent changes in the KCM will call
ConfigModule::setNeedsSave(true)
but this now matches d->_needsSave so it no-ops. Even though KCModule is
out of sync.

Systemsettings only knows what KCModule signals, not ConfigModule.

This patch resets ConfigModule::d->_needsSave after step 3

See also https://phabricator.kde.org/D27384#611241

M  +1-0kcms/nightcolor/kcm.cpp

https://invent.kde.org/plasma/plasma-desktop/commit/c8480157c61cbf7a3c6b0b147ee63516def9

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

[systemsettings] [Bug 411584] The Apply button is inactive in Night Color KCM

2020-05-18 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=411584

Nate Graham  changed:

   What|Removed |Added

   Version Fixed In|5.18.0  |5.19.0

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

[systemsettings] [Bug 411584] The Apply button is inactive in Night Color KCM

2020-05-18 Thread David Edmundson
https://bugs.kde.org/show_bug.cgi?id=411584

David Edmundson  changed:

   What|Removed |Added

 Status|ASSIGNED|RESOLVED
 Resolution|--- |FIXED
  Latest Commit|https://commits.kde.org/pla |https://invent.kde.org/plas
   |sma-desktop/1dd4668f1bf15e0 |ma/plasma-desktop/commit/e4
   |57b841ce6e538073f1538ec27   |60fc4809c458ebc0a485db1e044
   ||28271b9e328

--- Comment #35 from David Edmundson  ---
Git commit e460fc4809c458ebc0a485db1e04428271b9e328 by David Edmundson.
Committed on 18/05/2020 at 10:52.
Pushed by davidedmundson into branch 'Plasma/5.19'.

[kcms/nightcolour] Reset needsSave after loading initial QML properties

Sequence of events is:

1) KCModule::showEvent()
2) this queues up a load and queues up a KCModule::changed(false)

3)  during load ConfigModule::setNeedsSave(true) is called we set
d->_needsSave to true
4) we emit ConfigModule::changed(true) which we proxy through to
KCModule::changed(true)

5) we then process the queued KCModule::setChanged(false) from the
earlier KCModule::showEvent
6) so we disable the button

7) any subsequent changes in the KCM will call
ConfigModule::setNeedsSave(true)
but this now matches d->_needsSave so it no-ops. Even though KCModule is
out of sync.

Systemsettings only knows what KCModule signals, not ConfigModule.

This patch resets ConfigModule::d->_needsSave after step 3

See also https://phabricator.kde.org/D27384#611241

M  +1-0kcms/nightcolor/kcm.cpp

https://invent.kde.org/plasma/plasma-desktop/commit/e460fc4809c458ebc0a485db1e04428271b9e328

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

[systemsettings] [Bug 411584] The Apply button is inactive in Night Color KCM

2020-03-02 Thread David Edmundson
https://bugs.kde.org/show_bug.cgi?id=411584

David Edmundson  changed:

   What|Removed |Added

 Status|REOPENED|ASSIGNED

--- Comment #34 from David Edmundson  ---
https://phabricator.kde.org/D27724

should act as a fix

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

[systemsettings] [Bug 411584] The Apply button is inactive in Night Color KCM

2020-02-27 Thread medin
https://bugs.kde.org/show_bug.cgi?id=411584

--- Comment #33 from medin  ---
Created attachment 126452
  --> https://bugs.kde.org/attachment.cgi?id=126452=edit
Impossible to change night mode settings

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

[systemsettings] [Bug 411584] The Apply button is inactive in Night Color KCM

2020-02-27 Thread medin
https://bugs.kde.org/show_bug.cgi?id=411584

--- Comment #32 from medin  ---
Now with 5.18.2 it's impossible to apply new settings after clicking on ok
button, and the apply button is still disabled, see my attached video for more
info.

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

[systemsettings] [Bug 411584] The Apply button is inactive in Night Color KCM

2020-02-26 Thread David Edmundson
https://bugs.kde.org/show_bug.cgi?id=411584

--- Comment #31 from David Edmundson  ---
*** Bug 418240 has been marked as a duplicate of this bug. ***

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

[systemsettings] [Bug 411584] The Apply button is inactive in Night Color KCM

2020-02-25 Thread David Edmundson
https://bugs.kde.org/show_bug.cgi?id=411584

--- Comment #30 from David Edmundson  ---
I'm sure that works,  but it doesn't answer the original question. why is the
KCM reporting itself as changed upon load?

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

[systemsettings] [Bug 411584] The Apply button is inactive in Night Color KCM

2020-02-24 Thread Yaroslav Sidlovsky
https://bugs.kde.org/show_bug.cgi?id=411584

--- Comment #29 from Yaroslav Sidlovsky  ---
Created attachment 126381
  --> https://bugs.kde.org/attachment.cgi?id=126381=edit
fix_#411584.patch

Looks like this patch kinda fixes issue for me.
Thanks to the David Edmundson.

Can somebody review this small patch or provide better alternative?

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

[systemsettings] [Bug 411584] The Apply button is inactive in Night Color KCM

2020-02-24 Thread David Edmundson
https://bugs.kde.org/show_bug.cgi?id=411584

--- Comment #28 from David Edmundson  ---
>I don't get why patch changes only behavior of the checkboxes.

See my comment in #25 explaining the probably cause.

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

[systemsettings] [Bug 411584] The Apply button is inactive in Night Color KCM

2020-02-24 Thread David Edmundson
https://bugs.kde.org/show_bug.cgi?id=411584

David Edmundson  changed:

   What|Removed |Added

 CC||k...@davidedmundson.co.uk
 Status|RESOLVED|REOPENED
 Resolution|FIXED   |---

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

[systemsettings] [Bug 411584] The Apply button is inactive in Night Color KCM

2020-02-24 Thread Yaroslav Sidlovsky
https://bugs.kde.org/show_bug.cgi?id=411584

--- Comment #27 from Yaroslav Sidlovsky  ---
Bug is still present for me after applying this patch.

I don't get why patch changes only behavior of the checkboxes.
Apply button is not active after editing any editable widget on the night color
form.
You can see it on the attached video.

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

[systemsettings] [Bug 411584] The Apply button is inactive in Night Color KCM

2020-02-24 Thread David Edmundson
https://bugs.kde.org/show_bug.cgi?id=411584

David Edmundson  changed:

   What|Removed |Added

 Resolution|--- |FIXED
 Status|CONFIRMED   |RESOLVED
  Latest Commit|https://cgit.kde.org/kwin.g |https://commits.kde.org/pla
   |it/commit/?id=5bec89ac90d5c |sma-desktop/1dd4668f1bf15e0
   |9d72b03b60cf62bb6ef9ffb0808 |57b841ce6e538073f1538ec27

--- Comment #26 from David Edmundson  ---
Git commit 1dd4668f1bf15e057b841ce6e538073f1538ec27 by David Edmundson.
Committed on 24/02/2020 at 09:55.
Pushed by davidedmundson into branch 'Plasma/5.18'.

Calculate needsSave on checkbox toggle not on change

Summary:
Otherwise we will trigger it during load, which is wasteful.

But worse potentially we haven't evaluated the other settings yet, so it
could trigger that we have changed the settings, and prematurely set
apply to enabled prematurely which currently breaks things.

I suspect it will fix the bug below, I couldn't reproduce reliably
enough to prove it.

Please reopen if it remains an issue
Fixed-in: 5.18.2

Test Plan:
Opened KCM
toggling still worked as expected

Reviewers: #plasma, apol, ngraham

Reviewed By: apol, ngraham

Subscribers: apol, plasma-devel

Tags: #plasma

Differential Revision: https://phabricator.kde.org/D27590

M  +1-1kcms/nightcolor/package/contents/ui/main.qml

https://commits.kde.org/plasma-desktop/1dd4668f1bf15e057b841ce6e538073f1538ec27

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

[systemsettings] [Bug 411584] The Apply button is inactive in Night Color KCM

2020-02-20 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=411584

Nate Graham  changed:

   What|Removed |Added

 Status|REOPENED|CONFIRMED
   Priority|NOR |VHI

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

[systemsettings] [Bug 411584] The Apply button is inactive in Night Color KCM

2020-02-19 Thread David Edmundson
https://bugs.kde.org/show_bug.cgi?id=411584

--- Comment #25 from David Edmundson  ---
I suspect it's this: https://phabricator.kde.org/D27384#611241

that we saw in another KCM.

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

[systemsettings] [Bug 411584] The Apply button is inactive in Night Color KCM

2020-02-19 Thread medin
https://bugs.kde.org/show_bug.cgi?id=411584

medin  changed:

   What|Removed |Added

Version|5.17.3  |5.18.1

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

[systemsettings] [Bug 411584] The Apply button is inactive in Night Color KCM

2020-02-19 Thread medin
https://bugs.kde.org/show_bug.cgi?id=411584

--- Comment #24 from medin  ---
Created attachment 126155
  --> https://bugs.kde.org/attachment.cgi?id=126155=edit
Apply Night Color Not Working

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

[systemsettings] [Bug 411584] The Apply button is inactive in Night Color KCM

2020-02-19 Thread medin
https://bugs.kde.org/show_bug.cgi?id=411584

medin  changed:

   What|Removed |Added

 Status|RESOLVED|REOPENED
 Ever confirmed|0   |1
 Resolution|FIXED   |---
 CC||med.medin.2...@gmail.com

--- Comment #23 from medin  ---
The problem is still present with 5.18.1, see my attached video for more info.

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

[systemsettings] [Bug 411584] The Apply button is inactive in Night Color KCM

2020-01-22 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=411584

Nate Graham  changed:

   What|Removed |Added

 CC||lucabs2...@libero.it

--- Comment #22 from Nate Graham  ---
*** Bug 416555 has been marked as a duplicate of this bug. ***

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

[systemsettings] [Bug 411584] The Apply button is inactive in Night Color KCM

2020-01-12 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=411584

Nate Graham  changed:

   What|Removed |Added

 Status|REPORTED|RESOLVED
 Resolution|--- |FIXED
  Latest Commit||https://cgit.kde.org/kwin.g
   ||it/commit/?id=5bec89ac90d5c
   ||9d72b03b60cf62bb6ef9ffb0808
   Version Fixed In||5.18.0

--- Comment #21 from Nate Graham  ---
Great!

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

[systemsettings] [Bug 411584] The Apply button is inactive in Night Color KCM

2020-01-12 Thread Victor Ryzhykh
https://bugs.kde.org/show_bug.cgi?id=411584

--- Comment #20 from Victor Ryzhykh  ---
(In reply to Victor Ryzhykh from comment #0)
> Created attachment 122483 [details]
> Image of always inactive button
> 
> The Apply button is inactive in Night Color KCM
> 
> The apply button is always inactive and there is no way to save changes or
> disable this option.
> 
> plasma-5.16.80 from 09/03/2019

I have this problem no longer present.
Fixed with an update in colorcorrection
https://cgit.kde.org/kwin.git/commit/?id=5bec89ac90d5c9d72b03b60cf62bb6ef9ffb0808

Версия KDE Plasma: 5.17.80
Версия KDE Frameworks: 5.66.0
Версия Qt: 5.14.0

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

[systemsettings] [Bug 411584] The Apply button is inactive in Night Color KCM

2019-12-09 Thread Vlad Zahorodnii
https://bugs.kde.org/show_bug.cgi?id=411584

Vlad Zahorodnii  changed:

   What|Removed |Added

 CC||markovs.i.m...@gmail.com

--- Comment #19 from Vlad Zahorodnii  ---
*** Bug 414337 has been marked as a duplicate of this bug. ***

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

[systemsettings] [Bug 411584] The Apply button is inactive in Night Color KCM

2019-12-07 Thread raf
https://bugs.kde.org/show_bug.cgi?id=411584

raf  changed:

   What|Removed |Added

Version|5.17.0  |5.17.3

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

[systemsettings] [Bug 411584] The Apply button is inactive in Night Color KCM

2019-12-07 Thread raf
https://bugs.kde.org/show_bug.cgi?id=411584

raf  changed:

   What|Removed |Added

 CC||ad...@devralph.com

--- Comment #18 from raf  ---
Would like to mention here that the same problem has been reported on
https://bugs.kde.org/show_bug.cgi?id=414337

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

[systemsettings] [Bug 411584] The Apply button is inactive in Night Color KCM

2019-11-06 Thread Alexander Potashev
https://bugs.kde.org/show_bug.cgi?id=411584

Alexander Potashev  changed:

   What|Removed |Added

 CC||aspotas...@gmail.com

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

[systemsettings] [Bug 411584] The Apply button is inactive in Night Color KCM

2019-10-31 Thread Vlad Zahorodnii
https://bugs.kde.org/show_bug.cgi?id=411584

--- Comment #17 from Vlad Zahorodnii  ---
Edit: s/this two/these two/

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

[systemsettings] [Bug 411584] The Apply button is inactive in Night Color KCM

2019-10-31 Thread Vlad Zahorodnii
https://bugs.kde.org/show_bug.cgi?id=411584

--- Comment #16 from Vlad Zahorodnii  ---
(In reply to psymole from comment #14)
> Also, I noticed that the apply button needs to be clicked twice to change
> into time mode and trigger the bug.
This issue has been fixed in 5.17.3.

> qdbus org.kde.KWin /ColorCorrect nightColorInfo
> EveningBeginFixed: 18:00:51
> MorningBeginFixed: 06:00:51
Hmm, this two look suspicious. Given how Night Color stores timings, seconds
has to be set to 0. I recommend to delete Night Color settings in kwinrc after
5.17.3 is released and check whether you can still reproduce the bug.

Dev note: For some reason, Night Color receives timings over D-Bus in
Qt::IsoDate format, but stores them in another format, without seconds
included.

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

[systemsettings] [Bug 411584] The Apply button is inactive in Night Color KCM

2019-10-29 Thread aancw
https://bugs.kde.org/show_bug.cgi?id=411584

--- Comment #15 from aancw  ---
Whenever click back to All setting after visiting the Night Color setting,
always trigger KDE System Setting crash. 

Crash Report: https://hastebin.com/olugecaseg.shell

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

[systemsettings] [Bug 411584] The Apply button is inactive in Night Color KCM

2019-10-29 Thread psymole
https://bugs.kde.org/show_bug.cgi?id=411584

psymole  changed:

   What|Removed |Added

 CC||trujill...@gmail.com

--- Comment #14 from psymole  ---
SUMMARY

The Apply button is inactive in Night Color

STEPS TO REPRODUCE
1. Use the time option in the night color dialogue
2. Click Apply. Or apply by going to different settings tab and clicking apply
on the popUp dialogue.
3. Close settings app and re-open
4. Change any night color option.

OBSERVED RESULT

Next time, when browsing Nigth color, no changes can be applied. Not even using
the reset to defaults button.


EXPECTED RESULT

Options can be changed, and the apply button is activated when appropriate.


SOFTWARE/OS VERSIONS
Linux/KDE Plasma: 
DISTRIB_DESCRIPTION="Ubuntu 19.10"
Kernel: 5.3.0-19-generic
KDE Plasma Version: 5.17.1
KDE Frameworks Version: 5.62.0.
Qt Version: 5.12.4

Can also confirm that After deleting the line “Mode = Times” from the file
~/.config/kwinrc and restarting the session, it works as expected.

Also, I noticed that the apply button needs to be clicked twice to change into
time mode and trigger the bug.

qdbus org.kde.KWin /ColorCorrect nightColorInfo
ActiveEnabled: true
Available: true
CurrentColorTemperature: 3000
EveningBeginFixed: 18:00:51
LatitudeAuto: (myLat)
LatitudeFixed: 0
LocationEnabled: true
LongitudeAuto: (myLong)
LongitudeFixed: 0
Mode: 2
ModeEnabled: true
MorningBeginFixed: 06:00:51
NightTemperature: 3000
NightTemperatureEnabled: true
Running: true
TimingsEnabled: true
TransitionTime: 30

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

[systemsettings] [Bug 411584] The Apply button is inactive in Night Color KCM

2019-10-29 Thread Victor Ryzhykh
https://bugs.kde.org/show_bug.cgi?id=411584

--- Comment #13 from Victor Ryzhykh  ---
Created attachment 123562
  --> https://bugs.kde.org/attachment.cgi?id=123562=edit
File kwinrc

File kwinrc

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

[systemsettings] [Bug 411584] The Apply button is inactive in Night Color KCM

2019-10-29 Thread Vlad Zahorodnii
https://bugs.kde.org/show_bug.cgi?id=411584

Vlad Zahorodnii  changed:

   What|Removed |Added

 CC||amd...@yandex.com

--- Comment #12 from Vlad Zahorodnii  ---
*** Bug 413005 has been marked as a duplicate of this bug. ***

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

[systemsettings] [Bug 411584] The Apply button is inactive in Night Color KCM

2019-10-29 Thread Vlad Zahorodnii
https://bugs.kde.org/show_bug.cgi?id=411584

--- Comment #11 from Vlad Zahorodnii  ---
(In reply to Squeaky Pancakes from comment #8)
> I can confirm this happens to me on 5.17 on Artix Linux. However mine was
> flickering on and off randomly untill I removed the night color block from
> .config/kwinrc

Do you have the old kwinrc file by any chance?

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

[systemsettings] [Bug 411584] The Apply button is inactive in Night Color KCM

2019-10-28 Thread Yaroslav Sidlovsky
https://bugs.kde.org/show_bug.cgi?id=411584

Yaroslav Sidlovsky  changed:

   What|Removed |Added

 CC||zawer...@gmail.com

--- Comment #10 from Yaroslav Sidlovsky  ---
Duplicate - https://bugs.kde.org/show_bug.cgi?id=413005 (or vice versa?).

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

[systemsettings] [Bug 411584] The Apply button is inactive in Night Color KCM

2019-10-28 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=411584

Nate Graham  changed:

   What|Removed |Added

 CC||caca...@gmail.com

--- Comment #9 from Nate Graham  ---
*** Bug 413536 has been marked as a duplicate of this bug. ***

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

[systemsettings] [Bug 411584] The Apply button is inactive in Night Color KCM

2019-10-27 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=411584

Nate Graham  changed:

   What|Removed |Added

 CC||kwin-bugs-n...@kde.org
Version|unspecified |5.17.0
  Component|general |kcm_nightcolor

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

[systemsettings] [Bug 411584] The Apply button is inactive in Night Color KCM

2019-10-20 Thread Squeaky Pancakes
https://bugs.kde.org/show_bug.cgi?id=411584

Squeaky Pancakes  changed:

   What|Removed |Added

 CC||squeakypanca...@disroot.org

--- Comment #8 from Squeaky Pancakes  ---
I can confirm this happens to me on 5.17 on Artix Linux. However mine was
flickering on and off randomly untill I removed the night color block from
.config/kwinrc

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

[systemsettings] [Bug 411584] The Apply button is inactive in Night Color KCM

2019-09-20 Thread Vlad Zahorodnii
https://bugs.kde.org/show_bug.cgi?id=411584

--- Comment #7 from Vlad Zahorodnii  ---
(In reply to Victor Ryzhykh from comment #4)
> In order for the problem to start to reproduce, you must enable the “Times”
> mode and restart the systemsettings.
> After that, no changes to the settings work anymore.
> If you don’t turn on “Times” mode at all, then on other modes it works
> without problems.
I followed your instructions however I'm still able to change Night Color
settings, e.g. color temperature, operation mode, etc. plasma-desktop is built
from source code.

Can you change night color settings in a new user account?

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

[systemsettings] [Bug 411584] The Apply button is inactive in Night Color KCM

2019-09-19 Thread Victor Ryzhykh
https://bugs.kde.org/show_bug.cgi?id=411584

--- Comment #6 from Victor Ryzhykh  ---
Created attachment 122732
  --> https://bugs.kde.org/attachment.cgi?id=122732=edit
After deleting the line “Mode = Times”

After deleting the line “Mode = Times” from the file
~/.config/kwinrc and restart the session.
The apply button works again.

После удаления строки «Mode = Times» из файла
~/.config/kwinrc и перезапуска сеанса.
Кнопка применить опять работает.


alex@asus:~$ qdbus org.kde.KWin /ColorCorrect nightColorInfo
Active: true
ActiveEnabled: true
Available: true
CurrentColorTemperature: 5470
EveningBeginFixed: 20:00:00
LatitudeAuto: 64.5722
LatitudeFixed: 64.5722
LocationEnabled: true
LongitudeAuto: 39.8475
LongitudeFixed: 0
Mode: 0
ModeEnabled: true
MorningBeginFixed: 06:00:00
NightTemperature: 4500
NightTemperatureEnabled: true
Running: true
TimingsEnabled: true
TransitionTime: 30
alex@asus:~$

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

[systemsettings] [Bug 411584] The Apply button is inactive in Night Color KCM

2019-09-19 Thread Victor Ryzhykh
https://bugs.kde.org/show_bug.cgi?id=411584

--- Comment #5 from Victor Ryzhykh  ---
Created attachment 122731
  --> https://bugs.kde.org/attachment.cgi?id=122731=edit
After restarting the systemsettings.

After restarting the systemsettings.
The apply button does not work.

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

[systemsettings] [Bug 411584] The Apply button is inactive in Night Color KCM

2019-09-19 Thread Victor Ryzhykh
https://bugs.kde.org/show_bug.cgi?id=411584

--- Comment #4 from Victor Ryzhykh  ---
Created attachment 122730
  --> https://bugs.kde.org/attachment.cgi?id=122730=edit
Enable the “Times”

In order for the problem to start to reproduce, you must enable the “Times”
mode and restart the systemsettings.
After that, no changes to the settings work anymore.
If you don’t turn on “Times” mode at all, then on other modes it works without
problems.


Чтобы проблема начала воспроизводится, нужно включить именно режим «По
расписанию» и перезапустить «Параметры системы».
После этого больше не работают никакие изменения в настройках.
Если же вообще не включать режим «По расписанию»,
то на остальных режимах работает без проблем.

alex@asus:~$ qdbus org.kde.KWin /ColorCorrect nightColorInfo
Active: true
ActiveEnabled: true
Available: true
CurrentColorTemperature: 6500
EveningBeginFixed: 18:00:00
LatitudeAuto: 64.5722
LatitudeFixed: 64.5722
LocationEnabled: true
LongitudeAuto: 39.8475
LongitudeFixed: 39.8475
Mode: 2
ModeEnabled: true
MorningBeginFixed: 06:00:00
NightTemperature: 4500
NightTemperatureEnabled: true
Running: true
TimingsEnabled: true
TransitionTime: 30
alex@asus:~$

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

[systemsettings] [Bug 411584] The Apply button is inactive in Night Color KCM

2019-09-19 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=411584

Nate Graham  changed:

   What|Removed |Added

 CC||n...@kde.org

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

[systemsettings] [Bug 411584] The Apply button is inactive in Night Color KCM

2019-09-19 Thread Vlad Zahorodnii
https://bugs.kde.org/show_bug.cgi?id=411584

--- Comment #3 from Vlad Zahorodnii  ---
I can't reproduce this bug. Could you provide output of `qdbus org.kde.KWin
/ColorCorrect nightColorInfo` please?

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

[systemsettings] [Bug 411584] The Apply button is inactive in Night Color KCM

2019-09-19 Thread Vlad Zahorodnii
https://bugs.kde.org/show_bug.cgi?id=411584

Vlad Zahorodnii  changed:

   What|Removed |Added

   Assignee|plasma-b...@kde.org |vladz...@gmail.com

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

[systemsettings] [Bug 411584] The Apply button is inactive in Night Color KCM

2019-09-05 Thread Victor Ryzhykh
https://bugs.kde.org/show_bug.cgi?id=411584

--- Comment #2 from Victor Ryzhykh  ---
The “Apply” button stops working after the “Times” mode is activated.
Before turning on this mode, the rest works fine.
To fix, you can delete the line “Mode=Times" from the file
~/.config/kwinrc and restart the session.

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

[systemsettings] [Bug 411584] The Apply button is inactive in Night Color KCM

2019-09-04 Thread Victor Ryzhykh
https://bugs.kde.org/show_bug.cgi?id=411584

--- Comment #1 from Victor Ryzhykh  ---
The “Apply” button is inactive for any actions on this tab.
The “Apply” button is inactive when unchecking a parameter.
The “Apply” button is inactive when changing the operating mode.
The “Apply” button is inactive when changing color temperature.

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