source: trunk/debathena/config/gdm-config/debathena/debathena.xml @ 24121

Revision 24121, 4.9 KB checked in by broder, 15 years ago (diff)
In gdm-config: [ Geoffrey Thomas ] [ Evan Broder ] * Move the pam-message field back into the login box, so that the new missing network connection message shows up. In pam-config: * Un-word-wrap the missing network connection message, beacuse gdm includes the carriage return, and it looks weird.
Line 
1<?xml version="1.0" encoding="UTF-8"?>
2<!DOCTYPE greeter SYSTEM "greeter.dtd">
3<greeter>
4
5  <!-- The background -->
6  <item type="pixmap">
7    <normal file="marble-512x512.png" />
8    <pos x="0" y="0" width="100%" height="100%" anchor="nw" />
9  </item>
10
11  <!-- Bottom bar -->
12  <item type="rect">
13    <normal color="#000000"/>
14    <pos x="0" y="100%" width="100%" height="60" anchor="sw"/>
15    <fixed>
16      <!-- The black border of the bottom bar -->
17      <item type="rect" background="true">
18        <normal color="#ffffff"/>
19        <pos x="0" y="5" width="100%" height="100%"/>
20        <!-- A box containing the session and action buttons -->
21        <box spacing="10" xpadding="10" ypadding="0" orientation="horizontal">
22          <item type="rect" id="session_button" button="true">
23            <pos x="0" y="13" anchor="nw" width="100" height="30"/>
24            <fixed>
25              <item type="pixmap">
26                <pos x="50%" y="50%" anchor="c"/>
27                <normal file="btn-normal.svg"/>
28                <prelight file="btn-prelight.svg"/>
29                <active file="btn-active.svg"/>
30              </item>
31              <item type="label">
32                <normal font="Sans 11" color="#000000"/>
33                <pos x="50%" y="50%" anchor="c"/>
34                <stock type="session"/>
35              </item>
36            </fixed>
37          </item>
38          <item type="rect" id="options_button" button="true">
39            <pos x="0" y="13" anchor="nw" width="100" height="30" />
40            <fixed>
41              <item type="pixmap">
42                <pos x="50%" y="50%" anchor="c"/>
43                <normal file="btn-normal.svg"/>
44                <prelight file="btn-prelight.svg"/>
45                <active file="btn-active.svg"/>
46              </item>
47              <item type="label">
48                <normal font="Sans 11" color="#000000"/>
49                <pos x="50%" y="50%" anchor="c"/>
50                <stock type="system"/>
51              </item>
52            </fixed>
53          </item>
54        </box>
55      </item>
56      <!-- The clock, metapackage level, and distribution -->
57      <item type="label" id="clock">
58        <normal color="#000000" font="Trebuchet MS 10" />
59        <pos x="-10" y="10" anchor="ne" />
60        <text>%c</text>
61      </item>
62      <item type="pixmap">
63        <normal file="metapackage.svg" />
64        <pos x="-10" y="50%" anchor="e" />
65      </item>
66      <item type="pixmap">
67        <normal file="distro.svg" />
68        <pos x="-10" y="-10" anchor="se" />
69      </item>
70      <!-- The caps-lock icon -->
71      <item type="pixmap" id="caps-lock-warning">
72        <pos x="80%" y="50%" anchor="c" />
73        <normal file="capslock.png" />
74      </item>
75      <!-- The sipb and isnt logos -->
76      <item type="pixmap">
77        <normal file="bottomlogo.png" />
78        <pos x="50%" y="55%" anchor="c" />
79      </item>
80    </fixed>
81  </item>
82  <!-- The owl icon -->
83  <item type="pixmap">
84    <normal file="owl-glow.png" />
85    <pos x="50%" y="5%" anchor="n" />
86  </item>
87  <!-- The background for the login box -->
88  <item type="pixmap">
89    <normal file="loginbox.png" />
90    <pos x="50%" y="45%" anchor="c" width="500" height="380" />
91  </item>
92  <!-- An invisible rectangle for the login box -->
93  <item type="rect">
94    <normal color="#000000" alpha="0.0" />
95    <pos anchor="c" x="50%" y="46%" width="400" height="280" />
96    <box orientation="vertical" padding="5" spacing="10" homogenous="false">
97      <!-- Welcome -->
98      <item type="label" id="title">
99        <normal color="#993333" font="Trebuchet MS Bold 20" />
100        <pos anchor="c" x="50%" y="50%"/>
101        <text>Welcome to Athena</text>
102      </item>
103      <!-- Hostname -->
104      <item type="label">
105        <normal color="#993333" font="Trebuchet MS Bold 14" />
106        <pos anchor="n" x="50%" />
107        <text>%h</text>
108      </item>
109      <!-- Timed login (we don't use this) -->
110      <item type="label" id="timed-label">
111        <normal color="#000000" font="Trebuchet MS 12" />
112        <pos anchor="n" x="50%" />
113        <stock type="timed-label"/>
114        <show type="timed" />
115      </item>
116      <!-- Spacer (empty label) shown in console (normal) mode -->
117      <item type="label">
118        <normal color="#000000" font="Trebuchet MS 12" />
119        <pos anchor="n" x="50%" />
120        <show type="console" />
121        <text></text>
122      </item>
123      <!-- PAM prompt -->
124      <!-- text tag is ignored, but set here because gdmthemetester
125           is broken -->
126      <item type="label" id="pam-prompt">
127        <pos anchor="n" x="50%" />
128        <normal color="#000000" font="Trebuchet MS 12" />
129        <text>Username:</text>
130      </item>
131      <!-- black border around username field -->
132      <item type="rect">
133        <normal color="#000000" />
134        <pos anchor="n" x="50%" height="30" width="60%"/>
135        <fixed>
136          <!-- username field -->
137          <item type="entry" id="user-pw-entry">
138            <normal color="#000000" font="Trebuchet MS Bold 12" />
139            <pos anchor="nw" x="2" y="2" height="-4" width="-4" />
140          </item>
141        </fixed>
142      </item>
143      <!-- pam message (eg: checkout your network) -->
144      <item type="label" id="pam-message">
145        <pos x="50%" anchor="n" />
146        <normal color="#000000" font="Trebuchet MS 10" />
147        <text></text>
148      </item>
149      <!-- PAM error text (ie: username/passsword incorret -->
150      <item type="label" id="pam-error">
151        <pos anchor="n" x="50%" />
152        <normal color="#ff0000" font="Trebuchet MS 10" />
153        <text></text>
154      </item>
155    </box>
156  </item>
157</greeter>
Note: See TracBrowser for help on using the repository browser.