* [bug#45418] [PATCH] gnu: Add yakuake. [not found] <871rfegxh2.fsf@qq.com> @ 2020-12-25 7:23 ` Z572 2020-12-29 21:09 ` Christopher Baines 1 sibling, 0 replies; 5+ messages in thread From: Z572 @ 2020-12-25 7:23 UTC (permalink / raw) To: 45418 [-- Warning: decoded text below may be mangled, UTF-8 assumed --] [-- Attachment #1: yakuake.patch --] [-- Type: text/x-patch, Size: 2386 bytes --] 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") ^ permalink raw reply related [flat|nested] 5+ messages in thread
* [bug#45418] [PATCH] gnu: Add yakuake. [not found] <871rfegxh2.fsf@qq.com> 2020-12-25 7:23 ` [bug#45418] [PATCH] gnu: Add yakuake Z572 @ 2020-12-29 21:09 ` Christopher Baines 2020-12-30 10:01 ` Efraim Flashner [not found] ` <87ft3o11k3.fsf_-_@qq.com> 1 sibling, 2 replies; 5+ messages in thread From: Christopher Baines @ 2020-12-29 21:09 UTC (permalink / raw) To: Z572; +Cc: 45418 [-- Attachment #1: Type: text/plain, Size: 621 bytes --] 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 [-- Attachment #2: signature.asc --] [-- Type: application/pgp-signature, Size: 987 bytes --] ^ permalink raw reply [flat|nested] 5+ messages in thread
* [bug#45418] [PATCH] gnu: Add yakuake. 2020-12-29 21:09 ` Christopher Baines @ 2020-12-30 10:01 ` Efraim Flashner [not found] ` <87ft3o11k3.fsf_-_@qq.com> 1 sibling, 0 replies; 5+ messages in thread From: Efraim Flashner @ 2020-12-30 10:01 UTC (permalink / raw) To: Christopher Baines; +Cc: Z572, 45418 [-- Attachment #1: Type: text/plain, Size: 1029 bytes --] 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@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 [-- Attachment #2: signature.asc --] [-- Type: application/pgp-signature, Size: 833 bytes --] ^ permalink raw reply [flat|nested] 5+ messages in thread
[parent not found: <87ft3o11k3.fsf_-_@qq.com>]
* [bug#45418] [PATCH] gnu: Add yakuake. [not found] ` <87ft3o11k3.fsf_-_@qq.com> @ 2020-12-30 2:15 ` Z572 2020-12-31 22:27 ` bug#45418: " Christopher Baines 1 sibling, 0 replies; 5+ messages in thread From: Z572 @ 2020-12-30 2:15 UTC (permalink / raw) To: Christopher Baines; +Cc: 45418 [-- Attachment #1: Type: text/plain, Size: 436 bytes --] 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 [-- Attachment #2: a.gif --] [-- Type: image/gif, Size: 131215 bytes --] [-- Attachment #3: Type: text/plain, Size: 120 bytes --] If want a global hotkey, need to run `kglobalaccel5' , otherwise can click the TRAY icon or run `Yakuake' again. Z572 ^ permalink raw reply [flat|nested] 5+ messages in thread
* bug#45418: [PATCH] gnu: Add yakuake. [not found] ` <87ft3o11k3.fsf_-_@qq.com> 2020-12-30 2:15 ` Z572 @ 2020-12-31 22:27 ` Christopher Baines 1 sibling, 0 replies; 5+ messages in thread From: Christopher Baines @ 2020-12-31 22:27 UTC (permalink / raw) To: Z572; +Cc: 45418-done [-- Attachment #1: Type: text/plain, Size: 914 bytes --] Z572 <873216071@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 [-- Attachment #2: signature.asc --] [-- Type: application/pgp-signature, Size: 987 bytes --] ^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2020-12-31 22:28 UTC | newest] Thread overview: 5+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- [not found] <871rfegxh2.fsf@qq.com> 2020-12-25 7:23 ` [bug#45418] [PATCH] gnu: Add yakuake Z572 2020-12-29 21:09 ` Christopher Baines 2020-12-30 10:01 ` Efraim Flashner [not found] ` <87ft3o11k3.fsf_-_@qq.com> 2020-12-30 2:15 ` Z572 2020-12-31 22:27 ` bug#45418: " Christopher Baines
Code repositories for project(s) associated with this public inbox https://git.savannah.gnu.org/cgit/guix.git This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox; as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).