Bug 217684

Summary: The label for pam-prompt is folded with bad position.
Product: [Fedora] Fedora Reporter: ryo fujita <rfujita>
Component: redhat-artworkAssignee: David Zeuthen <davidz>
Status: CLOSED WONTFIX QA Contact:
Severity: low Docs Contact:
Priority: low    
Version: 6CC: mclasen, rstrode
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2007-10-14 19:45:00 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Attachments:
Description Flags
a figure I expected after fixing this problem. none

Description ryo fujita 2006-11-29 12:43:21 UTC
Description of problem:The label for pam-prompt on login panel is folded with bad position.

Version-Release number of selected component (if applicable):gdm-2.16.0-18.fc6

How reproducible:Always.

Steps to Reproduce:
1.Boot a FC6 with FedoraDNA theme in ja_JP.UTF-8 locale.
  
Actual results:The label is folded with bad position.

Expected results:The label is not folded.

Additional info:Fixing /usr/share/gdm/themes/FedoraDNA/FedoraDNA.xml in line 52 as following.
<pos y="50%" x="100%" width="125" anchor="e" />
replaced with following line.
<pos y="50%" x="100%" width="135" anchor="e" />

Comment 1 ryo fujita 2006-11-29 12:43:21 UTC
Created attachment 142377 [details]
a figure I expected after fixing this problem.

Comment 2 Matthias Clasen 2007-10-14 19:45:00 UTC
Unlikely that we are going to fix this in FC6 at this point; it should be better
in F8, I hope. If you see problems in F8, please reopen and move to "devel".