diff options
author | Frederic Crozat <fcrozat@mandriva.com> | 2007-10-01 12:26:35 +0000 |
---|---|---|
committer | Frederic Crozat <fcrozat@mandriva.com> | 2007-10-01 12:26:35 +0000 |
commit | 362918c5d6b332bfc42b8f7ae3d544bf8f5b167b (patch) | |
tree | cdfb5de2232920575a2ff9b9aeff475717c3233b /trunk/dm | |
parent | baf01dea0266bcfd81f1b00286e269e679da0a7d (diff) | |
download | common-data-2008_0_13mdv.tar common-data-2008_0_13mdv.tar.gz common-data-2008_0_13mdv.tar.bz2 common-data-2008_0_13mdv.tar.xz common-data-2008_0_13mdv.zip |
V2008_0_13mdvV2008_0_13mdv
Diffstat (limited to 'trunk/dm')
-rw-r--r-- | trunk/dm/GdmGreeterTheme.desktop | 11 | ||||
-rw-r--r-- | trunk/dm/KdmGreeterTheme.desktop | 11 | ||||
-rw-r--r-- | trunk/dm/disconnect.png | bin | 0 -> 3232 bytes | |||
-rw-r--r-- | trunk/dm/languages.png | bin | 0 -> 2858 bytes | |||
-rw-r--r-- | trunk/dm/mdk-gdm.xml | 197 | ||||
-rw-r--r-- | trunk/dm/mdk-kde.xml | 218 | ||||
-rw-r--r-- | trunk/dm/screenshot.png | bin | 0 -> 27677 bytes | |||
-rw-r--r-- | trunk/dm/sessions.png | bin | 0 -> 3139 bytes | |||
-rw-r--r-- | trunk/dm/system.png | bin | 0 -> 2509 bytes |
9 files changed, 437 insertions, 0 deletions
diff --git a/trunk/dm/GdmGreeterTheme.desktop b/trunk/dm/GdmGreeterTheme.desktop new file mode 100644 index 0000000..1ed5770 --- /dev/null +++ b/trunk/dm/GdmGreeterTheme.desktop @@ -0,0 +1,11 @@ +# This is not really a .desktop file like the rest, but it's useful to treat +# it as such + +[GdmGreeterTheme] +Encoding=UTF-8 +Greeter=mdk-gdm.xml +Name=Mandriva Linux +Description=Mandriva Linux theme +Author=Mandriva graphic team +Copyright=(c) 2002-2007 Mandriva +Screenshot=screenshot.png diff --git a/trunk/dm/KdmGreeterTheme.desktop b/trunk/dm/KdmGreeterTheme.desktop new file mode 100644 index 0000000..bdbeb80 --- /dev/null +++ b/trunk/dm/KdmGreeterTheme.desktop @@ -0,0 +1,11 @@ +# This is not really a .desktop file like the rest, but it's useful to treat +# it as such + +[GdmGreeterTheme] +Encoding=UTF-8 +Greeter=mdk-kde.xml +Name=Mandriva Linux +Description=Mandriva Linux theme +Author=Mandriva graphic team +Copyright=(c) 2002-2007 Mandriva +Screenshot=screenshot.png diff --git a/trunk/dm/disconnect.png b/trunk/dm/disconnect.png Binary files differnew file mode 100644 index 0000000..ecb9949 --- /dev/null +++ b/trunk/dm/disconnect.png diff --git a/trunk/dm/languages.png b/trunk/dm/languages.png Binary files differnew file mode 100644 index 0000000..a315334 --- /dev/null +++ b/trunk/dm/languages.png diff --git a/trunk/dm/mdk-gdm.xml b/trunk/dm/mdk-gdm.xml new file mode 100644 index 0000000..b6ed4ec --- /dev/null +++ b/trunk/dm/mdk-gdm.xml @@ -0,0 +1,197 @@ +<?xml version="1.0"?> +<!DOCTYPE greeter SYSTEM "greeter.dtd"> +<greeter> + <item type="pixmap" background="true"> + <normal file="/usr/share/mdk/backgrounds/default.png"/> + <pos x="0" y="0" width="100%" height="100%"/> + </item> + + <!-- START BAR --> + + <item type="rect"> + <pos x="0" y="92%" width="100%" height="8%"/> + <fixed> + <item type="rect"> + <normal color="#ffffff" alpha="0.2" /> + <pos x="0" y="4" width="100%" height="100%"/> + <box orientation="horizontal" > + + <!-- LANGUAGE BUTTON --> + <item type="rect" id="language_button" button="true"> + <normal color="#ffffff" alpha="0" /> + <pos y="50%" anchor="w" width="box" height="box"/> + <box orientation="horizontal" spacing="10" xpadding="10"> + <item type="pixmap"> + <normal file="languages.png" tint="#dddddd"/> + <prelight file="languages.png"/> + <active file="languages.png" tint="#b8bcdb"/> + <pos y="50%" anchor="w"/> + </item> + <item type="label"> + <normal color="#FFFFFF" font="Sans 14"/> + <prelight color="#BBBBBB" font="Sans 14"/> + <active color="#0d2d84" font="Sans 14"/> + <pos y="50%" anchor="w"/> + <!-- Stock label for: _Language --> + <stock type="language"/> + </item> + </box> + </item> + + <item type="rect" id="session_button" button="true"> + <normal color="#ffffff" alpha="0" /> + <pos y="50%" anchor="w" width="box" height="box"/> + <box orientation="horizontal" spacing="10" xpadding="10"> + <item type="pixmap"> + <normal file="sessions.png" tint="#dddddd"/> + <prelight file="sessions.png"/> + <active file="sessions.png" tint="#b8bcdb"/> + <pos y="50%" anchor="w"/> + </item> + <item type="label"> + <normal color="#FFFFFF" font="Sans 14"/> + <prelight color="#BBBBBB" font="Sans 14"/> + <active color="#0d2d84" font="Sans 14"/> + <pos y="50%" anchor="w"/> + <!-- Stock label for: _Session --> + <stock type="session"/> + </item> + </box> + </item> + <item type="rect" id="system_button" button="true"> + <normal color="#ffffff" alpha="0" /> + <show modes="console" type="system"/> + <pos y="50%" anchor="w" width="box" height="box"/> + <box orientation="horizontal" spacing="10" xpadding="10"> + <item type="pixmap"> + <normal file="system.png" tint="#dddddd"/> + <prelight file="system.png"/> + <active file="system.png" tint="#b8bcdb"/> + <pos y="50%" anchor="w"/> + </item> + <item type="label"> + <normal color="#FFFFFF" font="Sans 14"/> + <prelight color="#BBBBBB" font="Sans 14"/> + <active color="#0d2d84" font="Sans 14"/> + <pos y="50%" anchor="w"/> + <!-- Stock label for: _Actions --> + <stock type="system"/> + </item> + </box> + </item> + <item type="rect" id="disconnect_button" button="true"> + <normal color="#ffffff" alpha="0" /> + <show modes="flexi,remote"/> + <pos y="50%" anchor="w" width="box" height="box"/> + <box orientation="horizontal" spacing="10" xpadding="10"> + <item type="pixmap"> + <normal file="disconnect.png" tint="#dddddd"/> + <prelight file="disconnect.png"/> + <active file="disconnect.png" tint="#b8bcdb"/> + <pos y="50%" anchor="w"/> + </item> + <item type="label"> + <normal color="#FFFFFF" font="Sans 14"/> + <prelight color="#BBBBBB" font="Sans 14"/> + <active color="#0d2d84" font="Sans 14"/> + <pos y="50%" anchor="w"/> + <!-- Stock label for: D_isconnect --> + <stock type="disconnect"/> + <show modes="remote"/> + </item> + <item type="label"> + <normal color="#FFFFFF" font="Sans 14"/> + <prelight color="#BBBBBB" font="Sans 14"/> + <active color="#0d2d84" font="Sans 14"/> + <pos y="50%" anchor="w"/> + <!-- Stock label for: _Quit --> + <stock type="quit"/> + <show modes="flexi"/> + </item> + </box> + </item> + </box> +</item> + +<!-- START CLOCK --> + <item type="label" id="clock"> + <normal color="#FFFFFF" font="Sans 14"/> + <pos x="99%" y="55%" anchor="e"/> + <text>%c</text> + </item> + </fixed> + </item> +<!-- END CLOCK --> + + <!-- END BAR --> + + <item type="rect" id="caps-lock-warning"> + <normal color="#ffffff" alpha="0.0"/> + <pos anchor="c" x="50%" y="60%" width="box" height="box"/> + <box orientation="vertical" min-width="400" xpadding="10" ypadding="5" spacing="0"> + <item type="label"> + <normal color="#FFFFFF" font="Sans 14"/> + <pos x="50%" anchor="n"/> + <!-- Stock label for: You've got capslock on! --> + <stock type="caps-lock-warning"/> + </item> + </box> + </item> + + <item type="rect"> + <show type="timed"/> + <normal color="#ffffff" alpha="0"/> + <pos anchor="c" x="50%" y="70%" width="box" height="box"/> + <box orientation="vertical" min-width="400" xpadding="10" ypadding="5" spacing="0"> + <item type="label" id="timed-label"> + <normal color="#000000" font="Sans 14"/> + <pos x="50%" anchor="n"/> + <!-- Stock label for: User %s will login in %d seconds --> + <stock type="timed-label"/> + </item> + </box> + </item> + + <!-- HERE START THE CENTER LOGIN LAYOUT --> + + <item type="rect"> + <normal color="#ffffff" alpha="0"/> + <pos anchor="c" x="50%" y="40%" width="box" height="box"/> + <box orientation="vertical" min-width="350" xpadding="30" ypadding="30" spacing="10"> + <!-- WELCOME LABEL --> + <!-- + <item type="label"> + <pos anchor="n" x="50%"/> + <normal color="#FFFFFF" font="Sans 18"/> + <stock type="welcome-label"/> +</item> --> + <item type="label" id="pam-prompt"> + <pos anchor="nw" x="10%" /> + <normal color="#FFFFFF" font="Sans 14"/> + <!-- Stock label for: Username: --> + <stock type="username-label"/> + </item> + <item type="rect"> + <normal color="#FFFFFF"/> + <pos anchor="n" x="50%" height="24" width="80%"/> + <fixed> + <item type="entry" id="user-pw-entry"> + <pos anchor="nw" x="1" y="1" height="-2" width="-2"/> + </item> + </fixed> + </item> + <item type="label" id="pam-message"> + <pos anchor="n" x="50%"/> + <normal color="#FFFFFF" font="Sans 12"/> + <text></text> + </item> + </box> + <fixed> + <item type="label" id="pam-error"> + <pos anchor="n" x="50%" y="110%"/> + <normal color="#ffffff" font="Sans 14"/> + <text></text> + </item> + </fixed> + </item> +</greeter> diff --git a/trunk/dm/mdk-kde.xml b/trunk/dm/mdk-kde.xml new file mode 100644 index 0000000..62a3bb8 --- /dev/null +++ b/trunk/dm/mdk-kde.xml @@ -0,0 +1,218 @@ +<?xml version="1.0"?> +<!DOCTYPE greeter SYSTEM "greeter.dtd"> +<greeter> + <item type="pixmap"> + <normal file="/usr/share/mdk/backgrounds/default.png"/> + <pos x="0" y="0" width="100%" height="100%"/> + </item> + + <!-- START BAR --> + + <item type="rect"> + <pos x="0" y="92%" width="100%" height="8%"/> + <fixed> + <item type="rect"> + <normal color="#ffffff" alpha="0.2" /> + <pos x="0" y="4" width="100%" height="100%"/> + <box orientation="horizontal" > + + <!-- LANGUAGE BUTTON + <item type="rect" id="language_button" button="true"> + <normal color="#ffffff"/> + <pos y="50%" anchor="w" width="box" height="box"/> + <box orientation="horizontal" spacing="10" xpadding="10"> + <item type="pixmap"> + <normal file="languages.png" tint="#dddddd"/> + <prelight file="languages.png"/> + <active file="languages.png" tint="#b8bcdb"/> + <pos y="50%" anchor="w"/> + </item> + <item type="label"> + <normal color="#FFFFFF" font="Sans 11"/> + <prelight color="#BBBBBB" font="Sans 11"/> + <active color="#0d2d84" font="Sans 11"/> + <pos y="50%" anchor="w"/> + <stock type="language"/> + </item> + </box> + </item> + END LANGUAGE BUTTON --> + + <item type="rect" id="session_button" button="true"> + <normal color="#ffffff" alpha="0" /> + <pos y="50%" anchor="w" width="box" height="box"/> + <box orientation="horizontal" spacing="10" xpadding="10"> + <item type="pixmap"> + <normal file="sessions.png" tint="#dddddd"/> + <prelight file="sessions.png"/> + <active file="sessions.png" tint="#b8bcdb"/> + <pos y="50%" anchor="w"/> + </item> + <item type="label"> + <normal color="#FFFFFF" font="Sans 11"/> + <prelight color="#BBBBBB" font="Sans 11"/> + <active color="#0d2d84" font="Sans 11"/> + <pos y="50%" anchor="w"/> + <!-- Stock label for: _Session --> + <stock type="session"/> + </item> + </box> + </item> + <item type="rect" id="system_button" button="true"> + <normal color="#ffffff" alpha="0" /> + <show modes="console" type="system"/> + <pos y="50%" anchor="w" width="box" height="box"/> + <box orientation="horizontal" spacing="10" xpadding="10"> + <item type="pixmap"> + <normal file="system.png" tint="#dddddd"/> + <prelight file="system.png"/> + <active file="system.png" tint="#b8bcdb"/> + <pos y="50%" anchor="w"/> + </item> + <item type="label"> + <normal color="#FFFFFF" font="Sans 11"/> + <prelight color="#BBBBBB" font="Sans 11"/> + <active color="#0d2d84" font="Sans 11"/> + <pos y="50%" anchor="w"/> + <!-- Stock label for: _Actions --> + <stock type="system"/> + </item> + </box> + </item> + <item type="rect" id="disconnect_button" button="true"> + <normal color="#ffffff" alpha="0" /> + <show modes="flexi,remote"/> + <pos y="50%" anchor="w" width="box" height="box"/> + <box orientation="horizontal" spacing="10" xpadding="10"> + <item type="pixmap"> + <normal file="disconnect.png" tint="#dddddd"/> + <prelight file="disconnect.png"/> + <active file="disconnect.png" tint="#b8bcdb"/> + <pos y="50%" anchor="w"/> + </item> + <item type="label"> + <normal color="#FFFFFF" font="Sans 11"/> + <prelight color="#BBBBBB" font="Sans 11"/> + <active color="#0d2d84" font="Sans 11"/> + <pos y="50%" anchor="w"/> + <!-- Stock label for: D_isconnect --> + <stock type="disconnect"/> + <show modes="remote"/> + </item> + <item type="label"> + <normal color="#FFFFFF" font="Sans 11"/> + <prelight color="#BBBBBB" font="Sans 11"/> + <active color="#0d2d84" font="Sans 11"/> + <pos y="50%" anchor="w"/> + <!-- Stock label for: _Quit --> + <stock type="quit"/> + <show modes="flexi"/> + </item> + </box> + </item> + </box> +</item> + +<!-- START CLOCK --> + <item type="label" id="clock"> + <normal color="#FFFFFF" font="Sans 11"/> + <pos x="99%" y="55%" anchor="e"/> + <text>%c</text> + </item> + </fixed> + </item> +<!-- END CLOCK --> + + <!-- END BAR --> + + <item type="rect" id="caps-lock-warning"> + <normal color="#ffffff" alpha="0.0"/> + <pos anchor="c" x="50%" y="60%" width="box" height="box"/> + <box orientation="vertical" min-width="400" xpadding="10" ypadding="5" spacing="0"> + <item type="label"> + <normal color="#FFFFFF" font="Sans 11"/> + <pos x="50%" anchor="n"/> + <!-- Stock label for: You've got capslock on! --> + <stock type="caps-lock-warning"/> + </item> + </box> + </item> + + <item type="rect"> + <show type="timed"/> + <normal color="#ffffff" alpha="0"/> + <pos anchor="c" x="50%" y="70%" width="box" height="box"/> + <box orientation="vertical" min-width="400" xpadding="10" ypadding="5" spacing="0"> + <item type="label" id="timed-label"> + <normal color="#000000" font="Sans 11"/> + <pos x="50%" anchor="n"/> + <!-- Stock label for: User %s will login in %d seconds --> + <stock type="timed-label"/> + </item> + </box> + </item> + + <!-- HERE START THE CENTER LOGIN LAYOUT --> + + <item type="rect"> + <normal color="#ffffff" alpha="0"/> + <pos anchor="c" x="50%" y="40%" width="box" height="box"/> + <box orientation="vertical" min-width="150" xpadding="5" ypadding="5" spacing="2"> + <!-- WELCOME LABEL --> + <!-- + <item type="label"> + <pos anchor="n" x="50%"/> + <normal color="#FFFFFF" font="Sans 18"/> + <stock type="welcome-label"/> +</item> +\--> + + + <!-- USER ENTRIES --> + <item type="rect" id="talker"> + <normal color="#FFFFFF" alpha="0" font="Sans 12"/> + <pos anchor="n" x="50%" width="box" height="box"/> + + <box orientation="horizontal" xpadding="0" ypadding="0" spacing="0"> + <item type="rect"> + <normal color="#FF8080" alpha="0.0"/> + <pos anchor="w" y="50%" width="box" height="box"/> + <box orientation="vertical" xpadding="0" ypadding="0" spacing="14"> + <item type="label"> + <pos anchor="ne" x="100%"/> + <normal color="#FFFFFF" font="Sans 14"/> + <!-- Stock label for: Username: --> + <stock type="username-label"/> + </item> + <item type="label"> + <pos anchor="ne" x="100%"/> + <normal color="#FFFFFF" font="Sans 14"/> + <!-- Stock label for: Password: --> + <stock type="password-label"/> + </item> + </box> + </item> + <item type="rect"> + <normal color="#FF80FF" alpha="0.0"/> + <pos anchor="w" y="50%" width="box" height="box"/> + <box orientation="vertical" xpadding="15" ypadding="0" spacing="10"> + <item type="entry" id="user-entry"> + <pos anchor="n" x="50%" height="24" width="150"/> + </item> + <item type="entry" id="pw-entry"> + <pos anchor="n" x="50%" height="24" width="150"/> + </item> + </box> + </item> + </box> + </item> + </box> + <fixed> + <item type="label" id="pam-error"> + <pos anchor="n" x="50%" y="110%"/> + <normal color="#ffffff" font="Sans 11"/> + <text></text> + </item> + </fixed> + </item> +</greeter> diff --git a/trunk/dm/screenshot.png b/trunk/dm/screenshot.png Binary files differnew file mode 100644 index 0000000..a921894 --- /dev/null +++ b/trunk/dm/screenshot.png diff --git a/trunk/dm/sessions.png b/trunk/dm/sessions.png Binary files differnew file mode 100644 index 0000000..6789346 --- /dev/null +++ b/trunk/dm/sessions.png diff --git a/trunk/dm/system.png b/trunk/dm/system.png Binary files differnew file mode 100644 index 0000000..214697a --- /dev/null +++ b/trunk/dm/system.png |