GNU bug report logs - #41298
Newly installed applications don't show up in GNOME

Previous Next

Package: guix;

Reported by: ptibedo ptibedo <gnu.rooty <at> gmail.com>

Date: Sat, 16 May 2020 00:07:01 UTC

Severity: important

Merged with 35594, 36376

Done: Ludovic Courtès <ludo <at> gnu.org>

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 41298 in the body.
You can then email your comments to 41298 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 bug-guix <at> gnu.org:
bug#41298; Package guix. (Sat, 16 May 2020 00:07:01 GMT) Full text and rfc822 format available.

Acknowledgement sent to ptibedo ptibedo <gnu.rooty <at> gmail.com>:
New bug report received and forwarded. Copy sent to bug-guix <at> gnu.org. (Sat, 16 May 2020 00:07:01 GMT) Full text and rfc822 format available.

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

From: ptibedo ptibedo <gnu.rooty <at> gmail.com>
To: bug-guix <at> gnu.org
Subject: les icones des applications ne s'affiche pas
Date: Fri, 15 May 2020 23:25:39 +0000
[Message part 1 (text/plain, inline)]
Bonsoir ! Cela fait un moment que ce bug existe et je trouve cela
étonnant qu'il n'est pas été corrigé depuis.
Quand j'installe une application je dois constamment fermé la session
et l'ouvrir pour que les icones précédemment installé soient affichées.
Je suis sur l'environnement de bureau GNOME.
[Message part 2 (text/html, inline)]

Information forwarded to bug-guix <at> gnu.org:
bug#41298; Package guix. (Sat, 16 May 2020 02:55:02 GMT) Full text and rfc822 format available.

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

From: Julien Lepiller <julien <at> lepiller.eu>
To: ptibedo ptibedo <gnu.rooty <at> gmail.com>,41298 <at> debbugs.gnu.org
Subject: Re: bug#41298: les icones des applications ne s'affiche pas
Date: Fri, 15 May 2020 22:53:46 -0400
Le 15 mai 2020 19:25:39 GMT-04:00, ptibedo ptibedo <gnu.rooty <at> gmail.com> a écrit :
>Bonsoir ! Cela fait un moment que ce bug existe et je trouve cela
>étonnant qu'il n'est pas été corrigé depuis.
>Quand j'installe une application je dois constamment fermé la session
>et l'ouvrir pour que les icones précédemment installé soient affichées.
>Je suis sur l'environnement de bureau GNOME.

C'est effectivement un problème connu, mais difficile à corriger. Il faudrait que guix fasse une action particulière pour chaque environnement de bureau ou outil qui doit être rechargé pour se rendre compte qu'il y a de nouveaux paquets.

Je ne suis pas sur gnome, mais tu peux tester ça : alt+f2 qui ouvre un champ texte qui permet de contrôler gnome directement, puis dedans restart et appuie sur entrée. Ça devrait recharger les applications sans te déconnecter.

Guix ne peut pas savoir si tu es sous gnome ou autre chose parce qu'il n'est pas installé dans le même profil. L'outil dont il a besoin n'est pas forcément disponible et tous les tester serait une mauvaise solution.

Pour moi il faudrait que l'environnement de bureau réagisse de lui-même, mais ça demande de corriger l'environnement de bureau…

En espérant avoir été un peu utile.




Information forwarded to bug-guix <at> gnu.org:
bug#41298; Package guix. (Sat, 16 May 2020 03:07:02 GMT) Full text and rfc822 format available.

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

From: Julien Lepiller <julien <at> lepiller.eu>
To: ptibedo ptibedo <gnu.rooty <at> gmail.com>,41298 <at> debbugs.gnu.org
Subject: Re: bug#41298: les icones des applications ne s'affiche pas
Date: Fri, 15 May 2020 23:06:46 -0400
Le 15 mai 2020 19:25:39 GMT-04:00, ptibedo ptibedo <gnu.rooty <at> gmail.com> a écrit :
>Bonsoir ! Cela fait un moment que ce bug existe et je trouve cela
>étonnant qu'il n'est pas été corrigé depuis.
>Quand j'installe une application je dois constamment fermé la session
>et l'ouvrir pour que les icones précédemment installé soient affichées.
>Je suis sur l'environnement de bureau GNOME.

Oh, since this is bug and not help, I guess it should be in English. Here is a summary for those who wonder what this is about:

When you install an application with guix, you need to log out and in again for the new applications to appear. This happens at jeast with the GNOME desktop environment.

I then suggested to use alt+f2 and type restart to reload the session without having to log out and in again. I think this is more of an issue with gnome not looking for new .desktop files, rather than an issue with guix itself. We don't really have any way to know what desktop environment is running and how to reload application lists.

This is a usability issue, so we should address it. Is there a more standard way to reload a session that I am not aware of? What would a mecanism to create effects (reloading a session) after an install be like? Or should we rather try and propose a patch for gnome to use inotify or similar to check for new .desktop files?

Thoughts?




Information forwarded to bug-guix <at> gnu.org:
bug#41298; Package guix. (Sat, 16 May 2020 08:50:02 GMT) Full text and rfc822 format available.

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

From: zimoun <zimon.toutoune <at> gmail.com>
To: Julien Lepiller <julien <at> lepiller.eu>
Cc: 41298 <at> debbugs.gnu.org, ptibedo ptibedo <gnu.rooty <at> gmail.com>
Subject: Re: bug#41298: les icones des applications ne s'affiche pas
Date: Sat, 16 May 2020 10:48:37 +0200
Bonjour,

(Well, I do not know if set the XDG environment variables, e.g.,
XDG_DATA_DIRS, would allow the icons, but there are the bugs [1,2].)


On Sat, 16 May 2020 at 04:55, Julien Lepiller <julien <at> lepiller.eu> wrote:

> C'est effectivement un problème connu, mais difficile à corriger. Il faudrait que guix fasse une action particulière pour chaque environnement de bureau ou outil qui doit être rechargé pour se rendre compte qu'il y a de nouveaux paquets.

[...]

> Pour moi il faudrait que l'environnement de bureau réagisse de lui-même, mais ça demande de corriger l'environnement de bureau…

Je ne sais pas si en mettant XDG qui va bien comme XDG_DATA_DIRS, cela
ne fonctionnerait pas.  Mais il y a les bugs [1,2]

[1] http://issues.guix.gnu.org/issue/26202
[2] http://issues.guix.gnu.org/issue/35308


Bien cordialement,
simon




Changed bug title to 'Newly installed applications don't show up in GNOME' from 'les icones des applications ne s'affiche pas' Request was from Ludovic Courtès <ludo <at> gnu.org> to control <at> debbugs.gnu.org. (Tue, 19 May 2020 13:46:02 GMT) Full text and rfc822 format available.

Severity set to 'important' from 'normal' Request was from Maxim Cournoyer <maxim.cournoyer <at> gmail.com> to control <at> debbugs.gnu.org. (Wed, 04 Nov 2020 22:29:02 GMT) Full text and rfc822 format available.

Merged 35594 36376 41298. Request was from Maxim Cournoyer <maxim.cournoyer <at> gmail.com> to control <at> debbugs.gnu.org. (Wed, 04 Nov 2020 22:29:02 GMT) Full text and rfc822 format available.

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

This bug report was last modified 4 years and 183 days ago.

Previous Next


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