Bug 156648

Summary: something is trashing my startupconfig
Product: [openSUSE] SUSE Linux 10.1 Reporter: Forgotten User ZhJd0F0L3x <forgotten_ZhJd0F0L3x>
Component: KDEAssignee: Lubos Lunak <llunak>
Status: RESOLVED INVALID QA Contact: E-mail List <qa-bugs>
Severity: Normal    
Priority: P5 - None    
Version: Beta 7   
Target Milestone: ---   
Hardware: Other   
OS: Other   
Whiteboard:
Found By: Component Test Services Priority:
Business Priority: Blocker: ---
Marketing QA Status: --- IT Deployment: ---
Bug Depends on:    
Bug Blocks: 140732    

Description Forgotten User ZhJd0F0L3x 2006-03-09 19:03:09 UTC
Whenever i log into a freshly upgraded machine, my cursor goes small. I traced it down to this change:

--- /home/seife/.kde/share/config/startupconfig	2006-02-01 21:15:52.000000000 +0100
+++ /home/seife/.kde/share/config/startupconfig#unisondiff-	2006-03-09 19:56:05.000000000 +0100
@@ -2,7 +2,7 @@
 # kcminputrc Mouse cursorTheme ''
 kcminputrc_mouse_cursortheme="tuxcursor"
 # kcminputrc Mouse cursorSize ''
-kcminputrc_mouse_cursorsize="48"
+kcminputrc_mouse_cursorsize=""
 # kpersonalizerrc General FirstLogin true
 kpersonalizerrc_general_firstlogin="False"
 # ksplashrc KSplash Theme ksplashx-suse

I do not know who is futzing around with this, but it is certainly very annoying.
Comment 1 Lubos Lunak 2006-03-10 09:57:08 UTC
Hmm, let me guess, you modified this file and it gets overwritten now and then? That's because this file is only an autogenerated cache, the real config file for each config value is mentioned in the comment line above.
If that's not the case then the "how to reproduce" section seriously lacks any details.
Comment 2 Forgotten User ZhJd0F0L3x 2006-03-10 12:24:57 UTC
yes - i modified this by hand.

I now did the following:
seife@susi:~/.kde/share/config> diff -U5 /tmp/kcminputrc kcminputrc
--- /tmp/kcminputrc     2006-03-10 13:20:36.000000000 +0100
+++ kcminputrc  2006-03-10 13:20:54.000000000 +0100
@@ -10,5 +10,6 @@

 [Mouse]
 MouseButtonMapping=RightHanded
 ReverseScrollPolarity=false
 cursorTheme=tuxcursor
+cursorsize=48

and will look how it goes; I _think_ i already had this some time ago and it vanished somehow - but this might be due to synchronizing of the $HOME to different machines and such.
Thanks for the hint ;-)