Bug 156648 - something is trashing my startupconfig
Summary: something is trashing my startupconfig
Status: RESOLVED INVALID
Alias: None
Product: SUSE Linux 10.1
Classification: openSUSE
Component: KDE (show other bugs)
Version: Beta 7
Hardware: Other Other
: P5 - None : Normal (vote)
Target Milestone: ---
Assignee: Lubos Lunak
QA Contact: E-mail List
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 140732
  Show dependency treegraph
 
Reported: 2006-03-09 19:03 UTC by Forgotten User ZhJd0F0L3x
Modified: 2006-03-10 12:24 UTC (History)
0 users

See Also:
Found By: Component Test
Services Priority:
Business Priority:
Blocker: ---
Marketing QA Status: ---
IT Deployment: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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 ;-)