-
Righteous Dude
Change your Ubuntu splash screen background
There have been a lot of users complaining about the new Ubuntu 9.10 splash screen. First users are complaining that cosmetically it looks unprofessional and tacky. Second, there is no obvious way to configure this splash screen. Ubuntu used to use the Usplash, but with a strong push in 10.04 to reach the 10 second boot time, a big change had to be made in the way X Windows was prioritized. That is where xsplash comes in. But with Xsplash you are pretty much limited to what Ubuntu gives you for a splash screen – or at least you were. Now, with the help of a handy Python script, and a bit of magics, you can use any image to work as your splash screen. To make things even easier, it is possible to change both your wallpaper and your splash screen concurrently.
What you will need for this bit o’ trickery is a working Ubuntu 9.10 using Xsplash (it’s the default, so you won’t have to monkey with that installation), a python script, imagemagick, and a groovy wallpaper to use. That’s it.
The script
The first thing you need to do is download the Python script. This script can be found here. Once you have that tar file downloaded, move it into your home directory and unpack it with the command:
tar xvzf 11498-wallpaper-daemon_1.2.tar.gz
The above command will extract a file called wallpaper-daemon.py. You can leave this file in your home directory if you like. But you do have to make sure it has executable privileges. There are two ways to do this:
A) Issue the command chmod u+x wallpaper-daemon.py
B) Follow these steps:
Open up the Nautilus file manager.
Right click the wallpaper-daemon.py file.
Select Properties.
Click on the Permissions tab.
Make sure the “Allow Executing file as program” check box is checked.
Close the Properties window.
Your script is ready to execute. But before you execute the script, make sure you have ImageMagick installed. Open up a terminal window (you’ll need two of them open anyway) and issue the command:
sudo apt-get install imagemagick
If the application is already installed it will inform you so, otherwise it will install.
Now you are ready to start.
Go to one of your terminal windows and issue the command:
~/wallpaper-daemon.py
This will require your users password, so type it and hit the Enter key.
Figure 1
The next step is to open up the Appearance Preference window to the Background Image tab (see Figure 1). You can do this by right clicking the desktop and selecting Change Background Image. Select a background image to use (you can add a new background image if you don’t like anything listed).
Once you have changed your background go to your other open terminal window and issue the command:
sudo xsplash
What you will see is a representation of your new splash screen, using your selected image. You can hit the <Esc> key to exit out of this.
Make it work
Of course, as it stands, this won’t work when you reboot (or logout). You need to add the wallpaper-daemon.py to the startup applications. Do this by going to the Preferences sub-menu of the System menu and selecting Startup Applications. When the Startup Applications window opens (see Figure 2) click the Add button and fill out the following information:
Name: Wallpaper Daemon
Command: ~/wallpaper-daemon.py
Click the Add button and you’re done. Now when you log out or reboot your machine, you will see your new background as the Splash screen.
Final thoughts
It’s not going to make you a better PC user or make your machine run better. But for those who like to have complete control over the personalization of their computers, this is another step in the right direction. And if you are a business that likes your brand everywhere – this is right up your alley.
http://www.ghacks.net/2010/01/06/change-your-ubuntu-splash-screen-background/
A Guy
Similar Threads
-
Replies: 1
Last Post: 09-06-2011, 05:58 AM
-
By Newbie Comp user in forum Software
Replies: 3
Last Post: 03-16-2010, 02:35 AM
-
By safeguy in forum General Forum
Replies: 9
Last Post: 12-15-2009, 10:58 PM
-
By shan in forum Spyware/Viruses
Replies: 6
Last Post: 08-01-2008, 11:16 PM
-
By bahirzaheri8 in forum General Forum
Replies: 17
Last Post: 12-09-2007, 03:35 AM
All times are GMT +8. The time now is 08:18 AM.