Desktop Backgrounds on RHEL

Where Penguins and Daemons chill together in the warmth of the Sun.

Moderators: SecretSquirrel, notfred

Desktop Backgrounds on RHEL

Postposted on Tue Jun 05, 2012 7:37 pm

So random, but does anyone know how to take the default desktop images off of a machine. I imagine this applies to any GNOME system (though the wallpaper management on RHEL 5.something reminds me a lot more of KDE, and it has a lot of the KDE applications...), but I'd like to get the default wallpaper off so I can use it at home. The RHEL machine is one of my work machines, but I like the wallpaper and can't find it elsewhere.
Lenovo W520 w/ i7-2820QM, 16GiB 1333MHz DDR3 RAM, 120GB Corsair Force III SSD, Quadro 1000M, 1920x1080 LCD, HP w2207 (1680x1050), Windows 8
IBM dx340
Motorola Droid 3
Canon T1i
lonleyppl
Gerbil Team Leader
 
Posts: 260
Joined: Wed Jan 26, 2011 1:59 pm

Re: Desktop Backgrounds on RHEL

Postposted on Tue Jun 05, 2012 7:40 pm

Do you know what the filename is? If so, you can run "find / -name filename" to see where it is on the disk.
Steel
Global Moderator
 
Posts: 2315
Joined: Wed Dec 26, 2001 6:00 pm

Re: Desktop Backgrounds on RHEL

Postposted on Tue Jun 05, 2012 9:06 pm

Not sure about RHEL, but on Ubuntu (with GNOME 2) they're under /usr/share/backgrounds. You've probably got about even odds that RHEL puts them in the same place.
(this space intentionally left blank)
just brew it!
Administrator
 
Posts: 35193
Joined: Tue Aug 20, 2002 9:51 pm
Location: Somewhere, having a beer

Re: Desktop Backgrounds on RHEL

Postposted on Wed Jun 06, 2012 7:48 am

I checked and it is /usr/share/backgrounds.
Flatland_Spider
Gerbil XP
 
Posts: 456
Joined: Mon Sep 13, 2004 7:33 pm
Location: The 918/539

Re: Desktop Backgrounds on RHEL

Postposted on Wed Jun 06, 2012 9:06 am

Oh, and FWIW as Steel pointed out, find is your friend! But you don't even need to know the filename; I found them on my Ubuntu box via:
Code: Select all
cd /usr; find . -name '*.jpg'
(going on the assumption that they were most likely in the /usr hierarchy somewhere, and most likely stored as .jpg files)
(this space intentionally left blank)
just brew it!
Administrator
 
Posts: 35193
Joined: Tue Aug 20, 2002 9:51 pm
Location: Somewhere, having a beer

Re: Desktop Backgrounds on RHEL

Postposted on Wed Jun 06, 2012 12:46 pm

That and locate.

You don't have to change directories; you can search /usr from your current dir.
Code: Select all
find /usr/ -type f -name '*.jpg' -o -name '*.png'


Locate searches a database to find files, which makes it quicker then find, and it's a little more forgiving.
Code: Select all
locate -i *.jpg *.png
Flatland_Spider
Gerbil XP
 
Posts: 456
Joined: Mon Sep 13, 2004 7:33 pm
Location: The 918/539

Re: Desktop Backgrounds on RHEL

Postposted on Wed Jun 06, 2012 4:06 pm

Thanks all. I didn't get a chance to do anything more than a quick run of find while checking email, but I'll definitely try again tomorrow. Also, for those wondering, it's the boats .svg file. I have a nice color gradient behind it and it's tiled across the desktop. Quite nice.
Lenovo W520 w/ i7-2820QM, 16GiB 1333MHz DDR3 RAM, 120GB Corsair Force III SSD, Quadro 1000M, 1920x1080 LCD, HP w2207 (1680x1050), Windows 8
IBM dx340
Motorola Droid 3
Canon T1i
lonleyppl
Gerbil Team Leader
 
Posts: 260
Joined: Wed Jan 26, 2011 1:59 pm


Return to Linux, Unix, and Assorted Madness

Who is online

Users browsing this forum: No registered users and 0 guests