Treferwynd / transmission-remote-gtk

Automatically exported from code.google.com/p/transmission-remote-gtk
GNU General Public License v2.0
0 stars 0 forks source link

Tray icon does not launch the client #199

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Click on the tray icon
2. No possibility to launch the main client (only add torrents, limit speeds, 
etc.)

What is the expected output? What do you see instead?

Doubleclicking (or a separate menu entry) should open the main 
transmission-remote-gtk window.

What version of the product are you using? On what operating system?

transmission-remote-gtk 1.0.1 on Ubuntu 12.04 LTS 64-bit GNOME, Unity

Please provide any additional information below.

It would also be nice to have a "close to tray" option, as I cannot find one at 
the moment. So once you open the main window (manually, not through the tray), 
there's no way to get rid of it without closing the application (and the tray 
icon along with it).
The whole thing seems quite messed up.

Ideal options would be:
[V] Show tray
[ ] Start minimized
[V] Start in tray
[V] Close to tray

Minimizing should minimize to the launchbar, as expected.
uTorrent behaves like that on Windows.

Original issue reported on code.google.com by m...@chionsas.lt on 26 May 2012 at 12:10

GoogleCodeExporter commented 9 years ago
Compile without libappindicator support and it will do this, though there is no 
close to tray. There's a -m flag to start minimised.

Because it's compiled with, you're seeing the behaviour meant for Unity - where 
they basically decided things shouldn't be allowed to minimise to tray and 
shouldn't have open on click. I might add a runtime option or Unity detection 
to turn it on and off sometime.

Original comment by a...@eth0.org.uk on 27 May 2012 at 11:50

GoogleCodeExporter commented 9 years ago
Fixed, will now check for unity using the XDG_CURRENT_DESKTOP

Original comment by a...@eth0.org.uk on 26 Jun 2012 at 8:27