unofficial mirror of guix-devel@gnu.org 
 help / color / mirror / code / Atom feed
* Transmission BitTorrent Client
@ 2019-04-26 17:35 Raghav Gururajan
  2019-04-26 17:52 ` Jonathan Brielmaier
  2019-04-26 21:59 ` Tobias Geerinckx-Rice
  0 siblings, 2 replies; 3+ messages in thread
From: Raghav Gururajan @ 2019-04-26 17:35 UTC (permalink / raw)
  To: bug-guix; +Cc: guix-devel

[-- Attachment #1: Type: text/plain, Size: 234 bytes --]

Hello Guix!

I tried installing the package "Transmission". It is not showing up in
GNOME Menu. Typing "transmission" on terminal also not starting the
application. But I can see the package installed in my user profile.

Regards,
RG.

[-- Attachment #2: Type: text/html, Size: 406 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Transmission BitTorrent Client
  2019-04-26 17:35 Transmission BitTorrent Client Raghav Gururajan
@ 2019-04-26 17:52 ` Jonathan Brielmaier
  2019-04-26 21:59 ` Tobias Geerinckx-Rice
  1 sibling, 0 replies; 3+ messages in thread
From: Jonathan Brielmaier @ 2019-04-26 17:52 UTC (permalink / raw)
  To: guix-devel

Am 26.04.19 um 19:35 schrieb Raghav Gururajan:
> Hello Guix!
>
> I tried installing the package "Transmission". It is not showing up in
> GNOME Menu. Typing "transmission" on terminal also not starting the
> application. But I can see the package installed in my user profile.

The problem here is that the transmission package has two outputs: out
and gui. These are kind of like subpackages. You need the gui one. And
out is the default so transmission means basically transmission:out :)

$ guix package --show=transmission
name: transmission
version: 2.94
outputs: out gui
[...]

In order to install the UI client of transmission, you only need to use:
$ guix package --install=transmission:gui

Then transmission should appear in the GNOME menu or at least as
transmission-gtk in your terminal.

~Jonathan

P.S: I think questions like this fit better on the help-guix@gnu.org
mailinglist:
https://www.gnu.org/software/guix/contact/

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Transmission BitTorrent Client
  2019-04-26 17:35 Transmission BitTorrent Client Raghav Gururajan
  2019-04-26 17:52 ` Jonathan Brielmaier
@ 2019-04-26 21:59 ` Tobias Geerinckx-Rice
  1 sibling, 0 replies; 3+ messages in thread
From: Tobias Geerinckx-Rice @ 2019-04-26 21:59 UTC (permalink / raw)
  To: guix-devel; +Cc: bug-guix

[-- Attachment #1: Type: text/plain, Size: 616 bytes --]

Raghav,

Raghav Gururajan wrote:
> I tried installing the package "Transmission". It is not showing 
> up in
> GNOME Menu.

Transmission's GTK GUI interface is in a separate package output 
(to keep the main output from depending on GTK+, which is quite 
huge).  Install ‘transmission:gui’ and you'll be happy.

The :gui output also provides a .desktop file that should make 
things like GNOME add it to their launcher.

> Typing "transmission" on terminal also not starting the
> application.

The command is ‘transmission-gtk’; ‘transmission’ doesn't exist.

Kind regards,

T G-R

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 227 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2019-04-26 22:00 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-04-26 17:35 Transmission BitTorrent Client Raghav Gururajan
2019-04-26 17:52 ` Jonathan Brielmaier
2019-04-26 21:59 ` Tobias Geerinckx-Rice

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).