#11955 closed bug (fixed)
RemoteDesktop regression : -c switch no longer applied
Reported by: | ttcoder | Owned by: | mmlr |
---|---|---|---|
Priority: | normal | Milestone: | R1 |
Component: | Applications/RemoteDesktop | Version: | R1/Development |
Keywords: | Cc: | ||
Blocked By: | Blocking: | ||
Platform: | All |
Description
The current version in tree of RemoteDesktop.cpp ignores the user-set parameter stored in variable command
and hardcodes to always use terminalPath.Path()
instead. The regression occured a bit before hrev47399 ; for example if you look at hrev43649 and before, snprintf() was indeed called with command
as a parameter.
Long story short, this is a 2 seconds change :-)
Fixed it in my local copy of the source, but best to fix it in-tree otherwise I have to send a custom built binary to dsuden ..etc
Change History (4)
comment:1 by , 10 years ago
Milestone: | R1/beta1 → R1 |
---|---|
Priority: | high → normal |
comment:2 by , 10 years ago
Note:
See TracTickets
for help on using tickets.
The change here: http://cgit.haiku-os.org/haiku/commit/src/apps/remotedesktop/RemoteDesktop.cpp?id=af8b1b77fada0f3108a3d1b22c0767c840d903f3 Was incompletely merged from the PM branch: http://cgit.haiku-os.org/haiku/commit/src/apps/remotedesktop/RemoteDesktop.cpp?id=25a7b01d15612846f332751841da3579db313082
So yes, one-line change.