Skip to main content

Posts

Showing posts with the label change default background rhel 6

change default login background gnome rhel 6

solution : copy your file to /usr/share/backgrounds/default.png then update /usr/share/backgrounds/default.xml # cp /usr/share/backgrounds/default.png /usr/share/backgrounds/default.png.orig # cp ~/Pictures/redhat.png /usr/share/backgrounds/default.png # cp  /usr/share/backgrounds/default.xml  /usr/share/backgrounds/default.xml.orig # vi /usr/share/backgrounds/default.xml <background>     <starttime>             <year>2010</year>             <month>03</month>             <day>01</day>             <hour>07</hour>             <minute>00</minute>             <second>00</second>     </starttime>     <static>     ...