GNU bug report logs - #68551
[PATCH gnome-team] gnu: gnome-desktop: Propagate gnome-remote-desktop and gnome-connections.

Previous Next

Package: guix-patches;

Reported by: Vivien Kraus <vivien <at> planete-kraus.eu>

Date: Wed, 17 Jan 2024 21:33:02 UTC

Severity: normal

Tags: patch

Done: Vivien Kraus <vivien <at> planete-kraus.eu>

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 68551 in the body.
You can then email your comments to 68551 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 liliana.prikler <at> gmail.com, maxim.cournoyer <at> gmail.com, rg <at> raghavgururajan.name, vivien <at> planete-kraus.eu, guix-patches <at> gnu.org:
bug#68551; Package guix-patches. (Wed, 17 Jan 2024 21:33:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Vivien Kraus <vivien <at> planete-kraus.eu>:
New bug report received and forwarded. Copy sent to liliana.prikler <at> gmail.com, maxim.cournoyer <at> gmail.com, rg <at> raghavgururajan.name, vivien <at> planete-kraus.eu, guix-patches <at> gnu.org. (Wed, 17 Jan 2024 21:33:02 GMT) Full text and rfc822 format available.

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

From: Vivien Kraus <vivien <at> planete-kraus.eu>
To: guix-patches <at> gnu.org
Subject: [PATCH gnome-team] gnu: gnome-desktop: Propagate
 gnome-remote-desktop and gnome-connections.
Date: Tue, 16 Jan 2024 22:32:40 +0100
* gnu/packages/gnome.scm (gnome) [propagated-inputs]: Add gnome-connections
and gnome-remote-desktop.

