From mboxrd@z Thu Jan 1 00:00:00 1970 From: Caleb Herbert Subject: Re: Application Setup on Trisquel Date: Thu, 26 Oct 2017 22:29:57 -0500 Message-ID: <1509074997.6090.38.camel@leela> References: <1508868738.10767@bluehome.net> <873768nt5e.fsf@gnu.org> <87lgk0rrlx.fsf@kryshen.net> <87lgjxg5it.fsf@gnu.org> 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]:60200) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1e7vLS-0003v9-3c for help-guix@gnu.org; Thu, 26 Oct 2017 23:30:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1e7vLM-0003XS-Q1 for help-guix@gnu.org; Thu, 26 Oct 2017 23:30:06 -0400 In-Reply-To: <87lgjxg5it.fsf@gnu.org> 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: Ludovic =?ISO-8859-1?Q?Court=E8s?= Cc: help-guix@gnu.org On Thu, 2017-10-26 at 10:53 -0700, Ludovic Court=C3=A8s wrote: > Mikhail Kryshen skribis: >=20 > > 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/application= s/guix > > > > 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) The first symlink works. The second does not. Also, I have my own icons in ~/.local/share/icons, so I'm not sure if I could use Stow to manage all those symlinks. Could I?