Package Details: xbindkeys_config-gtk2 0.1.4-1

Git Clone URL: https://aur.archlinux.org/xbindkeys_config-gtk2.git (read-only, click to copy)
Package Base: xbindkeys_config-gtk2
Description: XBindKeys_Config is an easy to use gtk program for configuring Xbindkeys. GTK2 version.
Upstream URL: https://github.com/rgeorgiev583/xbindkeys_config
Keywords: gtk gui xbindkeys
Licenses: GPL
Submitter: jakob
Maintainer: maximaman
Last Packager: maximaman
Votes: 65
Popularity: 0.26
First Submitted: 2013-09-10 14:00 (UTC)
Last Updated: 2021-03-06 20:03 (UTC)

Pinned Comments

Latest Comments

1 2 3 Next › Last »

maximaman commented on 2022-01-31 07:24 (UTC)

@rado84 The executable is named xbindkeys_config.

rado84 commented on 2022-01-30 22:18 (UTC)

The package built seemingly without errors but when I type $ xbindkeys_config-gtk2 in terminal, I get a message "bash: xbindkeys_config-gtk2: command not found". Any ideas what to do?

maximaman commented on 2021-03-06 20:04 (UTC)

To everyone who has had issues with the build: I've taken over as maintainer of this package and I've fixed them.

maximaman commented on 2021-03-06 16:43 (UTC)

==> ERROR: Failure while downloading http://ftp.de.debian.org/debian/pool/main/x/xbindkeys-config/xbindkeys-config_0.1.3-2.1.diff.gz
    Aborting...

It seems that the upstream for the xbindkeys-config_0.1.3-2.1.diff.gz file is missing.

Tomatopaste commented on 2020-09-14 10:47 (UTC)

Regarding the bug, see also: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=957969

Tomatopaste commented on 2020-08-25 14:40 (UTC)

I encountered the same issues with building this package.

Xwang commented on 2020-06-24 14:25 (UTC)

I have the same issue as m0cha

m0cha commented on 2020-06-17 06:38 (UTC)

build failed

gcc -march=x86-64 -mtune=generic -O2 -pipe -fno-plt xbindkeys_config.o menu.o middle.o speedc.o `pkg-config  --cflags --libs gtk+-2.0` -o xbindkeys_config
/usr/bin/ld: menu.o:(.bss+0x30): multiple definition of `button_undo_menu'; xbindkeys_config.o:(.bss+0x8): first defined here
/usr/bin/ld: menu.o:(.bss+0x28): multiple definition of `label_warning'; xbindkeys_config.o:(.bss+0x0): first defined here
/usr/bin/ld: middle.o:(.bss+0x218): multiple definition of `button_undo_menu'; xbindkeys_config.o:(.bss+0x8): first defined here
/usr/bin/ld: middle.o:(.bss+0x210): multiple definition of `label_warning'; xbindkeys_config.o:(.bss+0x0): first defined here
/usr/bin/ld: speedc.o:(.bss+0x0): multiple definition of `Speed_config'; middle.o:(.bss+0x0): first defined here
/usr/bin/ld: speedc.o:(.bss+0x7ba8): multiple definition of `label_warning'; xbindkeys_config.o:(.bss+0x0): first defined here
/usr/bin/ld: speedc.o:(.bss+0x7bb0): multiple definition of `button_undo_menu'; xbindkeys_config.o:(.bss+0x8): first defined here
collect2: error: ld returned 1 exit status
make: *** [Makefile:18: main] Error 1
==> ERROR: A failure occurred in build().
    Aborting...
Error making: xbindkeys_config-gtk2

zebulon commented on 2020-05-09 16:26 (UTC) (edited on 2020-05-09 16:27 (UTC) by zebulon)

I have BUILDDIR=/tmp/makepkg in my makepkg.conf, I wonder if that has an incidence? I compile in tmpfs. EDIT: I can confirm, if I restore BUILDDIR to default I compile fine.