Opened 7 years ago
Closed 7 years ago
#6051 closed Bug (fixed)
`transmission-gtk --version` shouldn't require display
Reported by: | engmark | Owned by: | mike.dld |
---|---|---|---|
Priority: | Normal | Milestone: | 2.90 |
Component: | GTK+ Client | Version: | 2.84 |
Severity: | Minor | Keywords: | |
Cc: |
Description
From trying to test an installation of transmission-gtk in a Vagrant VM:
/usr/bin/vagrant ssh --command 'transmission-gtk --version' Unable to init server: Could not connect: Connection refused (transmission-gtk:8783): Gtk-WARNING **: cannot open display:
Since the client doesn't create a GUI for this command it shouldn't try to open the display.
Change History (2)
comment:1 Changed 7 years ago by mike.dld
- Owner changed from jordan to mike.dld
- Status changed from new to assigned
comment:2 Changed 7 years ago by mike.dld
- Milestone changed from None Set to 2.90
- Resolution set to fixed
- Status changed from assigned to closed
Note: See
TracTickets for help on using
tickets.
Fixed in r14670, thanks for reporting.