Package Details: gnome-pie-git 0.7.3.r0.g0140a40-1

Git Clone URL: https://aur.archlinux.org/gnome-pie-git.git (read-only, click to copy)
Package Base: gnome-pie-git
Description: Circular application launcher for GNOME
Upstream URL: https://simmesimme.github.io/gnome-pie.html
Licenses: MIT
Conflicts: gnome-pie
Provides: gnome-pie
Submitter: robertfoster
Maintainer: robertfoster
Last Packager: robertfoster
Votes: 16
Popularity: 0.000000
First Submitted: 2011-09-27 18:38 (UTC)
Last Updated: 2021-11-14 15:00 (UTC)

Dependencies (7)

Required by (0)

Sources (1)

Latest Comments

1 2 Next › Last »

micwoj92 commented on 2021-03-16 18:47 (UTC)

Hello, could you update dependencies based on gnome-pie from community?

j1simon commented on 2016-10-13 11:53 (UTC) (edited on 2016-10-13 12:01 (UTC) by j1simon)

[WARNING] Failed to find pie configuration file "pies.conf"! (This should only happen when Gnome-Pie is started for the first time...) [WARNING] Failed to find settings file "gnome-pie.conf"! (This should only happen when Gnome-Pie is started for the first time...) [MESSAGE] Welcome to Gnome-Pie 0.7.0! [MESSAGE] Creating new configuration file in "/home/juan/.config/gnome-pie/pies.conf". [1] 28233 segmentation fault (core dumped) gnome-pie -------------------------- It doesn't work with Wayland: https://github.com/Simmesimme/Gnome-Pie/issues/112

ultraviolet commented on 2014-07-29 11:56 (UTC)

as stated below, bamf2 doesn't build properly anymore. however, this package works fine on my system using the regular bamf package (0.5 branch) in the official repos.

neoanima commented on 2013-04-30 05:47 (UTC)

CCLD libbamf.la GISCAN Bamf-0.2.gir cc: error: unrecognized command line option ‘--c-include=libbamf/libbamf.h’ Error while processing the source. make[3]: *** [Bamf-0.2.gir] Error 1 make[3]: Leaving directory `/tmp/yaourt-tmp-eastasiax/aur-bamf2/src/bamf-0.2.122/build-gtk3/lib/libbamf' make[2]: *** [all] Error 2 make[2]: Leaving directory `/tmp/yaourt-tmp-eastasiax/aur-bamf2/src/bamf-0.2.122/build-gtk3/lib/libbamf' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/tmp/yaourt-tmp-eastasiax/aur-bamf2/src/bamf-0.2.122/build-gtk3' make: *** [all] Error 2

<deleted-account> commented on 2013-03-18 18:08 (UTC)

i did install it and throw the segmentation fault(core dump) error. it worked using bamf2 istead of bamf

fuchs24 commented on 2012-06-24 07:41 (UTC)

Compiles now on vala 0.16 as well.

vinilox commented on 2012-05-23 13:55 (UTC)

Correct PKGBUILD is : # Maintainer: M0Rf30 pkgname=gnome-pie-git pkgver=20120328 pkgrel=1 pkgdesc="A visual application launcher for gnome." arch=('i686' 'x86_64') url="https://github.com/Simmesimme/Gnome-Pie" license=('GPL') depends=('gtk3' 'libunique3' 'gnome-menus' 'cairo' 'libgee' 'libxml2' 'libxtst' 'libunique' 'gdk-pixbuf2' 'hicolor-icon-theme' 'bamf') makedepends=('gcc' 'vala-014' 'cmake' 'git') install='gnome-pie-git.install' _gitroot="git://github.com/Simmesimme/Gnome-Pie.git" _gitname="Gnome-Pie" build() { cd $startdir/src msg "Connecting to GIT server...." if [ -d $startdir/src/$_gitname ] ; then cd $_gitname && git pull origin msg "The local files are updated." else git clone $_gitroot fi msg "GIT checkout done or server timeout" cd $srcdir/${_gitname} msg "Patch to use vala-0.14.2" sed -i 's/NAMES valac/NAMES valac-0.14/' cmake/vala/FindVala.cmake msg "Building gnome-pie" mkdir -p build cd build cmake -DCMAKE_INSTALL_PREFIX=/usr .. make } package() { cd $srcdir/${_gitname}/build make DESTDIR=${pkgdir} install }

vinilox commented on 2012-05-23 13:39 (UTC)

Hey ! It's a problem with vala version which is to new. In the PKGBUILD replace vala by vala-014 ;)

Anthony25 commented on 2012-04-25 22:41 (UTC)

I get a bug during the install : /var/abs/local/yaourtbuild/gnome-pie-git/src/Gnome-Pie/src/utilities//focusGrabber.vala:84.49-84.98: error: Invalid assignment from owned expression to unowned variable unowned GLib.List<weak Gdk.Device?> list = manager.list_devices(Gdk.DeviceType.MASTER); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ /var/abs/local/yaourtbuild/gnome-pie-git/src/Gnome-Pie/src/utilities//focusGrabber.vala:85.35-85.38: error: The name `list' does not exist in the context of `GnomePie.FocusGrabber.try_grab_window' foreach(var device in list) { ^^^^ /var/abs/local/yaourtbuild/gnome-pie-git/src/Gnome-Pie/src/utilities//focusGrabber.vala:56.49-56.98: error: Invalid assignment from owned expression to unowned variable unowned GLib.List<weak Gdk.Device?> list = manager.list_devices(Gdk.DeviceType.MASTER); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ /var/abs/local/yaourtbuild/gnome-pie-git/src/Gnome-Pie/src/utilities//focusGrabber.vala:57.35-57.38: error: The name `list' does not exist in the context of `GnomePie.FocusGrabber.ungrab' foreach(var device in list) { ^^^^ Compilation failed: 4 error(s), 0 warning(s) make[2]: *** [src/deamon.c] Erreur 1 make[1]: *** [src/CMakeFiles/gnome-pie.dir/all] Erreur 2 make: *** [all] Erreur 2

nTia89 commented on 2012-04-01 11:53 (UTC)

please add: conflicts=('gnome-pie')