My first attempt at hacking on an sddm theme - nothing fancy, but I wanted to
have image buttons for the actions (instead of the text buttons) and to avoid
the keyboard selection box which gave me nothing but trouble.  I also wanted
to be able to suspend the session from the greeter.


This theme is based on the maldives theme from the
Simple Desktop Display Manager distribution and licensed accordingly
 (see Main.qml)

The documentation for the maldives theme noted:

chevron icons are extracted from Font Awesome by Dave Gandy -
http://fortawesome.github.com/Font-Awesome.

rectangle.png is from KDM ariya theme.

QML files contain license headers.


The button icons are new, the background photo is mine and licensed under the
Creative Commons Attribution-Share Alike 2.0 UK: England & Wales License
(and you can see that if you use exiftool on the jpeg).


Specific notes for v0.90 :

Tested on (one) sysvinit machine, with mixed results.  The poweroff and reboot
buttons need ConsoleKit and policykit, but I have not yet got them working
reliably (that is, sometimes they do not appear).  The suspend button also needs
upowerd (the old 0.9 version, not 0.99) and pm-utils.

If you try this and cannot poweroff or suspend, Ctrl-Alt-F2 should take you to
tty2 where root can do the necessary (e.g. 'telinit 3').

For anybody who is new to using a desktop manager - you need a suitable .desktop
file in /usr/share/xsessions/ (and sddm is reported NOT to work if X was
installed somewhere other than /usr).

