From mboxrd@z Thu Jan 1 00:00:00 1970 From: Danny Milosavljevic Subject: bug#23094: icecat is missing a desktop file Date: Thu, 2 Jun 2016 00:45:16 +0200 Message-ID: <20160602004516.56e686a5@scratchpost.org> References: <20160322202004.7e9de603@scratchpost.org> <20160410120404.0a37366e@scratchpost.org> <20160416201516.7aeb07d7@scratchpost.org> <87a8jaky0u.fsf@gnu.org> <20160530230219.75f26d31@scratchpost.org> <87twhez6dk.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]:46660) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1b8Etp-0006sV-Dk for bug-guix@gnu.org; Wed, 01 Jun 2016 18:46:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1b8Etm-0002WT-5q for bug-guix@gnu.org; Wed, 01 Jun 2016 18:46:05 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:37921) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1b8Etm-0002WL-28 for bug-guix@gnu.org; Wed, 01 Jun 2016 18:46:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1b8Etl-0003Zi-SG for bug-guix@gnu.org; Wed, 01 Jun 2016 18:46:01 -0400 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: <87twhez6dk.fsf@gnu.org> List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org Sender: "bug-Guix" To: Ludovic =?UTF-8?Q?Court=C3=A8s?= Cc: 23094@debbugs.gnu.org Hi Ludo, On Tue, 31 May 2016 15:47:35 +0200 ludo@gnu.org (Ludovic Court=C3=A8s) wrote: > I tested the attached one. It works as expected, but there remain > =E2=80=9C%%ifdef=E2=80=9D things in it (see attached file), and I=E2=80= =99m guessing GNOME & > co. will barf upon them, though I don=E2=80=99t know how to test. I think the easiest way to test (with few dependencies too) is: $ guix package -i rofi $ rofi -show drun Then check whether icecat shows up in the list of applications (it doesn't). But on the other hand $ mkdir -p ${HOME}/dd/applications $ cp ~/.guix-profile/share/applications/icecat.desktop ${HOME}/dd/applicati= ons/ $ export XDG_DATA_DIRS=3D"${HOME}/dd:${XDG_DATA_DIRS}" $ emacs ${HOME}/dd/applications/icecat.desktop (remove just the %% lines) $ rofi -show drun shows icecat. (Just today I had the same problem (with iceweasel) in Debian in LXDE while= I was showing GNU Linux to someone else. Apparently the LXDE desktop envir= onment doesn't let you add applications it doesn't know (i.e. ones without = desktop file) to the panel. That... didn't give a good impression)