From mboxrd@z Thu Jan 1 00:00:00 1970 From: ison Subject: bug#35439: Transmission BitTorrent Client Date: Fri, 26 Apr 2019 17:35:15 -0600 Message-ID: <20190426233515.m7ya2viq6mrhrdwj@cf0> References: <9aa9d24e85233073adbe7787c8c96b2c8fe531f4.camel@disroot.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([209.51.188.92]:34328) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hKAeN-0004xr-Eh for bug-guix@gnu.org; Fri, 26 Apr 2019 19:53:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hKAeM-0005sP-Je for bug-guix@gnu.org; Fri, 26 Apr 2019 19:53:03 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:48598) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1hKAeL-0005rl-VM for bug-guix@gnu.org; Fri, 26 Apr 2019 19:53:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1hKAeL-0003kZ-TG for bug-guix@gnu.org; Fri, 26 Apr 2019 19:53:01 -0400 Sender: "Debbugs-submit" Resent-Message-ID: Received: from eggs.gnu.org ([209.51.188.92]:59989) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hKANT-0007FI-BL for bug-guix@gnu.org; Fri, 26 Apr 2019 19:35:36 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hKANQ-0003L3-Vn for bug-guix@gnu.org; Fri, 26 Apr 2019 19:35:34 -0400 Received: from mx1.cock.li ([185.10.68.5]:36607 helo=cock.li) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1hKANL-0003FU-7L for bug-guix@gnu.org; Fri, 26 Apr 2019 19:35:30 -0400 Content-Disposition: inline In-Reply-To: <9aa9d24e85233073adbe7787c8c96b2c8fe531f4.camel@disroot.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: Raghav Gururajan Cc: 35439@debbugs.gnu.org Did you choose the right output? Most packages only have a single output, but transmission has 2: "out" and "gui". For example to install the gui output you would run: guix package -i transmission:gui The gui output is the one that might add your GNOME Menu entries as it comes with the GTK version of transmission. The normal "out" output is the CLI version only. This confused me the first time I used guix too, before I was aware of outputs.