[Guia] Wallpaper como bootsplash e login screen

APLinhares

OpenSource
Para Ubuntu, Debian e derivdos

How to Set your Ubuntu Wallpaper as the bootsplash and login screen background




xsplash-main.jpg


If you have noticed, Ubuntu Karmic comes with a new xsplash that allows you to set custom wallpaper as the background. Not only is it more visually appealing, it is also much easier to customize than the previous usplash.
In this article, we are going to do some thing more interesting – change the bootsplash and login screen concurrently when you change your desktop wallpaper.
Note: this is currently only possible with Ubuntu Karmic 9.10 or distro with xsplash installed.

Installation

First, install the dependencies.
sudo apt-get install imagemagick

Download the wallpaper_daemon.py script from Gnome-Look.org.
Extract the tar file to a suitable location, probably your home folder.
Go to the location where you have extracted the file. Right click on the wallpaper_daemon.py and select Properties. Go to the Permissions tab and check the box “Allow executing file as program”. Click Close.
xsplash-properties.png
Open a terminal and type
/filepath-to-script/wallpaper-daemon.py –-install

Remember to change the filepath-to-script to the actual filepath.
This will backup your existing xsplash screen and run the daemon.
Now change your desktop wallpaper (System -> Preferences -> Appearance -> Background)
xsplash-change-wallpaper.jpg
Open a new terminal (do not close the previous one) and type:
sudo xsplash

You should see a preview of your new bootsplash. Press “ESC” to return to the desktop.
Go to Startup Application (System -> Preferences -> Startup Applications)
Click Add
Enter the command as below:
Name: Wallpaper Daemon
Command: /filepath-to-script/wallpaper_daemon.py
Remember to change the filepath-to-script to the actual filepath
Click Close.
Close all windows and restart your computer. You should now see your favorite desktop wallpaper as the bootsplash and login screen.
Screenshots

Desktop wallpaper
xsplash-desktop.jpg
Bootsplash screen
xsplash-boot.jpg
Login screen
xsplash-login.jpg
Wallpaper Changer

If you are using wallpaper changer app like Wally or Desktop Drape, they will work with the wallpaper_daemon script as well. Whenever the desktop wallpaper changes, the xsplash and login screen will change as well.
Uninstall

If you feel that the wallpaper_daemon script is taking up too much resources, or you are tired of such fancy stuff, here are the steps to uninstall it.
Go to Startup Application, delete the wallpaper_daemon entry that you have entered earlier.
Open up your Nautilus file manager and navigate to /usr/share/images/xsplash and look for this file backup.xxxxxxx where the xxx represents a string of number. Copy down the name of this file.
xsplash-backup.png
Open up a terminal,
sudo tar -C / -xf /usr/share/images/xsplash/backup.xxxxx

Note: Replace the backup.xxxx with the actual name of the backup file.
This will restore the default xsplash screen.
That’s it. You may also want to delete the wallpaper_daemon.py script from your computer, but that is purely optional.
Fonte
 
Back
Topo