[Bug 842116] New: The first character in the name does not line up with the alias on the login screen
https://bugzilla.novell.com/show_bug.cgi?id=842116 https://bugzilla.novell.com/show_bug.cgi?id=842116#c0 Summary: The first character in the name does not line up with the alias on the login screen Classification: openSUSE Product: openSUSE Factory Version: 13.1 Beta 1 Platform: x86-64 OS/Version: openSUSE 12.3 Status: NEW Severity: Normal Priority: P5 - None Component: KDE4 Workspace AssignedTo: kde-maintainers@suse.de ReportedBy: rb03884@gmail.com QAContact: qa-bugs@suse.de Found By: --- Blocker: --- User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0 The first character in the first name does not line up with the first character in the alias below it. They are offset. Reproducible: Always Steps to Reproduce: 1. 2. 3. Actual Results: The first character in the first name does not line up with the first character in the alias below it. They are offset. Expected Results: The first characters of the first name line up with the first character in the alias below it. Screenshot of login screen. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=842116 https://bugzilla.novell.com/show_bug.cgi?id=842116#c1 --- Comment #1 from Roman Bysh <rb03884@gmail.com> 2013-09-24 17:24:29 UTC --- Created an attachment (id=559862) --> (http://bugzilla.novell.com/attachment.cgi?id=559862) Screenshot of login screen. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=842116 https://bugzilla.novell.com/show_bug.cgi?id=842116#c Hrvoje Senjan <hrvoje.senjan@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |hrvoje.senjan@gmail.com AssignedTo|kde-maintainers@suse.de |giacomosrv@gmail.com -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=842116 https://bugzilla.novell.com/show_bug.cgi?id=842116#c2 Bruno Friedmann <bruno@ioda-net.ch> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |bruno@ioda-net.ch --- Comment #2 from Bruno Friedmann <bruno@ioda-net.ch> 2013-09-30 05:56:27 UTC --- Look like it depend of the first char, the font used, and also the setup of the theme. (For exemple I can't see alias on my setup and password and nickname are perfectly align on real hardware) @Roman How many users have you on this installation ? Did you change anything else (kdesettings?) than the default. What is the resolution used ? -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=842116 https://bugzilla.novell.com/show_bug.cgi?id=842116#c3 --- Comment #3 from Roman Bysh <rb03884@gmail.com> 2013-09-30 17:24:23 UTC --- Correction Not alias but username or nickname. I'm the only user. I'm using the default settings for fonts. Instead of oxygen I'm using qtcurve. The default resolution is 1680ox1050. I'll do another installation in VirtualBox. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=842116 https://bugzilla.novell.com/show_bug.cgi?id=842116#c4 --- Comment #4 from Giacomo Barazzetti <giacomosrv@gmail.com> 2013-09-30 18:05:35 UTC --- I think this code snippet from kde-workspace/kdm/kfrontend/kgreeter.cpp explains well the KDM behaviour: void KGreeter::insertUser(const QImage &default_pix, const QString &username, struct passwd *ps) { [...] QString realname = KStringHandler::from8Bit(ps->pw_gecos); realname.truncate(realname.indexOf(',') & (~0U >> 1)); if (realname.isEmpty() || realname == username) { new UserListViewItem(userView, username, QPixmap::fromImage(p), username); } else { realname.append("\n").append(username); new UserListViewItem(userView, realname, QPixmap::fromImage(p), username); } } (from the code in build service with the various patches to be sure there aren't differences with upstream: https://projects.kde.org/projects/kde/kde-workspace/repository/revisions/mas... ) I mean the newline character, it's the same string/label, not two bad aligned ones. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=842116 https://bugzilla.novell.com/show_bug.cgi?id=842116#c5 --- Comment #5 from Roman Bysh <rb03884@gmail.com> 2013-11-14 18:41:37 UTC --- Follow Up Please close this bug report. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=842116 https://bugzilla.novell.com/show_bug.cgi?id=842116#c6 Hrvoje Senjan <hrvoje.senjan@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |CLOSED Resolution| |FIXED --- Comment #6 from Hrvoje Senjan <hrvoje.senjan@gmail.com> 2013-11-14 18:58:31 UTC --- Tnx for the follow up. (JFYI, you can close reports yourself, if you think it's fixed, invalid, etc) -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=842116 https://bugzilla.novell.com/show_bug.cgi?id=842116#c7 --- Comment #7 from Roman Bysh <rb03884@gmail.com> 2013-11-14 23:19:00 UTC --- Thanks Hrvoje! For some reason I really thought that I was not allowed to do this, other than reporting. What are all of my options? I know about fixed. But, can you elaborate on invalid and etc? -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=842116 https://bugzilla.novell.com/show_bug.cgi?id=842116#c8 --- Comment #8 from Roman Bysh <rb03884@gmail.com> 2013-11-14 23:20:06 UTC --- You can email me directly. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=842116 https://bugzilla.novell.com/show_bug.cgi?id=842116#c9 --- Comment #9 from Hrvoje Senjan <hrvoje.senjan@gmail.com> 2013-11-14 23:42:21 UTC --- Just play with the status options :-) they won't have any effect until you confirm with "Commit" button. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=842116 https://bugzilla.novell.com/show_bug.cgi?id=842116#c10 --- Comment #10 from Roman Bysh <rb03884@gmail.com> 2013-11-14 23:54:00 UTC --- Found them. This fills out the "Resolution field". Many thanks. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
participants (1)
-
bugzilla_noreply@novell.com