Change-Id: I218cf0c3c4d52d9f611275737accb0f723fe94b5
---
 gnu/packages/gnome.scm | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index d17676f53b..04a87626d9 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -10183,6 +10183,7 @@ (define-public gnome
           gnome-calendar
           gnome-characters
           gnome-clocks
+          gnome-connections
           gnome-console
           gnome-contacts
           gnome-disk-utility
@@ -10190,6 +10191,7 @@ (define-public gnome
           gnome-maps
           gnome-music
           gnome-photos
+          gnome-remote-desktop
           gnome-screenshot
           gnome-system-monitor
           gnome-text-editor

base-commit: 2cbb1a6e1e2679c7db74b6b906d223fb3661d09f
-- 
2.41.0




Information forwarded to guix-patches <at> gnu.org:
bug#68551; Package guix-patches. (Thu, 18 Jan 2024 19:11:01 GMT) Full text and rfc822 format available.

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

From: Liliana Marie Prikler <liliana.prikler <at> gmail.com>
To: Vivien Kraus <vivien <at> planete-kraus.eu>, 68551 <at> debbugs.gnu.org
Cc: rg <at> raghavgururajan.name, maxim.cournoyer <at> gmail.com
Subject: Re: [bug#68551] [PATCH gnome-team] gnu: gnome-desktop: Propagate
 gnome-remote-desktop and gnome-connections.
Date: Thu, 18 Jan 2024 20:10:41 +0100
Am Dienstag, dem 16.01.2024 um 22:32 +0100 schrieb Vivien Kraus:
> * gnu/packages/gnome.scm (gnome) [propagated-inputs]: Add gnome-
> connections
> and gnome-remote-desktop.
Are these core GNOME applications?  I think we might want to have
another meta-package for these + builder + whatever-else.

Cheers




Information forwarded to guix-patches <at> gnu.org:
bug#68551; Package guix-patches. (Sat, 20 Jan 2024 18:30:02 GMT) Full text and rfc822 format available.

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

From: Maxim Cournoyer <maxim.cournoyer <at> gmail.com>
To: Liliana Marie Prikler <liliana.prikler <at> gmail.com>
Cc: rg <at> raghavgururajan.name, 68551 <at> debbugs.gnu.org,
 Vivien Kraus <vivien <at> planete-kraus.eu>
Subject: Re: [bug#68551] [PATCH gnome-team] gnu: gnome-desktop: Propagate
 gnome-remote-desktop and gnome-connections.
Date: Sat, 20 Jan 2024 13:29:39 -0500
Hi Liliana,

Liliana Marie Prikler <liliana.prikler <at> gmail.com> writes:

> Am Dienstag, dem 16.01.2024 um 22:32 +0100 schrieb Vivien Kraus:
>> * gnu/packages/gnome.scm (gnome) [propagated-inputs]: Add gnome-
>> connections
>> and gnome-remote-desktop.
> Are these core GNOME applications?  I think we might want to have
> another meta-package for these + builder + whatever-else.

For any query about what's core and at what version, you'll want to
check in the GNOME releng repository [0]; there's no tag but the commit
history is clear about the corresponding GNOME release.  The release
team also snapshot such file in e.g. [1].

Answering the question, yes they are part of core GNOME applications.

[0]  https://gitlab.gnome.org/GNOME/releng/-/blob/dcec695c6ae86a156656935d3e0247cb233e44bd/tools/versions-stable
[1]  https://ftp2.nluug.nl/windowing/gnome/teams/releng/45.0/versions

-- 
Thanks,
Maxim




Information forwarded to guix-patches <at> gnu.org:
bug#68551; Package guix-patches. (Sat, 20 Jan 2024 19:47:01 GMT) Full text and rfc822 format available.

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

From: Liliana Marie Prikler <liliana.prikler <at> gmail.com>
To: Maxim Cournoyer <maxim.cournoyer <at> gmail.com>
Cc: rg <at> raghavgururajan.name, 68551 <at> debbugs.gnu.org,
 Vivien Kraus <vivien <at> planete-kraus.eu>
Subject: Re: [bug#68551] [PATCH gnome-team] gnu: gnome-desktop: Propagate
 gnome-remote-desktop and gnome-connections.
Date: Sat, 20 Jan 2024 20:46:16 +0100
Am Samstag, dem 20.01.2024 um 13:29 -0500 schrieb Maxim Cournoyer:
> Hi Liliana,
> 
> Liliana Marie Prikler <liliana.prikler <at> gmail.com> writes:
> 
> > Am Dienstag, dem 16.01.2024 um 22:32 +0100 schrieb Vivien Kraus:
> > > * gnu/packages/gnome.scm (gnome) [propagated-inputs]: Add gnome-
> > > connections and gnome-remote-desktop.
> > Are these core GNOME applications?  I think we might want to have
> > another meta-package for these + builder + whatever-else.
> 
> For any query about what's core and at what version, you'll want to
> check in the GNOME releng repository [0]; there's no tag but the
> commit history is clear about the corresponding GNOME release.  The
> release team also snapshot such file in e.g. [1].
> 
> Answering the question, yes they are part of core GNOME applications.
> 
> [0] 
> https://gitlab.gnome.org/GNOME/releng/-/blob/dcec695c6ae86a156656935d3e0247cb233e44bd/tools/versions-stable
> [1]  https://ftp2.nluug.nl/windowing/gnome/teams/releng/45.0/versions
I'm not sure, releng is that authoritative.  [2] markets devhelp as
"developer extra", and only lists gnome-connections out of the two.
The actual source of truth appears to be encoded in yaml files over at
[3] and is appropriately version-tagged.

Cheers

[2] https://gitlab.gnome.org/Teams/Websites/apps.gnome.org
[3] https://gitlab.gnome.org/GNOME/gnome-build-meta




Information forwarded to guix-patches <at> gnu.org:
bug#68551; Package guix-patches. (Sun, 21 Jan 2024 16:36:02 GMT) Full text and rfc822 format available.

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

From: Maxim Cournoyer <maxim.cournoyer <at> gmail.com>
To: Liliana Marie Prikler <liliana.prikler <at> gmail.com>
Cc: rg <at> raghavgururajan.name, 68551 <at> debbugs.gnu.org,
 Vivien Kraus <vivien <at> planete-kraus.eu>
Subject: Re: [bug#68551] [PATCH gnome-team] gnu: gnome-desktop: Propagate
 gnome-remote-desktop and gnome-connections.
Date: Sun, 21 Jan 2024 11:34:49 -0500
Hi Liliana,

Liliana Marie Prikler <liliana.prikler <at> gmail.com> writes:

> Am Samstag, dem 20.01.2024 um 13:29 -0500 schrieb Maxim Cournoyer:
>> Hi Liliana,
>> 
>> Liliana Marie Prikler <liliana.prikler <at> gmail.com> writes:
>> 
>> > Am Dienstag, dem 16.01.2024 um 22:32 +0100 schrieb Vivien Kraus:
>> > > * gnu/packages/gnome.scm (gnome) [propagated-inputs]: Add gnome-
>> > > connections and gnome-remote-desktop.
>> > Are these core GNOME applications?  I think we might want to have
>> > another meta-package for these + builder + whatever-else.
>> 
>> For any query about what's core and at what version, you'll want to
>> check in the GNOME releng repository [0]; there's no tag but the
>> commit history is clear about the corresponding GNOME release.  The
>> release team also snapshot such file in e.g. [1].
>> 
>> Answering the question, yes they are part of core GNOME applications.
>> 
>> [0] 
>> https://gitlab.gnome.org/GNOME/releng/-/blob/dcec695c6ae86a156656935d3e0247cb233e44bd/tools/versions-stable
>> [1]  https://ftp2.nluug.nl/windowing/gnome/teams/releng/45.0/versions
> I'm not sure, releng is that authoritative.  [2] markets devhelp as
> "developer extra", and only lists gnome-connections out of the two.
> The actual source of truth appears to be encoded in yaml files over at
> [3] and is appropriately version-tagged.

I'm not sure either, but that's what I was pointed at by GNOME devs such
as ebassi last time I ask in #gnome.  I think it's there for a good
reason, perhaps as the bill of materials used by their own GNOME image
(distribution).

-- 
Thanks,
Maxim




Information forwarded to guix-patches <at> gnu.org:
bug#68551; Package guix-patches. (Mon, 22 Jan 2024 21:59:02 GMT) Full text and rfc822 format available.

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

From: Vivien Kraus <vivien <at> planete-kraus.eu>
To: Liliana Marie Prikler <liliana.prikler <at> gmail.com>, Maxim Cournoyer
 <maxim.cournoyer <at> gmail.com>
Cc: rg <at> raghavgururajan.name, 68551 <at> debbugs.gnu.org
Subject: Re: [bug#68551] [PATCH gnome-team] gnu: gnome-desktop: Propagate
 gnome-remote-desktop and gnome-connections.
Date: Mon, 22 Jan 2024 22:57:45 +0100
Hello!

Le samedi 20 janvier 2024 à 20:46 +0100, Liliana Marie Prikler a
écrit :
> [2] markets devhelp as
> "developer extra", and only lists gnome-connections out of the two.
It would be sad to have only gnome-connections and not gnome-remote-
desktop. What remote desktop would you access?

> The actual source of truth appears to be encoded in yaml files over
> at
> [3] and is appropriately version-tagged.
Can you decipher it? I don’t understand where you would find the
information.

Best regards,

Vivien




Information forwarded to guix-patches <at> gnu.org:
bug#68551; Package guix-patches. (Mon, 22 Jan 2024 22:51:02 GMT) Full text and rfc822 format available.

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

From: Vivien Kraus <vivien <at> planete-kraus.eu>
To: 68551 <at> debbugs.gnu.org
Cc: rg <at> raghavgururajan.name, vivien <at> planete-kraus.eu, liliana.prikler <at> gmail.com,
 maxim.cournoyer <at> gmail.com
Subject: [PATCH gnome-team v2] gnu: gnome-desktop: Propagate missing core
 applications.
Date: Tue, 16 Jan 2024 22:32:40 +0100
The categories are from the meta-packages in the
https://gitlab.gnome.org/GNOME/gnome-build-meta repository.

* gnu/packages/gnome.scm (gnome) [propagated-inputs]: Add gnome-connections
and gnome-remote-desktop. Add GNOME-Core-Developer-Tools section with
dconf-editor, devhelp, d-spy, gnome-boxes, gnome-builder, sysprof. Add
GNOME-Core-Mobile section with calls.

Change-Id: I218cf0c3c4d52d9f611275737accb0f723fe94b5
---
Dear guix,

I crawled https://gitlab.gnome.org/GNOME/gnome-build-meta and I think now we
have the core applications in the correct section (and yes,
gnome-remote-desktop is one!).  That’s quite a lot of applications, but maybe
it’s OK. What do you think? Regarding i686-linux, gnome-shell depends on gjs
and thus rust, so I’m not sure there’s anything to save.

Best regards,

Vivien

 gnu/packages/gnome.scm | 11 +++++++++++
 1 file changed, 11 insertions(+)

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 3d89f06d6a..fdc903d48d 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -10145,6 +10145,15 @@ (define-public gnome
              (list eog)
              '())
        ,@(list
+          ;; GNOME-Core-Developer-Tools.
+          dconf-editor
+          devhelp
+          d-spy
+          gnome-boxes
+          gnome-builder
+          sysprof
+          ;; GNOME-Core-Mobile.
+          calls
           ;; GNOME-Core-OS-Services.
           accountsservice
           network-manager
@@ -10162,6 +10171,7 @@ (define-public gnome
           gnome-initial-setup
           gnome-keyring
           gnome-menus
+          gnome-remote-desktop
           gnome-session
           gnome-settings-daemon
           gnome-shell
@@ -10185,6 +10195,7 @@ (define-public gnome
           gnome-calendar
           gnome-characters
           gnome-clocks
+          gnome-connections
           gnome-console
           gnome-contacts
           gnome-disk-utility

base-commit: 49897f2dde7f469c83c496fad2699d3a05f72701
-- 
2.41.0




Information forwarded to guix-patches <at> gnu.org:
bug#68551; Package guix-patches. (Fri, 26 Jan 2024 21:17:01 GMT) Full text and rfc822 format available.

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

From: Maxim Cournoyer <maxim.cournoyer <at> gmail.com>
To: Vivien Kraus <vivien <at> planete-kraus.eu>
Cc: rg <at> raghavgururajan.name, 68551 <at> debbugs.gnu.org, liliana.prikler <at> gmail.com
Subject: Re: [PATCH gnome-team v2] gnu: gnome-desktop: Propagate missing
 core applications.
Date: Fri, 26 Jan 2024 16:16:06 -0500
Hi,

Vivien Kraus <vivien <at> planete-kraus.eu> writes:

> The categories are from the meta-packages in the
> https://gitlab.gnome.org/GNOME/gnome-build-meta repository.
>
> * gnu/packages/gnome.scm (gnome) [propagated-inputs]: Add gnome-connections
> and gnome-remote-desktop. Add GNOME-Core-Developer-Tools section with
> dconf-editor, devhelp, d-spy, gnome-boxes, gnome-builder, sysprof. Add
> GNOME-Core-Mobile section with calls.
>
> Change-Id: I218cf0c3c4d52d9f611275737accb0f723fe94b5
> ---
> Dear guix,
>
> I crawled https://gitlab.gnome.org/GNOME/gnome-build-meta and I think now we
> have the core applications in the correct section (and yes,
> gnome-remote-desktop is one!).  That’s quite a lot of applications, but maybe
> it’s OK. What do you think? Regarding i686-linux, gnome-shell depends on gjs
> and thus rust, so I’m not sure there’s anything to save.

Thanks for doing so!

> Best regards,
>
> Vivien
>
>  gnu/packages/gnome.scm | 11 +++++++++++
>  1 file changed, 11 insertions(+)
>
> diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
> index 3d89f06d6a..fdc903d48d 100644
> --- a/gnu/packages/gnome.scm
> +++ b/gnu/packages/gnome.scm
> @@ -10145,6 +10145,15 @@ (define-public gnome
>               (list eog)
>               '())
>         ,@(list
> +          ;; GNOME-Core-Developer-Tools.
> +          dconf-editor
> +          devhelp
> +          d-spy
> +          gnome-boxes
> +          gnome-builder
> +          sysprof
> +          ;; GNOME-Core-Mobile.
> +          calls
>            ;; GNOME-Core-OS-Services.
>            accountsservice
>            network-manager
> @@ -10162,6 +10171,7 @@ (define-public gnome
>            gnome-initial-setup
>            gnome-keyring
>            gnome-menus
> +          gnome-remote-desktop
>            gnome-session
>            gnome-settings-daemon
>            gnome-shell
> @@ -10185,6 +10195,7 @@ (define-public gnome
>            gnome-calendar
>            gnome-characters
>            gnome-clocks
> +          gnome-connections
>            gnome-console
>            gnome-contacts
>            gnome-disk-utility

I think that's fine for now, and the RFC from Liliana looks great as
well, so the above could be used as the legacy meta-package (I assume
they are part of Liliana's new categorized lists of default GNOME
packages that can be configured).

Reviewed-by: Maxim Cournoyer <maxim.cournoyer <at> gmail>

-- 
Thanks,
Maxim




Information forwarded to guix-patches <at> gnu.org:
bug#68551; Package guix-patches. (Fri, 26 Jan 2024 22:49:02 GMT) Full text and rfc822 format available.

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

From: Liliana Marie Prikler <liliana.prikler <at> gmail.com>
To: Maxim Cournoyer <maxim.cournoyer <at> gmail.com>, Vivien Kraus
 <vivien <at> planete-kraus.eu>
Cc: rg <at> raghavgururajan.name, 68551 <at> debbugs.gnu.org
Subject: Re: [PATCH gnome-team v2] gnu: gnome-desktop: Propagate missing
 core applications.
Date: Fri, 26 Jan 2024 23:47:59 +0100
Am Freitag, dem 26.01.2024 um 16:16 -0500 schrieb Maxim Cournoyer:
> Hi,
> 
> Vivien Kraus <vivien <at> planete-kraus.eu> writes:
> 
> > The categories are from the meta-packages in the
> > https://gitlab.gnome.org/GNOME/gnome-build-meta repository.
> > 
> > * gnu/packages/gnome.scm (gnome) [propagated-inputs]: Add gnome-
> > connections and gnome-remote-desktop. Add GNOME-Core-Developer-
> > Tools section
> > with dconf-editor, devhelp, d-spy, gnome-boxes, gnome-builder,
> > sysprof.  Add GNOME-Core-Mobile section with calls.
> > 
> > Change-Id: I218cf0c3c4d52d9f611275737accb0f723fe94b5
> > ---
> > Dear guix,
> > 
> > I crawled https://gitlab.gnome.org/GNOME/gnome-build-meta and I
> > think now we have the core applications in the correct section (and
> > yes, gnome-remote-desktop is one!).  That’s quite a lot of
> > applications, but maybe it’s OK. What do you think? Regarding i686-
> > linux, gnome-shell depends on gjs and thus rust, so I’m not sure
> > there’s anything to save.
> 
> Thanks for doing so!
> 
> > Best regards,
> > 
> > Vivien
> > 
> >  gnu/packages/gnome.scm | 11 +++++++++++
> >  1 file changed, 11 insertions(+)
> > 
> > diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
> > index 3d89f06d6a..fdc903d48d 100644
> > --- a/gnu/packages/gnome.scm
> > +++ b/gnu/packages/gnome.scm
> > @@ -10145,6 +10145,15 @@ (define-public gnome
> >               (list eog)
> >               '())
> >         ,@(list
> > +          ;; GNOME-Core-Developer-Tools.
> > +          dconf-editor
> > +          devhelp
> > +          d-spy
> > +          gnome-boxes
> > +          gnome-builder
> > +          sysprof
> > +          ;; GNOME-Core-Mobile.
> > +          calls
> >            ;; GNOME-Core-OS-Services.
> >            accountsservice
> >            network-manager
> > @@ -10162,6 +10171,7 @@ (define-public gnome
> >            gnome-initial-setup
> >            gnome-keyring
> >            gnome-menus
> > +          gnome-remote-desktop
> >            gnome-session
> >            gnome-settings-daemon
> >            gnome-shell
> > @@ -10185,6 +10195,7 @@ (define-public gnome
> >            gnome-calendar
> >            gnome-characters
> >            gnome-clocks
> > +          gnome-connections
> >            gnome-console
> >            gnome-contacts
> >            gnome-disk-utility
> 
> I think that's fine for now, and the RFC from Liliana looks great as
> well, so the above could be used as the legacy meta-package (I assume
> they are part of Liliana's new categorized lists of default GNOME
> packages that can be configured).
I skipped the optional bits (developer tools + calls), as they're a
rather mixed bag. We should probably add the other two, however.

Cheers

Information forwarded to guix-patches <at> gnu.org:
bug#68551; Package guix-patches. (Fri, 26 Jan 2024 23:00:01 GMT) Full text and rfc822 format available.

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

From: Vivien Kraus <vivien <at> planete-kraus.eu>
To: Liliana Marie Prikler <liliana.prikler <at> gmail.com>,
 Maxim Cournoyer <maxim.cournoyer <at> gmail.com>
Cc: rg <at> raghavgururajan.name, 68551 <at> debbugs.gnu.org
Subject: Re: [PATCH gnome-team v2] gnu: gnome-desktop: Propagate missing core applications.
Date: Fri, 26 Jan 2024 23:59:31 +0100
[Message part 1 (text/plain, inline)]
Hello!

The extra packages that I included in this patch (calls and the developer tools) were there because you hinted to a source that had them listed. I don’t care if you keep them or not.

Vivien
[Message part 2 (text/html, inline)]

Reply sent to Vivien Kraus <vivien <at> planete-kraus.eu>:
You have taken responsibility. (Tue, 06 Feb 2024 17:04:02 GMT) Full text and rfc822 format available.

Notification sent to Vivien Kraus <vivien <at> planete-kraus.eu>:
bug acknowledged by developer. (Tue, 06 Feb 2024 17:04:02 GMT) Full text and rfc822 format available.

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

From: Vivien Kraus <vivien <at> planete-kraus.eu>
To: 68551-done <at> debbugs.gnu.org
Subject: [PATCH gnome-team] gnu: gnome-desktop: Propagate
 gnome-remote-desktop and gnome-connections.
Date: Tue, 06 Feb 2024 18:03:14 +0100
I’m closing this one in favor of https://issues.guix.gnu.org/68716




bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Wed, 06 Mar 2024 12:24:07 GMT) Full text and rfc822 format available.

This bug report was last modified 1 year and 108 days ago.

Previous Next


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