Lubuntu's Artwork
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
Go to file
Aaron Rainbolt 465c14b1b9
Add final branding for Noble.
2 months ago
debian Add final branding for Noble. 2 months ago
src Add final branding for Noble. 2 months ago
tools Fix generate_missing_icons.py with recent GTK 8 years ago
.gitignore BAD DEBIAN/FILES! 6 years ago
.travis.yml Add .travis.yml for autobuild support 6 years ago
COPYING Initial commit 15 years ago
Makefile Merge lubuntu-artwork 0.57 8 years ago
README.md Added lubuntu-grub-theme 5 years ago

README.md

Organisation of the source

==========================

This branch contains all the theme of Lubuntu. A prefix with 4 digits is used to identify the release of each items, each current items which don't have digits. After each release, all items are copied with the digits.

When it's possible, symlink are used to link current item, with the last one with a digit. Example : For the logout banner, the default file is usr/share/lubuntu/images/logout-banner.png but for 12.04 release, it's just a link to the file usr/share/lubuntu/images/1204-logout-banner.png

Map of the source

=================

Icon theme (unique for all themes) : usr/share/icons/lubuntu GTK & Openbox theme (Lubuntu-default is the current one) : usr/share/themes Wallpapers (lubuntu-default-wallpaper is the current one) : usr/share/lubuntu/wallpapers Logout banner (logout-banner.png is the current one) : usr/share/lubuntu/images Menu button (lubuntu-logo.png is the current one) : usr/share/lubuntu/images Lxpanel background (lubuntu-background.png is the current one) : usr/share/lxpanel/images LXDM theme (Lubuntu is the current one) : usr/share/lxdm/themes

How to propose changes

====================== 1- Branch the main branch, by doing "git branch the_name_your_new_branch" 2- Do your modification, and commit by doing "git commit the_changed_file", and by writing a message explaining your changes. 3- If you need to add a new file, use "git add the_file" before "git commit" 4- You can make any numbers of commit you want. It's even better to have many small commits, than one big commit 5- When it's finish, just push your branch anywhere on launchpad (see https://help.launchpad.net/Code/UploadingABranch)