You are not logged in.
I have such problem
In my KDE4 kxkb do not switch layouts anymore becouse when I switch layout icon does not change in system tray while layuot shanges and I have one of my layouts in all programs. In kxkb settings window I selected "swith layout for one window"
It`s seems that X.org reads switching options from xorg.conf directly
How can I repair kxkb?
Sorry for my English
Last edited by heartbeat (2009-02-16 08:10:30)
Offline
Agree, I have this problem after upgrade yesterday.
http://ispconfig.lt - ISPConfig 3 based hosting. Coming Soon!
Offline
the cause is libxi 1.2.0. Downgrade it to 1.1.4 and everything will be fine. I uploaded it here: http://ikelk.lt/items/8O7g1d7Zsh - just hit the button "Siųstis"
Offline
Thanks, now it's working
http://ispconfig.lt - ISPConfig 3 based hosting. Coming Soon!
Offline
thanks, it solved my problem
Offline
the cause is libxi 1.2.0. Downgrade it to 1.1.4 and everything will be fine. I uploaded it here: http://ikelk.lt/items/8O7g1d7Zsh - just hit the button "Siųstis"
Any idea, where to find an x86_64 package???
Offline
You should use this PKGBUILD:
# $Id$
# Maintainer: Alexander Baldeck <alexander@archlinux.org>
# Contributor: Jan de Groot <jgc@archlinux.org>
pkgname=libxi
pkgver=1.1.4
pkgrel=1
pkgdesc="X11 Input extension library"
arch=('i686' 'x86_64')
url="http://xorg.freedesktop.org"
depends=('libxext')
makedepends=('pkgconfig')
options=(!libtool)
license=('custom')
source=(${url}/releases/individual/lib/libXi-${pkgver}.tar.bz2)
md5sums=('7f68180d47b1c28a44718c502ab3bd52')
build() {
cd "${srcdir}/libXi-${pkgver}"
./configure --prefix=/usr --sysconfdir=/etc || return 1
make || return 1
make DESTDIR="${pkgdir}" install || return 1
install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
install -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/" || return 1
}
But it seems that it's not architecture dependent from this PKGBUILD, you could try the i686 package.
Anyway, we can't mark this issue as solved. Who needs an update which just breaks your system? I think maintainers should return the old version
EDIT: I've found the package itself: http://ikelk.lt/items/0ATBPTIeGv. Hit the button "Siųstis"
Last edited by NForce (2009-02-16 20:50:17)
Offline
Thank you very much!
Offline
you should post a bugreport not everyone reads the forum you know..
KISS = "It can scarcely be denied that the supreme goal of all theory is to make the irreducible basic elements as simple and as few as possible without having to surrender the adequate representation of a single datum of experience." - Albert Einstein
Offline
Downgrade libxi don't work for me.
After package's been downgraded I have:
* Don't work the 'per application' feature: when I switch between applications the keyboard layout switches to default value.
* Flag' isn't changed if I change the keyboard layout.
Last edited by skipper13 (2009-02-18 07:04:28)
Offline
Downgrade libxi don't work for me.
After package's been downgraded I have:
* Don't work the 'per application' feature: when I switch between applications the keyboard layout switches to default value.
* Flag' isn't changed if I change the keyboard layout.
Sorry if it sounds obvious, but did you restart X after the downgrade? The downgrade worked for me. I just installed the previous package from /var/cache/pacman/pkg.
Offline
you should post a bugreport not everyone reads the forum you know..
It's already there, but nothing seems to change. Or is it because I blacklisted the libxi?
Offline
i can't find anything when searching for libxi in the bugtracker, you got deleted?
KISS = "It can scarcely be denied that the supreme goal of all theory is to make the irreducible basic elements as simple and as few as possible without having to surrender the adequate representation of a single datum of experience." - Albert Einstein
Offline
i can't find anything when searching for libxi in the bugtracker, you got deleted?
It's because they don't know what caused that when they posted it. Here it is - http://bugs.archlinux.org/task/13188. And I saw that thread after i've found that libxi is causing it, someone there found it before me
Offline
Sorry if it sounds obvious, but did you restart X after the downgrade?
No problem Yes, I restarted X after downgrading. Then I reboot computer.
The downgrade worked for me. I just installed the previous package from /var/cache/pacman/pkg.
Last night I removed keyboard applet and configured hal. Now layouts is working. Maybe it's not libxi bug's or not libxi only bug.
P.S.
Sorry for gramma mistakes I just learn English.
Offline
Hi,
I have the same problem and it's driving me crazy
I use lang switch in my everyday job, so I'm quite eager to solve this...
However according to my info, this is not a problem with libxi only, because I tried downgrading these libs (inputproto-1.4.4, xextproto-7.0.4, libxext-1.0.4, libxi-1.1.4), but nothing worked
These are packages which were upgraded in my system and might be related...
[2009-02-21 01:08] upgraded xcb-util (0.3.2-1 -> 0.3.3-1)
[2009-02-21 01:08] upgraded xf86-input-evdev (2.1.0-1 -> 2.1.2-1)
[2009-02-21 01:08] upgraded xf86-input-keyboard (1.3.1-1 -> 1.3.2-1)
[2009-02-21 01:08] upgraded xkeyboard-config (1.4-2 -> 1.5-1)
[2009-02-21 01:08] upgraded xorg-xinit (1.1.0-1 -> 1.1.1-1)
[2009-02-21 01:07] upgraded libxi (1.1.4-1 -> 1.2.0-1)
[2009-02-21 01:07] upgraded libxslt (1.1.24-1 -> 1.1.24-2)
[2009-02-21 01:06] upgraded xcb-proto (1.2-2 -> 1.3-1)
[2009-02-21 01:06] upgraded libxcb (1.1.90.1-1 -> 1.1.93-1)
[2009-02-21 01:06] upgraded libx11 (1.1.5-2 -> 1.1.99.2-2)
[2009-02-21 01:06] upgraded inputproto (1.4.4-1 -> 1.5.0-1)
[2009-02-21 01:06] upgraded xextproto (7.0.4-1 -> 7.0.5-1)
[2009-02-21 01:06] upgraded libxext (1.0.4-1 -> 1.0.5-1)
Offline
i take it you people have done this: wiki.archlinux.org/index.php/Xorg_input_hotplugging ?
KISS = "It can scarcely be denied that the supreme goal of all theory is to make the irreducible basic elements as simple and as few as possible without having to surrender the adequate representation of a single datum of experience." - Albert Einstein
Offline
New, downgraded libxi (1.1.4-2) didn't solve problem with layout changing.
heartbeat wrote:
In my KDE4 kxkb do not switch layouts anymore becouse when I switch layout icon does not change in system tray while layuot shanges and I have one of my layouts in all programs.
Last edited by atomic (2009-03-01 14:24:10)
Offline