Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 221909

Summary: New ebuild: fbxkb - compliant keyboard indicator and switcher
Product: Gentoo Linux Reporter: Ján Bednár <jan.bednar>
Component: New packagesAssignee: Default Assignee for New Packages <maintainer-wanted>
Status: RESOLVED OBSOLETE    
Severity: enhancement CC: nikoli, zima
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
URL: http://fbxkb.sourceforge.net/
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: fbxkb ebuild
ebuild patch which adds fbxkb's support for recent X versions
fbxkb-0.6 ebuild with fixed --as-needed flag problem
new patch for fbxkb to work with latest X.Org
GTK names patch

Description Ján Bednár 2008-05-13 08:52:06 UTC
New ebuild for fbxkb - compliant keyboard indicator and switcher


Reproducible: Always

Steps to Reproduce:
Comment 1 Michael Metsger 2008-08-21 14:40:35 UTC
Created attachment 163485 [details]
fbxkb ebuild

This working ebuil for fbxkb with enabled transparenci and fixed makefile's for sandbox compatiblity.
Comment 2 Vladimir Matveev 2009-09-01 18:26:46 UTC
Created attachment 202894 [details, diff]
ebuild patch which adds fbxkb's support for recent X versions

Added simple sed script which edits fbxkb.c file and corrects program so it works with recent X versions. I don't remember/understand exact changes in X.Org, but it is something related to evdev, and fbxkb became broken because of these - it shows first (for me, at least) keyboard layout incorrectly.
This patch adds additional check in X atom token parsing.
Comment 3 Sergii Bogomolov 2010-09-30 19:58:30 UTC
Created attachment 249102 [details]
fbxkb-0.6 ebuild with fixed --as-needed flag problem

fbxkb-0.6 ebuild with fixed --as-needed flag problem
Comment 4 Sergii Bogomolov 2010-09-30 19:59:55 UTC
Created attachment 249104 [details]
new patch for fbxkb to work with latest X.Org

new patch for fbxkb to work with latest X.Org
Comment 5 Sergii Bogomolov 2010-09-30 20:01:06 UTC
New ebuild with new patch for latest X.Org is attached. Patch should be placed in files subdirectory.

Previous ebuild does not work for me. fbxkb can not build with --as-needed linker flag on my system. And the patch does not work for me. I still get ?? when switching to english.
Comment 6 Roman Sergeev 2011-09-23 18:54:51 UTC
Created attachment 287547 [details, diff]
GTK names patch