Modify

Opened 7 years ago

Closed 7 years ago

#14881 closed enhancement (wontfix)

Provide an open_file_and_switch_to_window remote command

Reported by: jidanni Owned by: team
Priority: trivial Milestone:
Component: Core remotecontrol Version:
Keywords: Cc:

Description

If one does

$ $BROWSER file.html

most windowing systems will switch to the window showing the $BROWSER showing the file.
Alas GET http://localhost:8111/open_file?filename=... doesn't,
so one must do an additional step each time. E.g.,

$ find /tree -name \*.gpx -ok GET http://localhost:8111/open_file?filename={} \; -exec wmctrl -a 'Java OpenStreetMap Editor' \;

Therefore please add an additional open_and_jump command so the user
doesn't have to switch to the JOSM window by hand every time.

Attachments (0)

Change History (1)

comment:1 by stoecker, 7 years ago

Resolution: wontfix
Status: newclosed

It is not the task of remote servers to control the GUI activity of user systems. JOSM Remotecontrol will only implement the minimal requirements to get the functionality done, but nothing which is on top of that.

P.S. Remote control is not meant to control a local JOSM BTW. There are other ways to do so, like Drag&Drop.

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain team.
as The resolution will be set.
The resolution will be deleted. Next status will be 'reopened'.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.