Changeset 24121

Show
Ignore:
Timestamp:
10/22/09 15:12:28 (5 weeks ago)
Author:
broder
Message:

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.
Location:
trunk/debathena/config
Files:
5 modified

Legend:

Unmodified
Added
Removed
  • trunk/debathena/config/gdm-config/debathena/debathena.xml

    r24025 r24121  
    8888  <item type="pixmap"> 
    8989    <normal file="loginbox.png" /> 
    90     <pos x="50%" y="45%" anchor="c" width="500" height="320" /> 
     90    <pos x="50%" y="45%" anchor="c" width="500" height="380" /> 
    9191  </item> 
    9292  <!-- An invisible rectangle for the login box --> 
    9393  <item type="rect"> 
    9494    <normal color="#000000" alpha="0.0" /> 
    95     <pos anchor="c" x="50%" y="46%" width="400" height="220" /> 
     95    <pos anchor="c" x="50%" y="46%" width="400" height="280" /> 
    9696    <box orientation="vertical" padding="5" spacing="10" homogenous="false"> 
    9797      <!-- Welcome --> 
     
    141141        </fixed> 
    142142      </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> 
    143149      <!-- PAM error text (ie: username/passsword incorret --> 
    144150      <item type="label" id="pam-error"> 
     
    149155    </box> 
    150156  </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> 
    158157</greeter> 
  • trunk/debathena/config/gdm-config/debian/changelog

    r24063 r24121  
    1 debathena-gdm-config (1.16) UNRELEASED; urgency=low 
     1debathena-gdm-config (1.16) unstable; urgency=low 
    22 
     3  [ Geoffrey Thomas ] 
    34  * Don't make errors in reloading gdm's configuration fatal for 
    45    upgrading the package. 
    56 
    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 
    712 
    813debathena-gdm-config (1.15) unstable; urgency=low 
  • trunk/debathena/config/pam-config/debian/changelog

    r24120 r24121  
     1debathena-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 
    18debathena-pam-config (1.16) unstable; urgency=low 
    29 
  • 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. 
     1Cannot contact the Athena login servers. Please check your network connection and try again.