Thank you for the tip. I'm a little worried about my personal settings. I see it has an option -def that can be used to restore the default attributes. Also the documentation is limited.
- Pascal
---------- Post added 12th May 2012 at 11:17 AM ---------- Previous post was 11th May 2012 at 11:22 PM ----------
Quote:
Originally Posted by RupertPupkin
You could try using xsetroot, which is part of the xorg-x11-server-utils package.
|
Thanks! This was exactly what I was looking for. Here's what I did : in
https://git.reviewboard.kde.org/r/103055/ I discovered where xsetroot is called by /usr/bin/startkde and changed
Code:
xsetroot -solid "#103D77"
to
Code:
xsetroot -solid "#043824"
.
Talk about a stickler for details.
Thanks for this wonderful forum!
- Pascal
---------- Post added at 12:43 PM ---------- Previous post was at 11:17 AM ----------
Quote:
Originally Posted by Dan
|
Many thanks!! This answers accurately my initial request about changing the login background when no image is selected. The default background, a blueish solid color, is different from the blue color set in startkde that flashes for a few tenths of a sec after starting KDE and before any splash screen is displayed. So, in fact both answers are needed for a smooth transition from the login screen to the KDE desktop, if you select no background image. Note that, with the gnome environment there is no blue flash at login, apparently because no call to xsetroot is performed.
- Pascal