On 2017-08-25 16:48:10 Felix Miata wrote:
grep -B2 -A6 eme=false kdmrc
Very strange; here's what I get:
$ grep -B2 -A6 eme=false /opt/kde3/share/config/kdm/kdmrc @17:01:18,root@pinto ~ $
I've attached my kdmrc file for your review.
I did find some references to background files in /opt/kde3/share/config/kdm/backgroundrc, and maybe one of these is being displayed, though it looks like they're turned off.
@17:01:18,root@pinto ~ $ cat /opt/kde3/share/config/kdm/backgroundrc [Desktop0] BackgroundMode=Flat BlendBalance=100 BlendMode=NoBlending ChangeInterval=60 Color1=0,100,0 Color2=192,192,192 CurrentWallpaperName= LastChange=0 MinOptimizationDepth=1 MultiWallpaperMode=NoMulti Pattern[$e]=fish Program= ReverseBlending=false UseSHM=false Wallpaper[$e]=default_blue.jpg WallpaperList= WallpaperMode=NoWallpaper
I don't understand the significance of [$e] in those file references?
Leslie
Leslie Turriff composed on 2017-08-25 17:11 (UTC-0500):
Felix Miata wrote:
grep -B2 -A6 eme=false kdmrc
Very strange; here's what I get:
$ grep -B2 -A6 eme=false /opt/kde3/share/config/kdm/kdmrc @17:01:18,root@pinto....
First of all, grep for UseTheme= or heme= would be required, because false is not a default for UseTheme=. You should have found UseTheme=true - if you had had a backup of the original kdmrc to work with. From the kdmrc shipped in the rpm, YaST strips out most (all?) non-default lines not beginning with [. In mine, which YaST hasn't touched, UseTheme is on line 462 of 605. Likely putting UseTheme=false under [X-:0-Core] will get what you want.
On 2017-08-25 17:43:43 Felix Miata wrote:
Leslie Turriff composed on 2017-08-25 17:11 (UTC-0500):
Felix Miata wrote:
grep -B2 -A6 eme=false kdmrc
Very strange; here's what I get:
$ grep -B2 -A6 eme=false /opt/kde3/share/config/kdm/kdmrc @17:01:18,root@pinto....
First of all, grep for UseTheme= or heme= would be required, because false is not a default for UseTheme=. You should have found UseTheme=true - if you had had a backup of the original kdmrc to work with. From the kdmrc shipped in the rpm, YaST strips out most (all?) non-default lines not beginning with [. In mine, which YaST hasn't touched, UseTheme is on line 462 of 605. Likely putting UseTheme=false under [X-:0-Core] will get what you want.
Aha! I should have looked in kdmrc.bak, it seems. I find #UseTheme=true there, in [X-*-Greeter]. I'll copy that over. (Thank you, YaST, for making this obscure.)
And thank you, Felix.
Leslie