Opened 11 years ago
Closed 11 years ago
#4892 closed Bug (fixed)
Support startup notification in the GTK interface
Reported by: | gcampax | Owned by: | jordan |
---|---|---|---|
Priority: | Normal | Milestone: | 2.61 |
Component: | GTK+ Client | Version: | 2.50 |
Severity: | Normal | Keywords: | |
Cc: |
Description
Currently transmission does not support startup notification. This means that user feedback during launch is limited, and that launching on specific workspaces (for environments that support the concept, like gnome-shell) does not work. It can also cause focus issues because of the lack of timestamps. Since transmission-gtk uses GTK without particular hacks, this only about adding StartupNotify?=true to transmission-gtk.desktop.
(Seen in 2.50, but probably happens in trunk too)
Change History (3)
comment:1 Changed 11 years ago by livings124
- Component changed from Transmission to GTK+ Client
- Owner set to jordan
comment:2 Changed 11 years ago by jordan
- Milestone changed from None Set to 2.61
- Status changed from new to assigned
comment:3 Changed 11 years ago by jordan
- Resolution set to fixed
- Status changed from assigned to closed
Note: See
TracTickets for help on using
tickets.
Added in r13387. Thanks for the suggestion, gcampax