FS#8595 - xfce4-xkb-plugin: flags don't showed after system upgrade
Attached to Project:
Arch Linux
Opened by Vitaliy Berdinskikh (skipper13) - Saturday, 10 November 2007, 09:42 GMT
Last edited by Andreas Radke (AndyRTR) - Saturday, 06 September 2008, 17:48 GMT
Opened by Vitaliy Berdinskikh (skipper13) - Saturday, 10 November 2007, 09:42 GMT
Last edited by Andreas Radke (AndyRTR) - Saturday, 06 September 2008, 17:48 GMT
|
Details
Description:
After upgrade xfce4-xkb-plugin don't show flag for RU and UK but PNG-files is present. Plugin showes US flag only. For other languages showes "(null)" string. Additional info: * xfce4-xkb-plugin 0.4.3-3 * /etc/X11/xorg.conf =================== Section "InputDevice" # generated from default Identifier "Keyboard0" Driver "kbd" Option "XkbModel" "pc105" Option "XkbLayout" "us,ru,ua" Option "XkbOptions" "grp:ctrl_shift_toggle" EndSection =================== ls /usr/share/xfce4/xkb/flags/{ru,uk}.png -l =================== -rw-r--r-- 1 root root 215 Апр 16 2007 /usr/share/xfce4/xkb/flags/ru.png -rw-r--r-- 1 root root 1210 Апр 16 2007 /usr/share/xfce4/xkb/flags/uk.png =================== log =================== (xfce4-xkb-plugin:8319): GLib-CRITICAL **: g_utf8_strdown: assertion `str != NULL' failed (xfce4-xkb-plugin:8319): GLib-CRITICAL **: g_utf8_strdown: assertion `str != NULL' failed (xfce4-xkb-plugin:8319): GLib-CRITICAL **: g_utf8_strdown: assertion `str != NULL' failed (xfce4-xkb-plugin:8319): GLib-CRITICAL **: g_utf8_strdown: assertion `str != NULL' failed (xfce4-xkb-plugin:8319): GLib-CRITICAL **: g_utf8_strdown: assertion `str != NULL' failed (xfce4-xkb-plugin:8319): GLib-CRITICAL **: g_utf8_strdown: assertion `str != NULL' failed (xfce4-xkb-plugin:8319): GLib-CRITICAL **: g_utf8_strdown: assertion `str != NULL' failed =================== |
This task depends upon
Closed by Andreas Radke (AndyRTR)
Saturday, 06 September 2008, 17:48 GMT
Reason for closing: Not a bug
Additional comments about closing: closed for now. ask for reopen if it's still broken.
Saturday, 06 September 2008, 17:48 GMT
Reason for closing: Not a bug
Additional comments about closing: closed for now. ask for reopen if it's still broken.
According to google this problem seems to be Arch-specific.
1. Plugin don't work.
2. Remove and add plugin - plugin work perfectlly.
3. Exit from X11
5. Start X11 again - plugin don't work again :(
xorg-server 1.4-5
glibc 2.7-6
Section "InputDevice"
Identifier "Keyboard[0]"
Driver "kbd"
Option "Protocol" "Standard"
Option "XkbLayout" "us,cz"
Option "XkbModel" "pc104"
Option "XkbOptions" "grp:alt_caps_toggle,grp:switch,grp_led:scroll"
Option "XkbRules" "xorg"
EndSection
** Message: This build doesn't include support for XF86Misc extension
** Message: Querying Xkb extension
** Message: Xkb extension found
** Message: Querying Xkb extension
** Message: Xkb extension found
That can be what's causing the problem. Looks like some build misconfiguration in a Xorg component. I don't know in which one though.
m.
I can't switch layout with mouse, but can do it with keyboard.
xorg.conf
---------
Section "InputDevice"
Identifier "Logitech Keboard"
Driver "kbd"
Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
Option "XkbLayout" "us,ru(winkeys)"
Option "XkbVariant" ",winkeys"
Option "XkbOptions" "grp:lwin_toggle,grp:rwin_switch,grp_led:scroll"
EndSection
Option "XkbLayout" "us,ru,il"
I can write in us, ru, but il is not accessible. I use xfce. I do not currently care about the panel plugin. Running setxkbmap fixes the problem
---------------------------------------------
#!/bin/sh
#
# ~/.xinitrc
#
# Executed by startx (run your window manager from here)
#
numlockx
setxkbmap "us,ru(winkeys)"
exec startxfce4
According to google this problem seems to be Arch-specific.
The problem still there: 1. unable to add xfce-panel plugin for keyboard language display/change 2. without running setxkbmap only two keyboard languages can be used (in xorg.conf 3 are configured).
Try to add 'setxkbmap' on autostart session in xfce or ubuntu.