[Bug 616393] New: konsole doesn't properly display man page - potential character set issue
http://bugzilla.novell.com/show_bug.cgi?id=616393 http://bugzilla.novell.com/show_bug.cgi?id=616393#c0 Summary: konsole doesn't properly display man page - potential character set issue Classification: openSUSE Product: openSUSE 11.3 Version: RC 1 Platform: i586 OS/Version: openSUSE 11.3 Status: NEW Severity: Normal Priority: P5 - None Component: KDE4 Applications AssignedTo: kde-maintainers@suse.de ReportedBy: pablo@blueoakdb.com QAContact: qa@suse.de Found By: --- Blocker: --- Created an attachment (id=370908) --> (http://bugzilla.novell.com/attachment.cgi?id=370908) A snippet of the `man' page with errant text circled in red. User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.2.3) Gecko/20100401 SUSE/3.6.3-1.2 Firefox/3.6.3 Howdy, I've configured konsole to use `SGI Screen, size 9' font (note, you must install `sgi-fonts'). When performing a `man fc-cache', I notice some highlighted words are missing characters or spaces after them - please see the attached .png What's interesting is if I `ssh' from my `openSUSE 11.1' machine to my `openSUSE 11.3 RC1' machine there's no issue: both are configured to use `SGI Screen, Size 9' font. This leads me to believe it may be a `konsole' issue. I'm attaching two .png's - one where I've highlighted some of the problem areas and another without the highlights. Reproducible: Always Steps to Reproduce: Prerequisite ============ o Install `sgi-fonts' Recipe ====== 1. Start a `konsole' window 2. Settings > Edit Current Profile ... 3. Click `Appearance' tab and in `Font', click `Edit Font ...' and select `SGI Screen, size 9' Click `Ok' to return to `konsole' 4. Type `man fc-cache' Actual Results: Munged highlighted characters. Expected Results: Readable man page. ;) -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=616393 http://bugzilla.novell.com/show_bug.cgi?id=616393#c1 --- Comment #1 from Pablo Sanchez <pablo@blueoakdb.com> 2010-06-22 17:42:05 UTC --- Created an attachment (id=370909) --> (http://bugzilla.novell.com/attachment.cgi?id=370909) The original snippet of the `man' page without any highlighting. -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=616393 http://bugzilla.novell.com/show_bug.cgi?id=616393#c2 Pablo Sanchez <pablo@blueoakdb.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Severity|Normal |Major --- Comment #2 from Pablo Sanchez <pablo@blueoakdb.com> 2010-06-29 19:42:13 UTC --- Howdy, I'm kicking the importance of this bug up to `Major' because reading `man' pages (yah, I read them rather than googling .. at times! :), is a pain in the neck with this font-issue. Sorry to be a pain in the neck myself! :) -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=616393 http://bugzilla.novell.com/show_bug.cgi?id=616393#c3 Christian Trippe <ctrippe@gmx.net> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |NEEDINFO CC| |ctrippe@gmx.net InfoProvider| |pablo@blueoakdb.com --- Comment #3 from Christian Trippe <ctrippe@gmx.net> 2010-06-29 20:09:44 UTC --- This sounds similar to the following upstream bug report https://bugs.kde.org/show_bug.cgi?id=233694 Can you test if the workaround of comment 6 of the upstream bug report works for you? -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=616393 http://bugzilla.novell.com/show_bug.cgi?id=616393#c4 Pablo Sanchez <pablo@blueoakdb.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDINFO |NEW InfoProvider|pablo@blueoakdb.com | --- Comment #4 from Pablo Sanchez <pablo@blueoakdb.com> 2010-06-29 20:24:27 UTC --- Hi Christian, Thank you for the tip. Either I didn't implement the work-around properly or it's not working for me. I added the following to `~/.fonts.conf': <match target="pattern"> <test name="family" qual="any"> <string>screen</string> </test> <edit mode="assign" name="weight"> <const>medium</const> </edit> <edit mode="assign" name="embolden"> <bool>false</bool> </edit> </match> I logged out and logged back in and performing a `man ls', characters are still clipped. -- Configure bugmail: http://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=616393 https://bugzilla.novell.com/show_bug.cgi?id=616393#c5 --- Comment #5 from Pablo Sanchez <pablo@blueoakdb.com> 2010-11-02 22:42:37 UTC --- Howdy, I'm using KDE 4.5 bits now and the problem still exists however the following work-around resolved the issue: https://bugs.kde.org/show_bug.cgi?id=233694#c8 -- 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=616393 https://bugzilla.novell.com/show_bug.cgi?id=616393#c6 --- Comment #6 from Pablo Sanchez <pablo@blueoakdb.com> 2010-11-02 22:43:23 UTC --- Sorry for the noise, I forgot to include the version of konsole: pablo@zoom:~> rpm -q konsole konsole-4.5.2-182.1.i586 -- 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=616393 https://bugzilla.novell.com/show_bug.cgi?id=616393#c7 Christian Trippe <ctrippe@gmx.net> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED URL| |https://bugs.kde.org/show_b | |ug.cgi?id=233694 Resolution| |UPSTREAM --- Comment #7 from Christian Trippe <ctrippe@gmx.net> 2010-11-03 18:11:19 UTC --- So this is actually an upstream bug. Feel free to reopen if it gets fixed upstream. -- 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