12.04, fully updated, 64bit. I always have several desktop widgets across the top of the screen. I think I'd forgotten to Lock Widgets before shutting down one day and the next time I saw my desktop everything which was at the top had a large gap above. I put them all carefully back - Lock Widgets and reboot and they are all moved down again. I move everything away from the top, Lock Widgets and reboot and they're all where I put them. Move them back where I want them and sure enough, next time I boot they are all moved down again.
I decided to get a diff of the file for before and after comparisons. Put the 5 widgets and Desktop View at the top, rebooted expecting them to have moved, but they didn't and it was fine through 4 or 5 reboots and then, without anything being changed on the desktop, they were all shifted down again.
I tried locking down ~/.kde/share/config/plasma-desktop-appletsrc with [$i] at the top of the file (from the sticky thread), but still it seems the OS chooses to re-write the file. Here's the diff where you can see the value 35 added to some values:
--- plasma-desktop-appletsrc-after-OK 2012-07-01 23:36:34.218909810 +0100
+++ plasma-desktop-appletsrc-after-NOT-OK 2012-07-02 19:08:05.705046533 +0100
@@ -32,7 +32,7 @@
zvalue=0
[Containments][1][Applets][13]
-geometry=34,0,263,389
+geometry=34,35,263,389
immutability=2
plugin=system-monitor_applet
zvalue=372
@@ -62,7 +62,7 @@
filter=0
filterFiles=*
flow=0
-geometry=318,0,1285,175
+geometry=318,35,1285,175
iconsLocked=false
immutability=2
mimeFilter=
@@ -77,7 +77,7 @@
Share=false
[Containments][1][Applets][41]
-geometry=1606,0,314,157
+geometry=1606,35,314,157
immutability=2
plugin=digital-clock
zvalue=361
@@ -107,7 +107,7 @@
DialogWidth=490
[Containments][1][Applets][55]
-geometry=34,31,146,273
+geometry=34,66,146,273
immutability=2
plugin=sm_temperature
zvalue=370
I decided to get a diff of the file for before and after comparisons. Put the 5 widgets and Desktop View at the top, rebooted expecting them to have moved, but they didn't and it was fine through 4 or 5 reboots and then, without anything being changed on the desktop, they were all shifted down again.
I tried locking down ~/.kde/share/config/plasma-desktop-appletsrc with [$i] at the top of the file (from the sticky thread), but still it seems the OS chooses to re-write the file. Here's the diff where you can see the value 35 added to some values:
--- plasma-desktop-appletsrc-after-OK 2012-07-01 23:36:34.218909810 +0100
+++ plasma-desktop-appletsrc-after-NOT-OK 2012-07-02 19:08:05.705046533 +0100
@@ -32,7 +32,7 @@
zvalue=0
[Containments][1][Applets][13]
-geometry=34,0,263,389
+geometry=34,35,263,389
immutability=2
plugin=system-monitor_applet
zvalue=372
@@ -62,7 +62,7 @@
filter=0
filterFiles=*
flow=0
-geometry=318,0,1285,175
+geometry=318,35,1285,175
iconsLocked=false
immutability=2
mimeFilter=
@@ -77,7 +77,7 @@
Share=false
[Containments][1][Applets][41]
-geometry=1606,0,314,157
+geometry=1606,35,314,157
immutability=2
plugin=digital-clock
zvalue=361
@@ -107,7 +107,7 @@
DialogWidth=490
[Containments][1][Applets][55]
-geometry=34,31,146,273
+geometry=34,66,146,273
immutability=2
plugin=sm_temperature
zvalue=370
Comment