Complete Readme file

This commit is contained in:
Filip Wieladek 2012-09-14 19:23:34 +02:00
parent 2057213990
commit 8a886f1a94
1 changed files with 43 additions and 2 deletions

View File

@ -1,4 +1,45 @@
LightDM-Webkit-MacOSX-Theme
LightDM Webkit MacOSX Theme
===========================
A Theme for Light dm web kit which looks like the Mac OSX lion login
This is a LightDM theme for the Webkit greeter which tries to imitate the look and feel of the Mac OSX lion login screen
Demo:
-------------------------
http://www.youtube.com/watch?v=1Frf3QlZ_gw
Installation Instructions
-------------------------
You will need LightDM as your login manager. On newer versions of Ubuntu this is already the default. Additionally you will require the webkit greeter. This is done by executing the following command in the command line:
<pre>
sudo apt-get install lightdm-webkit-greeter
</pre>
Once the installation finishes, you need to make the webkit greeter the default greeter. This is done by editing the lightdm configuration under:
<pre>
/etc/lightdm/lightdm.conf
</pre>
and changing the greeter-session value to lightdm-webkit-greeter. My lightdm.conf looks like:
[SeatDefaults]
greeter-session=lightdm-webkit-greeter
allow-guest=false
.
The second step is to install the actual theme. This is done by copying the files of this repository into the following location:
<pre>
/usr/share/lightdm-webkit/themes/mac
</pre>
Finally, change the /etc/lightdm/lightdm-webkit-greeter.conf file to contain the following line:
<pre>
webkit-theme=mac
</pre>
Now you can reboot and enjoy the new theme.