View Single Post
Posts: 2,102 | Thanked: 1,937 times | Joined on Sep 2008 @ Berlin, Germany
#9
Originally Posted by regulus View Post
Interesting. Guess the Alpine mail client did indeed override it when I installed it. So if I get the theme back, the theme will overwrite the client? (frankly I'm just looking for the wallpaper, I'm satisfied with my current theme otherwise)
Download the file to your device extract it to some folder, then copy the image to use as your backgrouund.
Code:
sudo gainroot
apt-get install alpine=1.0.1 -dy
mkdir /home/user/MyDocs/alpine
dpkg -x /var/cache/apt/archives/alpine_1.0.1.deb /home/user/MyDocs/alpine
cp  /home/user/MyDocs/alpine/opt/themes/alpine/backgrounds/wallpaper*.jpg /home/user/MyDocs/alpine
Then clean up
Code:
rm -rf /home/user/MyDocs/alpine/opt
rm /home/user/MyDocs/alpine/wallpaper.jpg
Configure your desktops to use the wallpaper, which you might want to rename to reflect the origin, to not remove them accidentally.
 

The Following User Says Thank You to michaaa62 For This Useful Post: