[23842] in Source-Commits

home help back first fref pref prev next nref lref last post

/svn/athena r23453 - in trunk/debathena/config/gdm-config-athena10: debathena debian

daemon@ATHENA.MIT.EDU (wdc@MIT.EDU)
Thu Feb 5 20:00:34 2009

Date: Thu, 5 Feb 2009 20:00:07 -0500 (EST)
From: wdc@MIT.EDU
Message-Id: <200902060100.UAA23214@drugstore.mit.edu>
To: source-commits@MIT.EDU
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

Author: wdc
Date: 2009-02-05 20:00:02 -0500 (Thu, 05 Feb 2009)
New Revision: 23453

Added:
   trunk/debathena/config/gdm-config-athena10/debathena/bottomlogo.png
   trunk/debathena/config/gdm-config-athena10/debathena/capslock.png
   trunk/debathena/config/gdm-config-athena10/debathena/loginbox.png
   trunk/debathena/config/gdm-config-athena10/debathena/marble-512x512.png
   trunk/debathena/config/gdm-config-athena10/debathena/owl-glow.png
Removed:
   trunk/debathena/config/gdm-config-athena10/debathena/debathena-owl-100.png
   trunk/debathena/config/gdm-config-athena10/debathena/fuzzball-100.png
Modified:
   trunk/debathena/config/gdm-config-athena10/debathena/GdmGreeterTheme.desktop
   trunk/debathena/config/gdm-config-athena10/debathena/debathena.xml
   trunk/debathena/config/gdm-config-athena10/debathena/screenshot.png
   trunk/debathena/config/gdm-config-athena10/debian/changelog
   trunk/debathena/config/gdm-config-athena10/debian/debathena-gdm-config.install
Log:
Replaces debathena theme with a slightly prettier one.



Modified: trunk/debathena/config/gdm-config-athena10/debathena/GdmGreeterTheme.desktop
===================================================================
--- trunk/debathena/config/gdm-config-athena10/debathena/GdmGreeterTheme.desktop	2009-02-05 23:46:46 UTC (rev 23452)
+++ trunk/debathena/config/gdm-config-athena10/debathena/GdmGreeterTheme.desktop	2009-02-06 01:00:02 UTC (rev 23453)
@@ -1,8 +1,8 @@
 [GdmGreeterTheme]
 Encoding=UTF-8
 Greeter=debathena.xml
-Name=Debathena
-Description=Athena-style login dialog
-Author=Geoffrey Thomas <geofft@mit.edu>
-Copyright=© 2008 SIPB (GPL)
+Name=Athena 10
+Description=Athena 10 GDM theme
+Author=Jonathan Reed <jdreed@mit.edu>
+Copyright=© 2009 MIT
 Screenshot=screenshot.png

Added: trunk/debathena/config/gdm-config-athena10/debathena/bottomlogo.png
===================================================================
(Binary files differ)


Property changes on: trunk/debathena/config/gdm-config-athena10/debathena/bottomlogo.png
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Added: trunk/debathena/config/gdm-config-athena10/debathena/capslock.png
===================================================================
(Binary files differ)


Property changes on: trunk/debathena/config/gdm-config-athena10/debathena/capslock.png
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Deleted: trunk/debathena/config/gdm-config-athena10/debathena/debathena-owl-100.png

Modified: trunk/debathena/config/gdm-config-athena10/debathena/debathena.xml
===================================================================
--- trunk/debathena/config/gdm-config-athena10/debathena/debathena.xml	2009-02-05 23:46:46 UTC (rev 23452)
+++ trunk/debathena/config/gdm-config-athena10/debathena/debathena.xml	2009-02-06 01:00:02 UTC (rev 23453)
@@ -1,134 +1,124 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE greeter SYSTEM "greeter.dtd">
 <greeter>
-  <item type="rect">
-    <normal color="#660022" />
+  <!-- The background -->
+  <item type="pixmap">
+    <normal file="marble-512x512.png" />
     <pos x="0" y="0" width="100%" height="100%" anchor="nw" />
   </item>
+  <!-- Bottom bar -->
   <item type="rect">
-    <normal color="#000000" />
-    <pos anchor="n" x="50%" y="25%" height="box" width="box" />
-    <box xpadding="1" ypadding="1">
-      <item type="rect">
-        <normal color="#FFFFFF" />
-        <pos height="box" width="box" />
-        <box orientation="vertical" spacing="20">
-          <item type="rect">
-            <pos x="50%" y="20" anchor="n" height="box" width="box" />
-            <box orientation="horizontal" spacing="40">
-              <item type="pixmap">
-                <normal file="debathena-owl-100.png" />
-                <pos y="50%" x="20" anchor="w" />
-              </item>
-              <item type="rect">
-                <pos y="50%" anchor="w" height="box" width="box" />
-                <box orientation="vertical" spacing="10">
-                  <item type="label">
-                    <normal color="#d70751" font="Trebuchet MS Bold 24" />
-                    <pos anchor="n" x="50%" />
-                    <text>Welcome to Athena 10</text>
-                  </item>
-                  <item type="label">
-                    <pos anchor="n" x="50%" />
-                    <normal color="#000000" font="Trebuchet MS 14" />
-                    <text>%h</text>
-                  </item>
-                  <item type="label" id="clock">
-                    <normal color="#000000" font="Trebuchet MS 12" />
-                    <pos anchor="n" x="50%" />
-                    <text>%c</text>
-                  </item>
-                    </box>
-              </item>
-              <item type="pixmap">
-                <normal file="fuzzball-100.png" />
-                <pos y="50%" x="-20" anchor="e" />
-              </item>
-            </box>
+    <normal color="#000000"/>
+    <pos x="0" y="-60" width="100%" height="60"/>
+    <fixed>
+      <!-- The black border of the bottom bar -->
+      <item type="rect" background="true"> 
+        <normal color="#ffffff"/>
+        <pos x="0" y="5" width="100%" height="100%"/>
+	<!-- A box containing the session and action buttons -->
+        <box orientation="horizontal" spacing="10" xpadding="10" ypadding="0">
+          <item type="button" id="session_button">
+            <pos y="50%" anchor="w" height="30" width="100"/>
+	    <stock type="session"/>
           </item>
-          <item type="label" id="pam-prompt">
-            <pos anchor="n" x="50%" />
-            <normal color="#000000" font="Trebuchet MS 12" />
-            <text></text>
+          <item type="button" id="options_button">
+            <pos y="50%" anchor="w" width="100" height="30" />
+            <stock type="system"/>
           </item>
-          <item type="rect">
-            <normal color="#000000" />
-            <pos anchor="n" x="50%" height="30" width="60%" />
-            <fixed>
-              <item type="entry" id="user-pw-entry">
-                <normal color="#000000" font="Trebuchet MS 14" />
-                <pos anchor="nw" x="2" y="2" height="-4" width="-4" />
-              </item>
-            </fixed>
-          </item>
-          <item type="label" id="caps-lock-warning">
-            <normal color="#000000" font="Trebuchet MS 12" />
-            <pos anchor="n" x="50%" />
-            <stock type="caps-lock-warning" />
-          </item>
-          <item type="label" id="pam-error">
-            <pos anchor="n" x="50%" />
-            <normal color="#000000" font="Trebuchet MS 12" />
-            <text></text>
-          </item>
-          <item type="label" id="timed-label">
-            <pos anchor="n" x="50%" />
-            <normal color="#000000" font="Trebuchet MS 12" />
-            <stock type="timed-label" />
-            <show type="timed" />
-          </item>
-          <item type="rect">
-            <pos anchor="n" x="50%" width="box" height="box" />
-            <box orientation="horizontal" spacing="50">
-              <item type="rect" id="session_button" button="true">
-                <pos anchor="w" width="120" height="36" />
-                <fixed>
-                  <item type="rect">
-                    <pos anchor="c" x="50%" y="50%" width="120" height="36" />
-                    <normal color="#000000" />
-                  </item>
-                  <item type="rect">
-                    <pos anchor="c" x="50%" y="50%" width="118" height="34" />
-                    <normal color="#FFFFFF" />
-                  </item>
-                  <item type="label">
-                    <normal color="#000000" font="Trebuchet MS 12" />
-                    <pos anchor="c" x="50%" y="50%" />
-                    <text>Login Options</text>
-                  </item>
-                </fixed>
-              </item>
-              <item type="rect" id="options_button" button="true">
-                <pos anchor="w" width="120" height="36" />
-                <fixed>
-                  <item type="rect">
-                    <pos anchor="c" x="50%" y="50%" width="120" height="36" />
-                    <normal color="#000000" />
-                  </item>
-                  <item type="rect">
-                    <pos anchor="c" x="50%" y="50%" width="118" height="34" />
-                    <normal color="#FFFFFF" />
-                  </item>
-                  <item type="label">
-                    <normal color="#000000" font="Trebuchet MS 12" />
-                    <pos anchor="c" x="50%" y="50%" />
-                    <text>Other Options</text>
-                  </item>
-                </fixed>
-              </item>
-            </box>
-          </item>
         </box>
       </item>
