GNU bug report logs - #45418
[PATCH] gnu: Add yakuake.

Previous Next

Package: guix-patches;

Reported by: Z572 <873216071 <at> qq.com>

Date: Fri, 25 Dec 2020 07:25:01 UTC

Severity: normal

Tags: patch

Done: Christopher Baines <mail <at> cbaines.net>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 45418 in the body.
You can then email your comments to 45418 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to guix-patches <at> gnu.org:
bug#45418; Package guix-patches. (Fri, 25 Dec 2020 07:25:01 GMT) Full text and rfc822 format available.

Acknowledgement sent to Z572 <873216071 <at> qq.com>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Fri, 25 Dec 2020 07:25:01 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Z572 <873216071 <at> qq.com>
To: guix-patches <at> gnu.org
Subject: [PATCH] gnu: Add yakuake.
Date: Fri, 25 Dec 2020 15:23:53 +0800
[yakuake.patch (text/x-patch, attachment)]
diff --git a/gnu/packages/kde.scm b/gnu/packages/kde.scm
index b1b8b6a484..0d4d9aa595 100644
--- a/gnu/packages/kde.scm
+++ b/gnu/packages/kde.scm
@@ -61,6 +61,7 @@
   #:use-module (gnu packages kde-frameworks)
   #:use-module (gnu packages kde-pim)
   #:use-module (gnu packages kde-plasma)
+  #:use-module (gnu packages kde-systemtools)
   #:use-module (gnu packages linux)
   #:use-module (gnu packages llvm)
   #:use-module (gnu packages markup)
@@ -886,6 +887,56 @@ Mobipocket e-books in Dolphin and other KDE apps.")
 picture metadata as EXIF/IPTC and XMP.")
     (license license:gpl2+)))
 
