[plasmashell] [Bug 482773] Panel configuration not fully saving

2024-04-17 Thread David Edmundson
https://bugs.kde.org/show_bug.cgi?id=482773

David Edmundson  changed:

   What|Removed |Added

  Latest Commit|https://invent.kde.org/plas |https://invent.kde.org/plas
   |ma/libplasma/-/commit/c37a2 |ma/libplasma/-/commit/f7b3e
   |24bc7a33c6bd5ba7c546fec7488 |98bd5c777a8c7510ec0edaaba64
   |0ad463b4|12cac474

--- Comment #10 from David Edmundson  ---
Git commit f7b3e98bd5c777a8c7510ec0edaaba6412cac474 by David Edmundson.
Committed on 17/04/2024 at 11:33.
Pushed by davidedmundson into branch 'Plasma/6.0'.

Sync config to disk when values change

When client code calls Plasmoid.confiuration.a = b the value in the
KConfigPropertyMap changes, but the underlying KConfigSkeleton does not
have any signals emitted until that value is flushed.

We need to connect it to the existing mechanism to sync changes after a
timeout.
Related: bug 481085, bug 482469, bug 482090, bug 481113, bug 483083


(cherry picked from commit c37a224bc7a33c6bd5ba7c546fec74880ad463b4)

M  +1-0src/plasma/applet.cpp

https://invent.kde.org/plasma/libplasma/-/commit/f7b3e98bd5c777a8c7510ec0edaaba6412cac474

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

[plasmashell] [Bug 482773] Panel configuration not fully saving

2024-04-17 Thread David Edmundson
https://bugs.kde.org/show_bug.cgi?id=482773

David Edmundson  changed:

   What|Removed |Added

  Latest Commit||https://invent.kde.org/plas
   ||ma/libplasma/-/commit/c37a2
   ||24bc7a33c6bd5ba7c546fec7488
   ||0ad463b4
 Resolution|--- |FIXED
 Status|ASSIGNED|RESOLVED

--- Comment #9 from David Edmundson  ---
Git commit c37a224bc7a33c6bd5ba7c546fec74880ad463b4 by David Edmundson.
Committed on 17/04/2024 at 11:31.
Pushed by davidedmundson into branch 'master'.

Sync config to disk when values change

When client code calls Plasmoid.confiuration.a = b the value in the
KConfigPropertyMap changes, but the underlying KConfigSkeleton does not
have any signals emitted until that value is flushed.

We need to connect it to the existing mechanism to sync changes after a
timeout.
Related: bug 481085, bug 482469, bug 482090, bug 481113, bug 483083

M  +1-0src/plasma/applet.cpp

https://invent.kde.org/plasma/libplasma/-/commit/c37a224bc7a33c6bd5ba7c546fec74880ad463b4

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

[plasmashell] [Bug 482773] Panel configuration not fully saving

2024-04-16 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=482773

Bug Janitor Service  changed:

   What|Removed |Added

 Status|REPORTED|ASSIGNED
 Ever confirmed|0   |1

--- Comment #8 from Bug Janitor Service  ---
A possibly relevant merge request was started @
https://invent.kde.org/plasma/libplasma/-/merge_requests/1100

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

[plasmashell] [Bug 482773] Panel configuration not fully saving

2024-04-02 Thread smow
https://bugs.kde.org/show_bug.cgi?id=482773

smow  changed:

   What|Removed |Added

 CC||smowten...@protonmail.com

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

[plasmashell] [Bug 482773] Panel configuration not fully saving

2024-03-27 Thread Andreas Sturmlechner
https://bugs.kde.org/show_bug.cgi?id=482773

Andreas Sturmlechner  changed:

   What|Removed |Added

   See Also||https://bugs.kde.org/show_b
   ||ug.cgi?id=481113

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

[plasmashell] [Bug 482773] Panel configuration not fully saving

2024-03-14 Thread Sylas H
https://bugs.kde.org/show_bug.cgi?id=482773

Sylas H  changed:

   What|Removed |Added

 CC||duka...@gmail.com

--- Comment #7 from Sylas H  ---
Confirming that the same thing happens to me on EndeavourOS (fully updated). I
worked around it by adding the "Power and Battery" widget to the panel instead
of using the system tray, but this is not an ideal solution.

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

[plasmashell] [Bug 482773] Panel configuration not fully saving

2024-03-11 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=482773

Nate Graham  changed:

   What|Removed |Added

 Status|NEEDSINFO   |REPORTED
 Resolution|WAITINGFORINFO  |---

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

[plasmashell] [Bug 482773] Panel configuration not fully saving

2024-03-11 Thread The10axe
https://bugs.kde.org/show_bug.cgi?id=482773

--- Comment #6 from The10axe  ---
(In reply to Nate Graham from comment #5)
> Do you have a file /etc/xdg/startkderc? Is there anything in there?

This is the output of `cat /etc/xdg/startkderc`:
```
cat: /etc/xdg/startkderc: No such file or directory
```

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

[plasmashell] [Bug 482773] Panel configuration not fully saving

2024-03-11 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=482773

--- Comment #5 from Nate Graham  ---
Do you have a file /etc/xdg/startkderc? Is there anything in there?

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

[plasmashell] [Bug 482773] Panel configuration not fully saving

2024-03-11 Thread The10axe
https://bugs.kde.org/show_bug.cgi?id=482773

--- Comment #4 from The10axe  ---
(In reply to Nate Graham from comment #3)
> Run `kreadconfig6 --file startkderc --group General --key systemdBoot`

Here is what it returned:
```
Detected locale "C" with character encoding "ANSI_X3.4-1968", which is not
UTF-8.
Qt depends on a UTF-8 locale, and has switched to "C.UTF-8" instead.
If this causes problems, reconfigure your locale. See the locale(1) manual
for more information.

```

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

[plasmashell] [Bug 482773] Panel configuration not fully saving

2024-03-10 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=482773

--- Comment #3 from Nate Graham  ---
Run `kreadconfig6 --file startkderc --group General --key systemdBoot`

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

[plasmashell] [Bug 482773] Panel configuration not fully saving

2024-03-08 Thread The10axe
https://bugs.kde.org/show_bug.cgi?id=482773

--- Comment #2 from The10axe  ---
(In reply to Nate Graham from comment #1)
> Are you by any chance not using the systemd-enabled Plasma boot feature?

I didn't change anything other than enabling numlock for sddm and change
shortcut and theming. How could I check that of it's being used?

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

[plasmashell] [Bug 482773] Panel configuration not fully saving

2024-03-08 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=482773

Nate Graham  changed:

   What|Removed |Added

 Status|REPORTED|NEEDSINFO
 CC||n...@kde.org
 Resolution|--- |WAITINGFORINFO

--- Comment #1 from Nate Graham  ---
Are you by any chance not using the systemd-enabled Plasma boot feature?

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

[plasmashell] [Bug 482773] Panel configuration not fully saving

2024-03-07 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=482773

Bug Janitor Service  changed:

   What|Removed |Added

   Keywords||qt6

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