mirror of
https://bitbucket.org/smil3y/kde-workspace.git
synced 2025-02-23 18:32:50 +00:00
plasma: partially revert f058709ed6
the systemtray applet automatically adds the applets that have configuration entry in plasma-desktoprc but the applets configuration is not saved by the systemtray applet Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
parent
f058709ed6
commit
44970b29d8
2 changed files with 28 additions and 2 deletions
|
@ -707,7 +707,7 @@ void Applet::checkDefaultApplets()
|
|||
return;
|
||||
}
|
||||
|
||||
|
||||
// TODO: applets configuration is not saved
|
||||
QStringList applets = s_manager->applets(this);
|
||||
|
||||
if (!applets.contains("notifier")) {
|
||||
|
|
|
@ -66,6 +66,32 @@ immutability=1
|
|||
plugin=systemtray
|
||||
zvalue=0
|
||||
|
||||
[Containments][1][Applets][5][Configuration][Applets][8]
|
||||
geometry=0,0,24,24
|
||||
immutability=1
|
||||
plugin=notifier
|
||||
zvalue=0
|
||||
|
||||
[Containments][1][Applets][5][Configuration][Applets][8][PopupApplet]
|
||||
DialogHeight=346
|
||||
DialogWidth=302
|
||||
|
||||
[Containments][1][Applets][5][Configuration][Applets][9]
|
||||
geometry=0,0,24,24
|
||||
immutability=1
|
||||
plugin=org.kde.notifications
|
||||
zvalue=0
|
||||
|
||||
[Containments][1][Applets][5][Configuration][Applets][9][PopupApplet]
|
||||
DialogHeight=102
|
||||
DialogWidth=372
|
||||
|
||||
[Containments][1][Applets][5][Configuration][Shortcuts]
|
||||
SystemTray-Klipper-5=Ctrl+Alt+V
|
||||
|
||||
[Containments][1][Applets][5][LayoutInformation]
|
||||
Order=3
|
||||
|
||||
[Containments][1][Applets][6]
|
||||
geometry=936,3,64,32
|
||||
immutability=1
|
||||
|
@ -76,7 +102,7 @@ zvalue=0
|
|||
timezone=Local
|
||||
|
||||
[Containments][1][Applets][6][LayoutInformation]
|
||||
Order=3
|
||||
Order=4
|
||||
|
||||
[Containments][2]
|
||||
ActionPluginsSource=Global
|
||||
|
|
Loading…
Add table
Reference in a new issue