transmission-remote-gui / transgui

🧲 A feature rich cross platform Transmission BitTorrent client. Faster and has more functionality than the built-in web GUI.
GNU General Public License v2.0
3.24k stars 281 forks source link

"Open Containing Folder" context menu item from lower "file" panel open file rather than folder #1027

Closed kissglay closed 6 years ago

kissglay commented 6 years ago

"Open Containing Folder" context menu item from lower "file" panel passing full file path (including the FILE NAME) as parameter rather than folder, causing file manager like Total Commander to crash. snag- 2017-11-08_09 36 48

leonsoft-kras commented 6 years ago

Show the settings in your transgui.ini file (total commander path and etc.)

kissglay commented 6 years ago
FileManagerDefault=C:\tools\TotalCmd\TOTALCMD64.EXE
FileManagerDefaultParam=/O /T /R=%s

and I tested it passing it to a batch file, and it shows the parameter is the full path rather than the folder containing the file.

antekgla commented 6 years ago

@kissglay I tested with the exact same config you posted and all works OK, no Total Commander crash. I make you a video to show you my results;

Video in Youtube - Total Commander in TransGUI

leonsoft-kras commented 6 years ago

We need more data - your operating system, 32/64, etc. Whether it is possible to launch 32-bit version of TC ?

kissglay commented 6 years ago

Sorry, it's pretty weird. I can't reproduce this problem on my side now. Maybe something wrong with my total command. Anyway, if "open containing folder" passing the full path with file name rather than the folder is intended by design, it's not a transmisson-remote-gui problem. Thx guys.