| Author |
Message |
mini-jaguar
Joined: 13 Nov 2008 Posts: 402
|
Posted: Sun 10 Mar 2013, 11:08 Post subject:
Keyboard country flag .pet doesn't work right {solved} |
|
I have tried several versions, and they don't work properly, except for the ones built in to Puppy 431KDE and Saluki (which obviously have KDE and XFCE respectively).
For other versions, I have tried the .pet from here: http://www.murga-linux.com/puppy/viewtopic.php?search_id=742697986&t=46730
(fbxkb-0.4-i486-startup-1.pet) and it works very intermittently, sometimes it works, sometimes you can't change the flag when you click it. No way to control when it works or doesn't, sometimes stops working when I restart the X server.
This one doesn't seem much better, but I admit I have not tested this thoroughly, as in trying it with many different Puppies: http://www.murga-linux.com/puppy/viewtopic.php?search_id=742697986&t=71798In any case, if I left or right click it it won't change the keyboard layout.
Should I try all 3 fbxkb variants? http://puppylinux.org/wikka/fbxkb
Or maybe I should just stick to 431KDE and Saluki if I need diacritics?
Last edited by mini-jaguar on Sat 16 Mar 2013, 10:59; edited 1 time in total
|
|
Back to top
|
|
 |
darkcity

Joined: 23 May 2010 Posts: 2215 Location: near here
|
Posted: Sun 10 Mar 2013, 13:12 Post subject:
|
|
I've not had any trouble with fbxkb. Its version 1.0 which I think I use, on Slakco 5.3.1.
It starts on the US flag regardless of startup until a edit box you can type into shows up.
_________________ Wiki Audacity 2.0.1
|
|
Back to top
|
|
 |
bignono1

Joined: 17 May 2009 Posts: 344 Location: New ME
|
Posted: Sun 10 Mar 2013, 13:28 Post subject:
|
|
Go /etc/X11/xorg.conf ,edit like this:
Section "InputDevice"
Identifier "Keyboard0"
Driver "kbd"
Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
Option "XkbLayout" "us,xx" #xkeymap0
Option "XkbOptions" "grp:alt_shift_toggle"
EndSection
xx is your language , this way you can change your kb with the keys alt+shift.
|
|
Back to top
|
|
 |
mini-jaguar
Joined: 13 Nov 2008 Posts: 402
|
Posted: Fri 15 Mar 2013, 14:04 Post subject:
|
|
^ that works well enough, in fact only that last line with the keys should be necessary because the language should already be there if you install it through the keyboard settings.
Anyways, I wanted a visual cue. I tried after to install keyboardstate and the flag didn't change when I changed the language with the keys.
|
|
Back to top
|
|
 |
Karl Godt

Joined: 20 Jun 2010 Posts: 2679 Location: Kiel,Germany
|
Posted: Fri 15 Mar 2013, 15:26 Post subject:
|
|
I have fbxkb running in e17 wm taskbar. Didn't even knew (anymore?) the click ability. My .xinitrc file contains a line
| Code: | | setxkbmap -rules xorg -model pc102 -layout us,de -variant "" -option grp:rwin_toggle,lv3:ralt_switch |
so it does not need to run the xkbconfigmanager everytime the monitor or chip changes. npierce once detected that -layout de,us does not work to toggle and i can confirm this.
I remember too that fbxkb sometimes did not show in the tray. I suspect a libpng or libjpeg issue.
I would strongly recommend to fetch the source and compile inside the flaky wm to see ir that would make a difference. In a short search, lenny and hardy repos still have fbxkb-0.6 source.
|
|
Back to top
|
|
 |
R-S-H
Joined: 18 Feb 2013 Posts: 280
|
Posted: Fri 15 Mar 2013, 15:42 Post subject:
|
|
I have tested both PET files: fbxkb-0.4-i486.pet and keyboardstate-1.0.pet. All working fine in LazY Puppy.
_________________ Freiheit für Mollath - JETZT !!!
Free Mr. Mollath !!!
Send the People responsible to The Hague International Court for trial !!!
|
|
Back to top
|
|
 |
mini-jaguar
Joined: 13 Nov 2008 Posts: 402
|
Posted: Sat 16 Mar 2013, 10:59 Post subject:
|
|
fbxkb 0.4 with startup actually works fine now, now with the added line in xorg.conf that changes the country with alt-shift. It didn't before...
|
|
Back to top
|
|
 |
|