Jebeld17 Asked: 2011-10-25 15:18:34 +0800 CST2011-10-25 15:18:34 +0800 CST 2011-10-25 15:18:34 +0800 CST How do I create a package that contains pictures that copy themselves directly to the "Backgrounds" folder? 772 How do I create a package that contains pictures that copy themselves directly to the "Backgrounds" folder? 11.10 2 Answers Voted Best Answer Anonymous 2011-10-25T15:35:21+08:002011-10-25T15:35:21+08:00 Backgrounds are stored in /usr/share/backgrounds/ There is a packaging guide on: https://wiki.ubuntu.com/PackagingGuide/Basic GTRsdk 2011-12-30T10:23:42+08:002011-12-30T10:23:42+08:00 You might want to take a look at other artwork packages. To do so, use apt-get source PACKAGE Then it should show you how it puts the backgrounds into the backgrounds folder. For example: apt-get source blubuntu-look You will need dpkg-dev installed, but this should hopefully provide you with enough information to get a wallpaper package built.
Backgrounds are stored in
/usr/share/backgrounds/
There is a packaging guide on: https://wiki.ubuntu.com/PackagingGuide/Basic
You might want to take a look at other artwork packages.
To do so, use apt-get source PACKAGE
Then it should show you how it puts the backgrounds into the backgrounds folder.
For example: apt-get source blubuntu-look
You will need dpkg-dev installed, but this should hopefully provide you with enough information to get a wallpaper package built.