From unknown Fri Sep 05 18:58:04 2025 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Mailer: MIME-tools 5.509 (Entity 5.509) Content-Type: text/plain; charset=utf-8 From: bug#66644 <66644@debbugs.gnu.org> To: bug#66644 <66644@debbugs.gnu.org> Subject: Status: [PATCH master 0/3] Add Tilda with D-Bus support (necessary for Wayland) Reply-To: bug#66644 <66644@debbugs.gnu.org> Date: Sat, 06 Sep 2025 01:58:04 +0000 retitle 66644 [PATCH master 0/3] Add Tilda with D-Bus support (necessary fo= r Wayland) reassign 66644 guix-patches submitter 66644 Suhail severity 66644 normal tag 66644 patch thanks From debbugs-submit-bounces@debbugs.gnu.org Fri Oct 20 01:24:02 2023 Received: (at submit) by debbugs.gnu.org; 20 Oct 2023 05:24:02 +0000 Received: from localhost ([127.0.0.1]:38462 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qthzK-0000cs-Nj for submit@debbugs.gnu.org; Fri, 20 Oct 2023 01:24:02 -0400 Received: from lists.gnu.org ([2001:470:142::17]:57776) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qtZoX-000145-R9 for submit@debbugs.gnu.org; Thu, 19 Oct 2023 16:40:18 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1qtZo1-0007Qj-D9 for guix-patches@gnu.org; Thu, 19 Oct 2023 16:39:45 -0400 Received: from mail-4018.proton.ch ([185.70.40.18]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1qtZnx-0007r5-V5 for guix-patches@gnu.org; Thu, 19 Oct 2023 16:39:45 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bayesians.ca; s=protonmail2; t=1697747977; x=1698007177; bh=sJ9HahxvxlpSiZdMj55dmfTchszOVVQ4JVT/uO+fcs4=; h=Date:To:From:Subject:Message-ID:Feedback-ID:From:To:Cc:Date: Subject:Reply-To:Feedback-ID:Message-ID:BIMI-Selector; b=hNfOjx6Bny3qcIMeBg3t73C1gQW+EpdfLQmb5JPbsEM2+s6N1dD6qQ410/uYSnxeE FGLjBoV17YDsJMsjgCjgUwEmnF+edCR35WmXufeqK72q+MeiBDe1E3Ah94ewslJQez 16nOYdmIhlqk6o4WpzNA19v+KBXC7CcUDK7hR53fTnGvH2SHyQ25VETf8M8GJ3vpLG st2wvx1N4albnQXh6nHs2pjSNMQEvTaFZ0WzfCFIONvPLsuNFSxIUvgTeVFgn8dn+r H7tp9PaTptap4d1slJV0o/disIl+Zj4icTHNfl1MsIdvy0sNvXMuIOq8qpCIDIukz4 DTPL5W2AsI/RQ== Date: Thu, 19 Oct 2023 20:39:27 +0000 To: guix patches mailing list From: Suhail Subject: [PATCH master 0/3] Add Tilda with D-Bus support (necessary for Wayland) Message-ID: Feedback-ID: 38691229:user:proton MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Received-SPF: pass client-ip=185.70.40.18; envelope-from=suhail@bayesians.ca; helo=mail-4018.proton.ch X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_MSPIKE_H5=0.001, RCVD_IN_MSPIKE_WL=0.001, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: 1.0 (+) X-Debbugs-Envelope-To: submit X-Mailman-Approved-At: Fri, 20 Oct 2023 01:23:56 -0400 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -0.0 (/) Hi Guix, The last official release of Tilda (1.5.4) is almost 3 years old and notably doesn't include D-Bus support (which is necessary on Wayland). D-Bus support was added to upstream (main branch) in 2021, however, there hasn't been a release, since, that has included it. This series adds version 1.6-alpha with D-Bus support to Guix. There are some changes in 1.5.4 that aren't (yet?) included in the 1.6-alpha branch. As such, a new package definition is created for 1.6-alpha (as opposed to only updating the 1.5.4 version). Additionally, some issues pointed out by 'guix lint' and 'guix style' for tilda@1.5.4 are fixed. Cheers Suhail (3): gnu: tilda: Add version 1.6-alpha with D-Bus support gnu: tilda: Fix lint error by updating input list format for v1.5.4 gnu: tilda: Run guix style on tilda@1.5.4 gnu/packages/terminals.scm | 64 ++++++++++++++++++++++++-------------- 1 file changed, 41 insertions(+), 23 deletions(-) base-commit: c065da01ff956d3c2bdfc45a33d910e509a211d9 --=20 2.42.0 From debbugs-submit-bounces@debbugs.gnu.org Fri Oct 20 15:52:25 2023 Received: (at 66644) by debbugs.gnu.org; 20 Oct 2023 19:52:25 +0000 Received: from localhost ([127.0.0.1]:41515 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qtvXl-0003Wm-EP for submit@debbugs.gnu.org; Fri, 20 Oct 2023 15:52:25 -0400 Received: from mail-4323.proton.ch ([185.70.43.23]:61761) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qtvXh-0003WW-QS for 66644@debbugs.gnu.org; Fri, 20 Oct 2023 15:52:24 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bayesians.ca; s=protonmail2; t=1697831508; x=1698090708; bh=u4LZYe8cDsIyMHKlkTGZJXB335koGbSNn27PwA9gfzo=; h=Date:To:From:Subject:Message-ID:Feedback-ID:From:To:Cc:Date: Subject:Reply-To:Feedback-ID:Message-ID:BIMI-Selector; b=Al1UdLYtnxiZvPayxbo6pHooFog7s/t2RhDW+mXXnk7n5iVmlyji8ns6ReAlpy5mV mp70fjeCO/jLARLpvPML1M2x69wcy5Mz8C+6ka1WZOvRQSGbYoLjsNAufrwiqSCBqy tmCAqCfErz5jTDoOVUhYE9Sj3yp96Yu4lK8zYNyvjOdYVU5IgLuhfZJKWIE1zev31v 6C4PnzxOyjZXY6chDCUi/FNJJXjCGeStdbP/7llnT5UViBHAjTTT5d+2vbh3jYcXqI V2Ojt8xBYSQCcPuADG94b7gCth/9XZC7S7qiIwe5iZmurCBeGlrXolN7iKCWBu7Stc au6UsU1pUpFIA== Date: Fri, 20 Oct 2023 19:51:35 +0000 To: 66644@debbugs.gnu.org From: Suhail Subject: [PATCH master 1/3] gnu: tilda: Add version 1.6-alpha with D-Bus support Message-ID: Feedback-ID: 38691229:user:proton MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 66644 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) * gnu/packages/terminals.scm (tilda-dbus): New variable. --- gnu/packages/terminals.scm | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/gnu/packages/terminals.scm b/gnu/packages/terminals.scm index 989fd00e61..0c06a42213 100644 --- a/gnu/packages/terminals.scm +++ b/gnu/packages/terminals.scm @@ -187,6 +187,29 @@ (define-public tilda (home-page "https://github.com/lanoxx/tilda") (license license:gpl2+))) =20 +(define-public tilda-dbus + (package + (inherit tilda) + (name "tilda") + (version "1.6-alpha") + (source + (origin + (method git-fetch) + (uri (git-reference + (url "https://github.com/lanoxx/tilda") + (commit "51a980a55ad6d750daa21d43a66d44577dad277b"))) + (file-name (git-file-name name version)) + (sha256 + (base32 "1pdarmlxkap9v689s88b89l5hi4vspsrrysh7pbm9rhdjmzk5m2c")))) + (synopsis "GTK+-based drop-down terminal with experimental D-Bus suppo= rt") + (description + "Tilda is a terminal emulator similar to normal terminals like +gnome-terminal (GNOME) or Konsole (KDE), with the difference that it drops= down +from the edge of a screen when a certain configurable hotkey is pressed. = This +is similar to the built-in consoles in some applications. Tilda is highly +configurable through a graphical wizard. This version enables D-Bus suppo= rt +which is necessary for using Tilda on Wayland."))) + (define-public termite (package (name "termite") --=20 2.42.0 From debbugs-submit-bounces@debbugs.gnu.org Fri Oct 20 15:54:27 2023 Received: (at 66644) by debbugs.gnu.org; 20 Oct 2023 19:54:27 +0000 Received: from localhost ([127.0.0.1]:41520 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qtvZi-0003Zk-Sh for submit@debbugs.gnu.org; Fri, 20 Oct 2023 15:54:27 -0400 Received: from mail-4022.proton.ch ([185.70.40.22]:10057) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qtvZd-0003ZR-Nc for 66644@debbugs.gnu.org; Fri, 20 Oct 2023 15:54:25 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bayesians.ca; s=protonmail2; t=1697831627; x=1698090827; bh=uJbG1ELNBy7bVIcHd874LP0m5lPhJkrHoxkZw5Q+yug=; h=Date:To:From:Subject:Message-ID:Feedback-ID:From:To:Cc:Date: Subject:Reply-To:Feedback-ID:Message-ID:BIMI-Selector; b=SCZPbK9YkjQh2sfmysXz17YdrJW5H2YZgRjkIADEDbQ2qeM4uNpUYHBjFe/e6Fsib 8OvXfJS0bkqteLP58n0rGIFUkF2UUXq9LLwCELtTn+JW43JI/X2eqUFI7FJJheJzu1 UR9qLVd7oLeIfz84iduvBJo4LQNDUA/AyPT9BKG/AgWBNqQ0tX4RyPDDnmLPcP/tSq lZ9Z3lXMFyjKSC1jP0UyAwwbrR7k2SyvD5dLqEpdbAKntJG4a/jBED7LCM3VHweDAD 4oK4qcgTRqi73ZHh0+LMv2cXTEu57hCylN1hKs1hlRvgNVvWkEyUODa2I02eykiWUT 3OIGyiqnCW5Ag== Date: Fri, 20 Oct 2023 19:53:30 +0000 To: 66644@debbugs.gnu.org From: Suhail Subject: [PATCH master 2/3] gnu: tilda: Fix lint error by updating input list format for v1.5.4 Message-ID: <96a41987e7f8ac1a0b4a9c8695def8cbfc9ca011.1697747918.git.suhail@bayesians.ca> Feedback-ID: 38691229:user:proton MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 66644 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) * gnu/packages/terminals.scm (tilda)[native-inputs]: Use updated format. --- gnu/packages/terminals.scm | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/gnu/packages/terminals.scm b/gnu/packages/terminals.scm index 0c06a42213..6d5bd8bff7 100644 --- a/gnu/packages/terminals.scm +++ b/gnu/packages/terminals.scm @@ -172,10 +172,7 @@ (define-public tilda (for-each make-file-writable (find-files "po" ".")) #t))))) (native-inputs - `(("autoconf" ,autoconf) - ("automake" ,automake) - ("gettext" ,gettext-minimal) - ("pkg-config" ,pkg-config))) + (list autoconf automake gettext-minimal pkg-config)) (inputs (list libconfuse vte)) (synopsis "GTK+-based drop-down terminal") --=20 2.42.0 From debbugs-submit-bounces@debbugs.gnu.org Fri Oct 20 15:55:19 2023 Received: (at 66644) by debbugs.gnu.org; 20 Oct 2023 19:55:19 +0000 Received: from localhost ([127.0.0.1]:41525 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qtvaZ-0003bK-GF for submit@debbugs.gnu.org; Fri, 20 Oct 2023 15:55:19 -0400 Received: from mail-4317.proton.ch ([185.70.43.17]:47149) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qtvaV-0003b4-Ee for 66644@debbugs.gnu.org; Fri, 20 Oct 2023 15:55:18 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bayesians.ca; s=protonmail2; t=1697831681; x=1698090881; bh=R8/j7JcCvMnEl9430ZxQ2g7RPSQ/G4gJoCOY0a6WOuk=; h=Date:To:From:Subject:Message-ID:Feedback-ID:From:To:Cc:Date: Subject:Reply-To:Feedback-ID:Message-ID:BIMI-Selector; b=U61aG80VINBxxl+bdzSIsfODAnuC8gninXyxJa8lIV2gW4h+GP0oRiFajzfuZCFIK j8iIuvC2Chn/hB6XFNlj0Gr5gZuc+TXyL+3iAfkTwrJenZwulxSeSqRKGwtHjJGgpx CmYGB1dFSXe0Mpio2JXNBqxxGA8xXma5jbbhT0WPzDb6ww8oBv3d2y8Cclj4vLx1BA MwIETfYarLrRdFeLqGopaP58ZKtLvgGAlV0YiX4ZR2mVlsOLeTeRX/FNlNY1VagRyy WeAlFW8FT2ft2uNk+i/zYm0aaIUOSOcoDcJx85Rn7XOgTc+mIn239v7xgC4kBPrJ3N 6WtPxk3nuCSvQ== Date: Fri, 20 Oct 2023 19:54:32 +0000 To: 66644@debbugs.gnu.org From: Suhail Subject: [PATCH master 3/3] gnu: tilda: Run guix style on tilda@1.5.4 Message-ID: Feedback-ID: 38691229:user:proton MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 66644 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) * gnu/packages/terminals.scm (tilda): Re-indent. --- gnu/packages/terminals.scm | 38 ++++++++++++++++++-------------------- 1 file changed, 18 insertions(+), 20 deletions(-) diff --git a/gnu/packages/terminals.scm b/gnu/packages/terminals.scm index 6d5bd8bff7..a0eac00571 100644 --- a/gnu/packages/terminals.scm +++ b/gnu/packages/terminals.scm @@ -154,29 +154,27 @@ (define-public tilda (package (name "tilda") (version "1.5.4") - (source (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/lanoxx/tilda") - (commit (string-append "tilda-" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 - "0q2i9ny8sh7zjzgvkx8vcvk593wcvchjc4xq4nrlqdd377r7cg5q")))) + (source + (origin + (method git-fetch) + (uri (git-reference + (url "https://github.com/lanoxx/tilda") + (commit (string-append "tilda-" version)))) + (file-name (git-file-name name version)) + (sha256 + (base32 "0q2i9ny8sh7zjzgvkx8vcvk593wcvchjc4xq4nrlqdd377r7cg5q")))) (build-system glib-or-gtk-build-system) (arguments - `(#:phases - (modify-phases %standard-phases - (add-after 'unpack 'make-po-writable - (lambda _ - (for-each make-file-writable (find-files "po" ".")) - #t))))) - (native-inputs - (list autoconf automake gettext-minimal pkg-config)) - (inputs - (list libconfuse vte)) + `(#:phases (modify-phases %standard-phases + (add-after 'unpack 'make-po-writable + (lambda _ + (for-each make-file-writable + (find-files "po" ".")) #t))))) + (native-inputs (list autoconf automake gettext-minimal pkg-config)) + (inputs (list libconfuse vte)) (synopsis "GTK+-based drop-down terminal") - (description "Tilda is a terminal emulator similar to normal terminals= like + (description + "Tilda is a terminal emulator similar to normal terminals like gnome-terminal (GNOME) or Konsole (KDE), with the difference that it drops= down from the edge of a screen when a certain configurable hotkey is pressed. = This is similar to the built-in consoles in some applications. Tilda is highly --=20 2.42.0 From debbugs-submit-bounces@debbugs.gnu.org Wed Nov 22 09:48:21 2023 Received: (at 66644-done) by debbugs.gnu.org; 22 Nov 2023 14:48:21 +0000 Received: from localhost ([127.0.0.1]:58580 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1r5oWa-0004bw-RP for submit@debbugs.gnu.org; Wed, 22 Nov 2023 09:48:21 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]:48768) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1r5oWZ-0004bD-8u for 66644-done@debbugs.gnu.org; Wed, 22 Nov 2023 09:48:20 -0500 Received: from fencepost.gnu.org ([2001:470:142:3::e]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1r5oWQ-0000D0-HD; Wed, 22 Nov 2023 09:48:10 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-Version:Date:References:In-Reply-To:Subject:To: From; bh=es7PuBD3g2cs/XnlhJdKkeustBMft7JbxmkzkPeCT8M=; b=ND5s63Bw5PFBpLehETkZ WWLJ3jTXjvOijAtAh6yBfheBqWrZ4iGWz7UrgB2NpUFKqq2AEt4h64aqGXCZPQP/sbu3r2PueXdom mgCZfKFYvx71y4LW/VR+zZkcDZiicpyo2UXsJ9fb5Ldz2H31J3uHZYFafqa6kA0axioS4mutznrxX UARMpzCu7yJUFUCGTFWpltMyvPELAIkYnugRwThm7v3fyIOplFQGeMlgQlbDgDAH9o03WMSKltO49 OLU2YjIIn4NU4vv95IxhLBdyC0qPw1jF5wmQIH+YGda92H6+C8OzCNDh9nF6ZPAwB+k6Hf1KjLG5b Amc7Hxa0dkF0qA==; From: =?utf-8?Q?Ludovic_Court=C3=A8s?= To: Suhail Subject: Re: [bug#66644] [PATCH master 0/3] Add Tilda with D-Bus support (necessary for Wayland) In-Reply-To: (suhail@bayesians.ca's message of "Thu, 19 Oct 2023 20:39:27 +0000") References: Date: Wed, 22 Nov 2023 15:48:07 +0100 Message-ID: <87bkbllu8o.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 66644-done Cc: 66644-done@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -3.3 (---) Hi, Suhail skribis: > gnu: tilda: Add version 1.6-alpha with D-Bus support > gnu: tilda: Fix lint error by updating input list format for v1.5.4 > gnu: tilda: Run guix style on tilda@1.5.4 Finally applied, thanks! Ludo=E2=80=99. From unknown Fri Sep 05 18:58:04 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Thu, 21 Dec 2023 12:24:09 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator