Changeset 24121
- Timestamp:
- 10/22/09 15:12:28 (5 weeks ago)
- Location:
- trunk/debathena/config
- Files:
-
- 5 modified
-
gdm-config/debathena/debathena.xml (modified) (3 diffs)
-
gdm-config/debathena/loginbox.png (modified) (previous)
-
gdm-config/debian/changelog (modified) (1 diff)
-
pam-config/debian/changelog (modified) (1 diff)
-
pam-config/debian/issue.net.no_network (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/debathena/config/gdm-config/debathena/debathena.xml
r24025 r24121 88 88 <item type="pixmap"> 89 89 <normal file="loginbox.png" /> 90 <pos x="50%" y="45%" anchor="c" width="500" height="3 20" />90 <pos x="50%" y="45%" anchor="c" width="500" height="380" /> 91 91 </item> 92 92 <!-- An invisible rectangle for the login box --> 93 93 <item type="rect"> 94 94 <normal color="#000000" alpha="0.0" /> 95 <pos anchor="c" x="50%" y="46%" width="400" height="2 20" />95 <pos anchor="c" x="50%" y="46%" width="400" height="280" /> 96 96 <box orientation="vertical" padding="5" spacing="10" homogenous="false"> 97 97 <!-- Welcome --> … … 141 141 </fixed> 142 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> 143 149 <!-- PAM error text (ie: username/passsword incorret --> 144 150 <item type="label" id="pam-error"> … … 149 155 </box> 150 156 </item> 151 152 <!-- pam message (hidden, but required) -->153 <item type="label" id="pam-message">154 <pos x="50%" anchor="c" />155 <normal alpha="1.00"/>156 <text></text>157 </item>158 157 </greeter> -
trunk/debathena/config/gdm-config/debian/changelog
r24063 r24121 1 debathena-gdm-config (1.16) UNRELEASED; urgency=low1 debathena-gdm-config (1.16) unstable; urgency=low 2 2 3 [ Geoffrey Thomas ] 3 4 * Don't make errors in reloading gdm's configuration fatal for 4 5 upgrading the package. 5 6 6 -- Geoffrey Thomas <geofft@mit.edu> Wed, 07 Oct 2009 23:41:50 -0400 7 [ Evan Broder ] 8 * Move the pam-message field back into the login box, so that the new 9 missing network connection message shows up. 10 11 -- Evan Broder <broder@mit.edu> Thu, 22 Oct 2009 15:11:00 -0400 7 12 8 13 debathena-gdm-config (1.15) unstable; urgency=low -
trunk/debathena/config/pam-config/debian/changelog
r24120 r24121 1 debathena-pam-config (1.16.1) unstable; urgency=low 2 3 * Un-word-wrap the missing network connection message, beacuse gdm 4 includes the carriage return, and it looks weird. 5 6 -- Evan Broder <broder@mit.edu> Thu, 22 Oct 2009 15:11:53 -0400 7 1 8 debathena-pam-config (1.16) unstable; urgency=low 2 9 -
trunk/debathena/config/pam-config/debian/issue.net.no_network
r24120 r24121 1 Cannot contact the Athena login servers. Please check your network 2 connection and try again. 1 Cannot contact the Athena login servers. Please check your network connection and try again.
