Re: unicode / utf-8 characters displayed incorrectly in konsole
Maximiliano Curia wrote on 30/06/16 16:16: On Thursday, 30 June 2016 11:40:39 CEST Arthur Marsh wrote: I've reported http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=829002 Sometime yesterday due to upgrades or something happening when my computer mouse behaved randomly for a minute or so, I've lost the display of unicode/utf-8 characters in konsole, instead seeing the diamond with a question mark in it. If I try to use mozc to input Japanese text, the result displays as plain question marks. Any suggestions on where to look/what to try? Copy and pasting random japanese characters seem to work fine here. Could you please check if konsole is using Unicode? (Right click set encoding), It had been set to "default". I thought that the default encoding inherited from KDE would be Unicode/utf-8? When I set each tab's encoding to Unicode/utf-8 characters displayed correctly. also the output of: set | egrep -a '^(LC_|LANG)' Could be of use. That gives me: LANG=en_AU.UTF-8 Also, it might be worth testing a different font. Dejavu Sans Mono is probably the most complete font available, so start with that one. Other fonts rely on the fontconfig fallbacks to produce the characters that are not defined. Happy hacking, Thanks very much for the help and suggestions. I've also replaced the PS/2 mouse with a USB mouse that identifies itself as: Bus 003 Device 003: ID 046d:c077 Logitech, Inc. M105 Optical Mouse having discovered some error messages about loss of synchronisation with the PS/2 mouse. I'll update the bug report in a few minutes.
Re: unicode / utf-8 characters displayed incorrectly in konsole
On Thursday, 30 June 2016 17:40:00 CEST Arthur Marsh wrote: > When I set each tab's encoding to Unicode/utf-8 characters displayed > correctly. > > also the > > output of: > > set | egrep -a '^(LC_|LANG)' > > Could be of use. > That gives me: > LANG=en_AU.UTF-8 Mmh, and that locale is being generated, right? Using: grep -v '^#' /etc/locale.gen Should tell you which locales are being generated. I would suggest to run: dpkg-reconfigure locales as root, just to be sure that the locales are correctly generated. About the default character encoding in konsole, when you edit a profile, in the advanced tab you can change the encoding to use for this profile, Default means "don't change the current value", so if you set it to latin1 and then back to Default it stays as latin1. Happy hacking, -- "Always code as if the person who ends up maintaining your code is a violent psychopath who knows where you live." -- John Woods Saludos /\/\ /\ >< `/ signature.asc Description: This is a digitally signed message part.
Re: Nasty bug in qtdeclarative 5.6.1 (sid only)
On jueves, 16 de junio de 2016 5:58:02 P. M. ART Sami Erjomaa wrote: > Hi, > > Could these segfaults I get during system shutdown after display server has > stopped be related to this bug? > > > kernel: [ 523.653043] kactivitymanage[2231]: segfault at 7f5c90507cd0 ip > 7f5c800d7301 sp 7ffc83c58008 error 4 in > libQt5Sql.so.5.6.1[7f5c800c1000+45000] > > kernel: [ 523.656887] QDBusConnection[2363]: segfault at 7f038007d1b0 ip > 7f03928c9517 sp 7f037bdf49a0 error 4 in > libQt5Core.so.5.6.1[7f0392617000+4c] No, this are related to plugins being unloaded when they should not. Not a big issue, but should change in 5.7. -- My favourite poem is the one that starts 'Thirty days hath September' because it actually tells you something. -- Groucho Marx Lisandro Damián Nicanor Pérez Meyer http://perezmeyer.com.ar/ http://perezmeyer.blogspot.com/ signature.asc Description: This is a digitally signed message part.