From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: Application Setup on Trisquel Date: Thu, 26 Oct 2017 10:53:14 -0700 Message-ID: <87lgjxg5it.fsf@gnu.org> References: <1508868738.10767@bluehome.net> <873768nt5e.fsf@gnu.org> <87lgk0rrlx.fsf@kryshen.net> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:52342) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1e7mLM-0000TB-Jj for help-guix@gnu.org; Thu, 26 Oct 2017 13:53:25 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1e7mLI-0003lL-5G for help-guix@gnu.org; Thu, 26 Oct 2017 13:53:24 -0400 Received: from hera.aquilenet.fr ([141.255.128.1]:34589) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1e7mLH-0003jG-V0 for help-guix@gnu.org; Thu, 26 Oct 2017 13:53:20 -0400 In-Reply-To: <87lgk0rrlx.fsf@kryshen.net> (Mikhail Kryshen's message of "Wed, 25 Oct 2017 03:36:10 +0300") List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-guix-bounces+gcggh-help-guix=m.gmane.org@gnu.org Sender: "Help-Guix" To: Mikhail Kryshen Cc: Caleb Herbert , help-guix@gnu.org Mikhail Kryshen skribis: > Ludovic Court=C3=A8s writes: > >>> Is there a way to make Trisquel's GNOME and its main menu aware of >>> programs installed with Guix? >> >> It should be possible, but I don=E2=80=99t know how. Anyone? > > I don't use Trisquel, but this works for GNOME in Fedora: > > ln -s ~/.guix-profile/share/applications ~/.local/share/applications/gu= ix > > You might also want to copy or symlink application icons from > ~/.guix-profile/share/icons to ~/.local/share/icons > (don't know how to make them visible to GNOME with a single symlink) Excellent, good to know! Ludo=E2=80=99.