Ton-O / transmisson-remote-gui

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

Autostartup - Minimized #680

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.New shortcut of the app
2.Edit it to be minmized
3.Add it to autostartup apps

What is the expected output? What do you see instead?
Trying a minimized shortcut and adding it to autostart apps, the app doesnt 
startup "minimized"

What version of the product are you using? On what operating system?
latest, windows 8 (64 bit) & 7 (64 bit)

Please provide any additional information below.
Please add this feature in the new version or if theres a workaround it would 
be awesome.

Thank you.

Original issue reported on code.google.com by ta...@kolailat.com on 30 Jul 2013 at 11:56

GoogleCodeExporter commented 9 years ago
Use the "-hidden" command line parameter for that.

Original comment by j...@cp-lab.com on 28 Aug 2013 at 1:39

GoogleCodeExporter commented 9 years ago
Hello there, if this item is added as ""autostartup"" after adding the 
"-hidden" it still doesnt start minimized/hidden no matter what i try.

Thanks for your input.

Original comment by ta...@kolailat.com on 28 Aug 2013 at 2:38

GoogleCodeExporter commented 9 years ago
Probably you are doing something wrong:

Open the shortcut properties and add the -hidden parameter to the executable. 
It must look like this:

"C:\Program Files\Transmission Remote GUI\transgui.exe" -hidden

Original comment by j...@cp-lab.com on 28 Aug 2013 at 2:54

GoogleCodeExporter commented 9 years ago
Just tried the following:

1- Created a new shortcut to (run) shell:startup items
2- Target: "C:\Program Files (x86)\Transmission Remote GUI\transgui.exe" -hidden

When i try to run the shortcut normally it starts minimized, but when it tries 
to autostart (windows statup apps) it doesnt start minimized.

Original comment by ta...@kolailat.com on 28 Aug 2013 at 3:01

GoogleCodeExporter commented 9 years ago
Indeed, sometimes transgui does not start minimized when running from the 
Startup folder. Will try to find out why it happens.

Original comment by j...@cp-lab.com on 28 Aug 2013 at 5:34

GoogleCodeExporter commented 9 years ago
Great to hear you acknowledged the problem :)

A workaround i thought about today, create a new file transmission.bat, add the 
following lines :
@echo off
start "" "C:\Program Files (x86)\Transmission Remote GUI\transgui.exe" -hidden
exit

And then include that file to your startup items and voila :)

Original comment by ta...@kolailat.com on 28 Aug 2013 at 6:05

GoogleCodeExporter commented 9 years ago
The issue has been fixed in r859. 
The bat file will not help. Due to incorrect handling of Windows log off the 
"run" file is left in the "\Users\*\AppData\Local\Transmission Remote GUI" 
folder. If this file is present, transgui fails to start minimized.
You need to delete this file in your bat file and then transgui will start 
minimized as expected.

Original comment by j...@cp-lab.com on 28 Aug 2013 at 7:09

GoogleCodeExporter commented 9 years ago
Great to hear, cant wait to try the newest version.

Original comment by ta...@kolailat.com on 28 Aug 2013 at 7:53

GoogleCodeExporter commented 9 years ago
Version 5.0 is available.

Original comment by j...@cp-lab.com on 5 Nov 2013 at 6:18