Package Details: guake-git 3.9.0.28.g172a9c01-1

Git Clone URL: https://aur.archlinux.org/guake-git.git (read-only, click to copy)
Package Base: guake-git
Description: Top-down terminal for Gnome using gtk3 and vte3
Upstream URL: https://github.com/Guake/guake
Licenses: GPL
Conflicts: guake, guake-gtk2-git
Provides: guake
Submitter: Skatox
Maintainer: Skatox
Last Packager: Skatox
Votes: 48
Popularity: 0.000000
First Submitted: 2008-03-07 02:12 (UTC)
Last Updated: 2023-09-17 20:58 (UTC)

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 8 .. 10 Next › Last »

Skatox commented on 2019-01-28 16:11 (UTC)

@suthernfriend What error are you having? Just tested today and it's working to me.

suthernfriend commented on 2019-01-18 00:08 (UTC) (edited on 2019-01-18 00:08 (UTC) by suthernfriend)

wont build with current PKGBUILD -

however community repository PKGBUILD works with current git commit.

freimair commented on 2018-12-04 17:21 (UTC)

I got it working with something like that:

diff --git a/PKGBUILD b/PKGBUILD
index bbeb5c3..4ee948a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -30,4 +30,6 @@ build(){
 package() {
   cd "${srcdir}/${pkgname%-git}"
   make install DESTDIR="$pkgdir/" PREFIX="/usr" COMPILE_SCHEMA=0
+  cd "${pkgdir}"
+  mv "usr/local/lib" "usr/"
 }
diff --git a/guake-git.install b/guake-git.install
new file mode 100644
index 0000000..49c3f93
--- /dev/null
+++ b/guake-git.install
@@ -0,0 +1,3 @@
+post_install() {
+  glib-compile-schemas --strict /usr/local/share/glib-2.0/schemas
+}

Skatox commented on 2018-10-01 12:50 (UTC)

I'm having same error but I cannot find a solution. Any fix is welcomed.

A.J commented on 2018-08-25 19:16 (UTC)

am getting the same error as @ninjalf2

ninjalf2 commented on 2018-08-04 22:58 (UTC) (edited on 2018-08-04 22:59 (UTC) by ninjalf2)

I am getting the following error:

Traceback (most recent call last): File "/usr/local/bin/guake", line 6, in <module> from guake.main import exec_main ModuleNotFoundError: No module named 'guake'

Skatox commented on 2018-05-02 01:57 (UTC)

@thrakcattak updated. :)

thrakcattak commented on 2018-05-01 21:01 (UTC) (edited on 2018-05-01 21:02 (UTC) by thrakcattak)

you should change

- make install DESTDIR="$pkgdir/" PREFIX="$pkgdir/usr/" COMPILE_SCHEMA=0

to

+ make install DESTDIR="$pkgdir/" prefix="/usr" COMPILE_SCHEMA=0

Skatox commented on 2018-05-01 03:17 (UTC)

Updated PKGBUILD with aichingm's help. His credits were updated.

BTW, I've maintaining this PKGBUILD for 10 years!! :D

Skatox commented on 2018-05-01 03:16 (UTC)

Updated PKGBUILD with aichingm's help. His credits were updated.

BTW, I've maintaining this PKGBUILD for 10 years!! :D