From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) Subject: bug#23066: "guix package -i transmission" doesn't install transmission-gtk into profile Date: Sat, 02 Apr 2016 22:42:30 +0200 Message-ID: <878u0vg2tl.fsf@gnu.org> References: <20160319193253.619b21a9@scratchpost.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]:33463) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1amSNu-0000B4-1c for bug-guix@gnu.org; Sat, 02 Apr 2016 16:43:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1amSNq-0006Dk-Rh for bug-guix@gnu.org; Sat, 02 Apr 2016 16:43:05 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:52075) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1amSNq-0006Db-Oo for bug-guix@gnu.org; Sat, 02 Apr 2016 16:43:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1amSNq-0002Vy-K5 for bug-guix@gnu.org; Sat, 02 Apr 2016 16:43:02 -0400 Sender: "Debbugs-submit" Resent-To: bug-guix@gnu.org Resent-Message-ID: In-Reply-To: <20160319193253.619b21a9@scratchpost.org> (Danny Milosavljevic's message of "Sat, 19 Mar 2016 19:32:53 +0100") 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-bounces+gcggb-bug-guix=m.gmane.org@gnu.org To: Danny Milosavljevic Cc: 23066-done@debbugs.gnu.org Danny Milosavljevic skribis: > However, it installs share/applications/transmission-gtk.desktop into the= profile, containing > > Exec=3Dtransmission-gtk %U > > i.e. it won't find it. > > transmission-cli works. > > I checked gnu/packages/bittorrent.scm , it seems to do some weird special= -case for the gui (it puts the gui into a "gui" output and the rest into an= "out" output). Fixed in 07366434240747f9dbbc7c3b606bb07ad9e66502. > But > > $ guix package -i transmission:gui > > works. If that's supposed to be the official way, that's not discoverable= .=20 If you have ideas on how to make outputs more discoverable, let us know! They=E2=80=99re certainly less =E2=80=9Cobvious=E2=80=9D than package names= , but they=E2=80=99re documented and show by every user interface as Leo wrote. Thanks, Ludo=E2=80=99.