From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jesse Gibbons Subject: Re: KDE + Guix as a package manager Date: Sat, 01 Feb 2020 16:35:02 -0700 Message-ID: <91c6a3ba2b30b1b03c2608cdd9befe4dab6a3e01.camel@gmail.com> References: Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:54173) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iy2I7-0000jt-1N for help-guix@gnu.org; Sat, 01 Feb 2020 18:35:08 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1iy2I6-0003ke-0Q for help-guix@gnu.org; Sat, 01 Feb 2020 18:35:06 -0500 Received: from mail-pj1-x1036.google.com ([2607:f8b0:4864:20::1036]:35090) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1iy2I5-0003kC-O5 for help-guix@gnu.org; Sat, 01 Feb 2020 18:35:05 -0500 Received: by mail-pj1-x1036.google.com with SMTP id q39so4699910pjc.0 for ; Sat, 01 Feb 2020 15:35:05 -0800 (PST) In-Reply-To: List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-guix-bounces+gcggh-help-guix=m.gmane-mx.org@gnu.org Sender: "Help-Guix" To: Ekaitz Zarraga , "help-guix\\@gnu.org" On Sat, 2020-02-01 at 21:07 +0000, Ekaitz Zarraga wrote: > Hi, > > I have Guix installed as a package manager on KDE-Neon and I use it > for my tools but they are not found by KDE but they run perfectly if > I run them from my terminal (my bashrc is setting the needed > variables). > > I tried playing around with different files and setting environment > variables but I'm unable to make it work. > > How do you manage that? > Thoughts? > > Thank you. > > Ekaitz > > ElenQ Technology > Ethical Innovation > > > Some apps don't generate a .desktop file. If an app does generate a .desktop, it would be installed in "~/.guix- profile/share/applications/". If an apps you use doesn't have a .desktop there, report a bug. If KDE isn't showing an icon for an app with a .desktop file in ~/.guix-profile/share/applications/ then you will need to configure KDE to look there for .desktop files. I don't know how to do that though.