Summary: Removed post and pre installation scripts and associated files. Modified installation file accordingly. This just updates the theme. After this, user will have to manually add /boot/grub/themes/lubuntu-grub-theme/theme.txt to GRUB_THEME in /etc/default/grub and then run grub-update to actually see the theme in effect. Test Plan: For this diff, test case is rather simple. Just install lubuntu-grub-theme and make changes to /etc/default/grub as shown in summary. Run grub-update. That's it. Important part lies after this diff lands. lubuntu-grub-theme should be added to rSEED and rLUBUNTUMETAPACKAGING. Once both of them are landed, The new iso created should install the theme by default during installation of grub. Now, Ideally it shouldn't. (According to grub's manual) But looking at theme from mate, I can say it will. Spoiler alert: If it does, then we have a bug in grub. Reviewers: wxl, tsimonq2, kc2bez Reviewed By: kc2bez Subscribers: apt-ghetto Tags: #development_team Differential Revision: https://phab.lubuntu.me/D60
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)