Changes between Initial Version and Version 1 of Ticket #1892
- Timestamp:
- 06/30/18 08:00:21 (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #1892
- Property Owner changed from Antoine Martin to Lukas Haase
-
Property
Milestone
changed from
to
2.4
-
Ticket #1892 – Description
initial v1 1 This bug report is based on the findings from https://xpra.org/trac/ticket/1853.1 This bug report is based on the findings from #1853. 2 2 3 3 Previously, xpra in Windows used plink.exe that is shipped with Xpra and is in the same directory as Xpra_cmd.exe. 4 4 5 With the newest version (in my case 2.3.2 , Rev19729), it seems that this is not the case and the plink.exe is used that is found in the path.5 With the newest version (in my case 2.3.2-r19729), it seems that this is not the case and the plink.exe is used that is found in the path. 6 6 7 In my case, this is plink from TortoiseSVN which is broken for normal usage (it returns immid eately after calling).7 In my case, this is plink from TortoiseSVN which is broken for normal usage (it returns immidiately after calling). 8 8 9 This is strange behavior because it even appears when I call Xpra_cmd.exe from wi hin the same directory (c:\Program Files\Xpra).9 This is strange behavior because it even appears when I call Xpra_cmd.exe from within the same directory (c:\Program Files\Xpra). 10 10 11 When I use xpra files, I can circumvent this bug by explicitely setting the path: 12 11 When I use xpra files, I can circumvent this bug by explicitly setting the path: 13 12 14 13 {{{ … … 18 17 However, when I use the GUI, after some time I get the error: 19 18 20 "TortoisePlink Fatal Error: Network error: Connection timed out" - again hinting that the wrong plink.exe is being used. 19 {{{ 20 TortoisePlink Fatal Error: Network error: Connection timed out 21 }}} 22 again hinting that the wrong plink.exe is being used. 21 23 22 Another important remark: Xpra is started from the start menu link which has "C:\Program Files\Xpra" set as "Start in". 23 24 Another important remark: Xpra is started from the start menu link which has {{{C:\Program Files\Xpra}}} set as "Start in".