-     <!--item type="rect" width="0" />
-     </box></item>
-     <item type="rect" height="0" /-->
+      <!-- The clock -->
+      <item type="label" id="clock">
+	<normal color="#000000" font="Trebuchet MS 10" />
+	<pos x="-10" y="50%" anchor="e" />
+	<text>%c</text>
+      </item>
+      <!-- The caps-lock icon -->
+      <item type="pixmap" id="caps-lock-warning">
+	<pos x="80%" y="50%" anchor="c" />
+	<normal file="capslock.png" />
+      </item>
+      <!-- The sipb and isnt logos -->
+      <item type="pixmap">
+	<normal file="bottomlogo.png" />
+	<pos x="50%" y="55%" anchor="c" />
+      </item>
+    </fixed>
+  </item>
+  <!-- The owl icon -->
+  <item type="pixmap">
+    <normal file="owl-glow.png" />
+    <pos x="50%" y="5%" anchor="n" />
+  </item>
+  <!-- The background for the login box -->
+  <item type="pixmap">
+    <normal file="loginbox.png" />
+    <pos x="50%" y="45%" anchor="c" width="500" height="320" />
+  </item>
+  <!-- An invisible rectangle for the login box -->
+  <item type="rect">
+    <normal color="#000000" alpha="0.0" />
+    <pos anchor="c" x="50%" y="46%" width="400" height="220" />
+    <box orientation="vertical" padding="5" spacing="10" homogenous="false">
+      <!-- Welcome -->
+      <item type="label" id="title">
+	<normal color="#993333" font="Trebuchet MS Bold 20" />
+	<pos anchor="c" x="50%" y="50%"/>
+	<text>Welcome to Athena 10</text>
+      </item>
+      <!-- Hostname -->
+      <item type="label">
+	<normal color="#993333" font="Trebuchet MS Bold 14" />
+	<pos anchor="n" x="50%" />
+	<text>%h</text>
+      </item>
+      <!-- Timed login (we don't use this) --> 
+      <item type="label" id="timed-label">
+	<normal color="#000000" font="Trebuchet MS 12" />
+	<pos anchor="n" x="50%" />
+	<stock type="timed-label"/>
+	<show type="timed" />
+      </item>
+      <!-- Spacer (empty label) shown in console (normal) mode -->
+      <item type="label">
+	<normal color="#000000" font="Trebuchet MS 12" />
+	<pos anchor="n" x="50%" />
+	<show type="console" />
+	<text></text>
+      </item>
+      <!-- PAM prompt -->
+      <!-- text tag is ignored, but set here because gdmthemetester
+	   is broken -->
+      <item type="label" id="pam-prompt">
+	<pos anchor="n" x="50%" /> 
+	<normal color="#000000" font="Trebuchet MS 12" />
+	<text>Username:</text>
+      </item>
+      <!-- black border around username field -->
+      <item type="rect">
+	<normal color="#000000" />
+	<pos anchor="n" x="50%" height="30" width="60%"/>
+	<fixed>
+	  <!-- username field -->
+	  <item type="entry" id="user-pw-entry">
+	    <normal color="#000000" font="Trebuchet MS Bold 12" />
+	    <pos anchor="nw" x="2" y="2" height="-4" width="-4" />
+	  </item>
+	</fixed>
+      </item>
+      <!-- PAM error text (ie: username/passsword incorret -->
+      <item type="label" id="pam-error">
+	<pos anchor="n" x="50%" />
+	<normal color="#ff0000" font="Trebuchet MS 10" />
+	<text></text>
+      </item>
     </box>
   </item>
+
 <!-- pam message (hidden, but required) -->
 <item type="label" id="pam-message">
   <pos x="50%" anchor="c" />
-  <normal alpha="0.00"/>
+  <normal alpha="1.00"/>
   <text></text>
 </item>
 </greeter>

Deleted: trunk/debathena/config/gdm-config-athena10/debathena/fuzzball-100.png

Added: trunk/debathena/config/gdm-config-athena10/debathena/loginbox.png
===================================================================
(Binary files differ)


Property changes on: trunk/debathena/config/gdm-config-athena10/debathena/loginbox.png
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Added: trunk/debathena/config/gdm-config-athena10/debathena/marble-512x512.png
===================================================================
(Binary files differ)


Property changes on: trunk/debathena/config/gdm-config-athena10/debathena/marble-512x512.png
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Added: trunk/debathena/config/gdm-config-athena10/debathena/owl-glow.png
===================================================================
(Binary files differ)


Property changes on: trunk/debathena/config/gdm-config-athena10/debathena/owl-glow.png
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Modified: trunk/debathena/config/gdm-config-athena10/debathena/screenshot.png
===================================================================
(Binary files differ)

Modified: trunk/debathena/config/gdm-config-athena10/debian/changelog
===================================================================
--- trunk/debathena/config/gdm-config-athena10/debian/changelog	2009-02-05 23:46:46 UTC (rev 23452)
+++ trunk/debathena/config/gdm-config-athena10/debian/changelog	2009-02-06 01:00:02 UTC (rev 23453)
@@ -1,3 +1,9 @@
+debathena-gdm-config (1.8) unstable; urgency=low
+
+  * Update look of debathena greeter as per jdreed prototype
+
+ -- William D Cattey <wdc@mit.edu>  Thu, 05 Feb 2009 18:51:42 -0500
+
 debathena-gdm-config (1.7) unstable; urgency=low
 
   * Remove DEB_AUTO_UPDATE_DEBIAN_CONTROL.

Modified: trunk/debathena/config/gdm-config-athena10/debian/debathena-gdm-config.install
===================================================================
--- trunk/debathena/config/gdm-config-athena10/debian/debathena-gdm-config.install	2009-02-05 23:46:46 UTC (rev 23452)
+++ trunk/debathena/config/gdm-config-athena10/debian/debathena-gdm-config.install	2009-02-06 01:00:02 UTC (rev 23453)
@@ -1,3 +1,3 @@
 debian/debathena.png usr/share/pixmaps
-debian/default.desktop.desktop usr/share/gdm/BuiltInSessions
+debian/default.desktop.debathena usr/share/gdm/BuiltInSessions
 debathena /usr/share/gdm/themes/


home help back first fref pref prev next nref lref last post