https://bugs.kde.org/show_bug.cgi?id=513669
Bug ID: 513669
Summary: Global Theme configuration change in
plasmoidsetupscripts for org.kde.plasma.battery no
longer changes percentage indicator
Classification: Plasma
Product: plasmashell
Version First 6.5.4
Reported In:
Platform: openSUSE
OS: Linux
Status: REPORTED
Severity: normal
Priority: NOR
Component: Global Theme packages
Assignee: [email protected]
Reporter: [email protected]
CC: [email protected]
Target Milestone: 1.0
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.
--
You are receiving this mail because:
You are watching all bug changes.