| Summary: |
Global Theme configuration change in plasmoidsetupscripts for org.kde.plasma.battery no longer changes percentage indicator |
| Product: |
[Plasma] plasmashell
|
Reporter: |
Paul McAuley <kde> |
| Component: |
Scripting | Assignee: |
Plasma Bugs List <plasma-bugs-null> |
| Status: |
NEEDSINFO
WAITINGFORINFO
|
|
|
| Severity: |
normal
|
CC: |
kdedev, nate, plasma-bugs-null
|
| Priority: |
NOR
|
Keywords: |
regression |
| Version First Reported In: |
6.5.4 | |
|
| Target Milestone: |
1.0 | |
|
| Platform: |
openSUSE | |
|
| OS: |
Linux | |
|
|
Latest Commit:
|
|
Version Fixed/Implemented In:
|
|
|
Sentry Crash Report:
|
|
| |
Hello, I made a global look-and-feel theme with a file called org.kde.plasma.battery.js the contents/plasmoidsetupscripts/ directory of my theme. This file is designed to enable the percentage indicator on the battery applet in the system tray. The contents of the file are as follows: applet.currentConfigGroup = new Array("General"); applet.writeConfig("showPercentage", true); applet.reloadConfig(); This works perfectly in Plasma 6.3 when changing global themes, however, in Plasma 6.5.4 it no longer functions.