Package Details: fbxkb 0.6-4

Git Clone URL: https://aur.archlinux.org/fbxkb.git (read-only, click to copy)
Package Base: fbxkb
Description: Keyboard indicator and switcher
Upstream URL: http://fbxkb.sourceforge.net/
Licenses: GPL
Submitter: None
Maintainer: bidulock
Last Packager: micwoj92
Votes: 60
Popularity: 0.000000
First Submitted: 2006-02-12 18:11 (UTC)
Last Updated: 2021-05-13 18:51 (UTC)

Latest Comments

1 2 Next › Last »

itamarperdomo commented on 2026-02-19 12:51 (UTC)

Hi, new version is on upstream please update it https://github.com/aanatoly/fbxkb/commit/14e8d4517ee4cdec1210002f71d584ee0d79a126

Also I am able to compile this by passing -Wno-incompatible-pointer-types or -Werror to avoid the error:

fbxkb.c: In function ‘docklet_destroyed’:
fbxkb.c:204:16: error: passing argument 1 of ‘g_idle_add’ from incompatible pointer type [-Wincompatible-pointer-types]
  204 |     g_idle_add(create_all, NULL);
      |                ^~~~~~~~~~
      |                |
      |                int (*)(void)
In file included from /usr/include/glib-2.0/glib/giochannel.h:35,
                 from /usr/include/glib-2.0/glib.h:56:

kirill_e commented on 2026-02-14 18:58 (UTC)

The original author has updated sources on github. Here is the commit to switch the source and build 1.0.0 It has icon scaling with transparency (which fixes ugly gray background around rectangular flag) also the icon dimensions can be set.

micwoj92 commented on 2021-04-03 18:36 (UTC)

Hello, could you update download to https?

fft commented on 2020-11-16 11:50 (UTC)

seems need to add gdk-pixbuf-xlib to dependencies

kde35 commented on 2020-03-24 17:38 (UTC)

I get makepkg ==> Making package: fbxkb 0.6-3 (Tue 24 Mar 2020 06:37:02 PM CET) ==> Checking runtime dependencies... ==> Checking buildtime dependencies... ==> Retrieving sources... -> Downloading fbxkb-0.6.tgz... % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 503 Service Unavailable Warning: Transient problem: HTTP error Will retry in 3 seconds. 3 retries Warning: left. 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 503 Service Unavailable Warning: Transient problem: HTTP error Will retry in 3 seconds. 2 retries Warning: left. 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 503 Service Unavailable Warning: Transient problem: HTTP error Will retry in 3 seconds. 1 retries Warning: left. 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 503 Service Unavailable ==> ERROR: Failure while downloading http://download.sourceforge.net/fbxkb/fbxkb-0.6.tgz Aborting...

z0id commented on 2012-02-07 14:55 (UTC)

I bumped pkgrel so that anyone who has fbxkb installed would get to rebuild it when updating.

z0id commented on 2012-02-07 14:46 (UTC)

@8472 You have to rebuild it.

8472 commented on 2012-02-06 23:10 (UTC)

Hi, Due to the latest upgrade (also mentioned in here https://www.archlinux.org/news/libpnglibtiff-rebuilds-move-from-testing/) of the libpng - https://www.archlinux.org/packages/extra/x86_64/libpng/ the /usr/lib/libpng14.so.14 ain't available anymore, and is required by fbxkb, otherwise an error will appear: "fbxkb: error while loading shared libraries: libpng14.so.14: cannot open shared object file: No such file or directory" running the following command as root will fix this: `ln -s /usr/lib/libpng15.so.15 /usr/lib/libpng14.so.14`

z0id commented on 2012-01-16 14:50 (UTC)

Thanks for the patch!