+(define-public yakuake
+  (package
+    (name "yakuake")
+    (version "20.12.0")
+    (source (origin
+              (method url-fetch)
+              (uri (string-append "mirror://kde/stable/release-service/" version
+                                  "/src/yakuake-" version ".tar.xz"))
+              (sha256
+               (base32
+                "175vvkpkpbd7nm0lqjyiw27xmfdfcs9syvfngnjlndmlzwagk8d1"))))
+    (build-system qt-build-system)
+    (native-inputs
+     `(("extra-cmake-modules" ,extra-cmake-modules)))
+    (inputs
+     `(("breeze-icons" ,breeze-icons)
+       ("karchive" ,karchive)
+       ("kconfig" ,kconfig)
+       ("kcoreaddons" ,kcoreaddons)
+       ("kcrash" ,kcrash)
+       ("kdbusaddons" ,kdbusaddons)
+       ("kglobalaccel" ,kglobalaccel)
+       ("ki18n" ,ki18n)
+       ("kiconthemes" ,kiconthemes)
+       ("kio" ,kio)
+       ("knewstuff" ,knewstuff)
+       ("knotifications" ,knotifications)
+       ("knotifyconfig" ,knotifyconfig)
+       ("konsole" ,konsole)
+       ("kparts" ,kparts)
+       ("kwayland" ,kwayland)
+       ("kwidgetsaddons" ,kwidgetsaddons)
+       ("kwindowsystem" ,kwindowsystem)
+       ("qtbase" ,qtbase)
+       ("qtsvg" ,qtsvg)
+       ("qtx11extras" ,qtx11extras)))
+    (home-page "https://www.kde.org/applications/system/yakuake/")
+    (synopsis "Quad-style terminal emulator for KDE")
+    (description "Yakuake is a drop-down terminal emulator based on KDE Konsole
+technology.
+Features:
+@itemize
+@item Smoothly rolls down from the top of your screen
+@item Tabbed interface
+@item Configurable dimensions and animation speed
+@item Skinnable
+@item Sophisticated D-Bus interface
+@end itemize")
+    (license license:gpl2)))
+
 (define-public zeroconf-ioslave
   (package
     (name "zeroconf-ioslave")




Information forwarded to guix-patches <at> gnu.org:
bug#45418; Package guix-patches. (Tue, 29 Dec 2020 21:10:01 GMT) Full text and rfc822 format available.

Message #8 received at 45418 <at> debbugs.gnu.org (full text, mbox):

From: Christopher Baines <mail <at> cbaines.net>
To: Z572 <873216071 <at> qq.com>
Cc: 45418 <at> debbugs.gnu.org
Subject: Re: [bug#45418] [PATCH] gnu: Add yakuake.
Date: Tue, 29 Dec 2020 21:09:24 +0000
[Message part 1 (text/plain, inline)]
Hi,

Thanks for the patch, the package builds for me at least.

I had to move this to the kde-systemtools module, otherwise I ran in to
what looks like module interdependency issues.

I didn't manage to run yakuake, I get the following output, did it run
for you?

→ /gnu/store/0ghk33y9fac24shyq3rwkzp7kg30d9bm-yakuake-20.12.0/bin/yakuake
Couldn't start kglobalaccel from org.kde.kglobalaccel.service: QDBusError("org.freedesktop.DBus.Error.ServiceUnknown", "The name org.kde.kglobalaccel was not provided by any .service files")
Icon theme "Adwaita" not found.
Segmentation fault


Thanks,

Chris
[signature.asc (application/pgp-signature, inline)]

Information forwarded to guix-patches <at> gnu.org:
bug#45418; Package guix-patches. (Wed, 30 Dec 2020 02:17:02 GMT) Full text and rfc822 format available.

Message #11 received at 45418 <at> debbugs.gnu.org (full text, mbox):

From: Z572 <873216071 <at> qq.com>
To: Christopher Baines <mail <at> cbaines.net>
Cc: 45418 <at> debbugs.gnu.org
Subject: Re: bug#45418: [PATCH] gnu: Add yakuake.
Date: Wed, 30 Dec 2020 10:15:56 +0800
[Message part 1 (text/plain, inline)]
Hello,

> I didn't manage to run yakuake, I get the following output, did it run
> for you?
It runs in me this.

→ /gnu/store/0ghk33y9fac24shyq3rwkzp7kg30d9bm-yakuake-20.12.0/bin/yakuake
Couldn't start kglobalaccel from org.kde.kglobalaccel.service: QDBusError("org.freedesktop.DBus.Error.ServiceUnknown", "The name org.kde.kglobalaccel was not provided by any .service files")
QSystemTrayIcon::setVisible: No Icon set


[a.gif (image/gif, inline)]
[Message part 3 (text/plain, inline)]
If want a global hotkey, need to run `kglobalaccel5' , otherwise can
click the TRAY icon or run `Yakuake' again.

Z572

Information forwarded to guix-patches <at> gnu.org:
bug#45418; Package guix-patches. (Wed, 30 Dec 2020 10:02:01 GMT) Full text and rfc822 format available.

Message #14 received at 45418 <at> debbugs.gnu.org (full text, mbox):

From: Efraim Flashner <efraim <at> flashner.co.il>
To: Christopher Baines <mail <at> cbaines.net>
Cc: Z572 <873216071 <at> qq.com>, 45418 <at> debbugs.gnu.org
Subject: Re: [bug#45418] [PATCH] gnu: Add yakuake.
Date: Wed, 30 Dec 2020 12:01:14 +0200
[Message part 1 (text/plain, inline)]
On Tue, Dec 29, 2020 at 09:09:24PM +0000, Christopher Baines wrote:
> 
> Hi,
> 
> Thanks for the patch, the package builds for me at least.
> 
> I had to move this to the kde-systemtools module, otherwise I ran in to
> what looks like module interdependency issues.
> 
> I didn't manage to run yakuake, I get the following output, did it run
> for you?
> 
> → /gnu/store/0ghk33y9fac24shyq3rwkzp7kg30d9bm-yakuake-20.12.0/bin/yakuake
> Couldn't start kglobalaccel from org.kde.kglobalaccel.service: QDBusError("org.freedesktop.DBus.Error.ServiceUnknown", "The name org.kde.kglobalaccel was not provided by any .service files")
> Icon theme "Adwaita" not found.
> Segmentation fault
> 

I have better luck often when testing a program with running
'guix environment --ad-hoc uakuake -- yakuake'


-- 
Efraim Flashner   <efraim <at> flashner.co.il>   אפרים פלשנר
GPG key = A28B F40C 3E55 1372 662D  14F7 41AA E7DC CA3D 8351
Confidentiality cannot be guaranteed on emails sent or received unencrypted
[signature.asc (application/pgp-signature, inline)]

Reply sent to Christopher Baines <mail <at> cbaines.net>:
You have taken responsibility. (Thu, 31 Dec 2020 22:28:01 GMT) Full text and rfc822 format available.

Notification sent to Z572 <873216071 <at> qq.com>:
bug acknowledged by developer. (Thu, 31 Dec 2020 22:28:02 GMT) Full text and rfc822 format available.

Message #19 received at 45418-done <at> debbugs.gnu.org (full text, mbox):

From: Christopher Baines <mail <at> cbaines.net>
To: Z572 <873216071 <at> qq.com>
Cc: 45418-done <at> debbugs.gnu.org
Subject: Re: bug#45418: [PATCH] gnu: Add yakuake.
Date: Thu, 31 Dec 2020 22:27:16 +0000
[Message part 1 (text/plain, inline)]
Z572 <873216071 <at> qq.com> writes:

> Hello,
>
>> I didn't manage to run yakuake, I get the following output, did it run
>> for you?
> It runs in me this.
>
> → /gnu/store/0ghk33y9fac24shyq3rwkzp7kg30d9bm-yakuake-20.12.0/bin/yakuake
> Couldn't start kglobalaccel from org.kde.kglobalaccel.service: QDBusError("org.freedesktop.DBus.Error.ServiceUnknown", "The name org.kde.kglobalaccel was not provided by any .service files")
> QSystemTrayIcon::setVisible: No Icon set
>
>
>
> If want a global hotkey, need to run `kglobalaccel5' , otherwise can
> click the TRAY icon or run `Yakuake' again.

Ok, I've gone ahead and pushed this patch to master as
f59bfc11175c838fe949f1a699d98a1df82dc337. Thanks!

I still had some unreliability locally, but maybe that's because I'm
running Gnome, I'm unsure.

I also changed the license to GPL v2+ and tweaked the description.

Thanks again,

Chris
[signature.asc (application/pgp-signature, inline)]

bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Fri, 29 Jan 2021 12:24:04 GMT) Full text and rfc822 format available.

This bug report was last modified 3 years and 86 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.