Opened 13 years ago
Closed 12 years ago
#155 closed enhancement (wontfix)
improvements to client_launcher
Reported by: | Antoine Martin | Owned by: | Arthur Huillet |
---|---|---|---|
Priority: | major | Milestone: | 0.12 |
Component: | Client | Keywords: | |
Cc: |
Description
Important:
- it needs a man page - this is a debian requirement: all public commands (ie: /usr/bin/) need a man page, even if it is a small one that refers to another one
More minor issues:
- how do you create your config files? this needs to be documented somewhere, maybe providing an example config with comments in
/usr/share/winswitch/launcher-example/
- I've removed the default values from
LauncherSession
to ensure they are populated correctly from file - the code should ensure the values make sense (port>0, host.len>0) LauncherClient
should show a warning if the session fails to start- file mime-type mapping so users can double click on them and have the software automatically launched
- dealing with ssh-tunnels (totally non-trivial)
Change History (2)
comment:2 Changed 12 years ago by
Resolution: | → wontfix |
---|---|
Status: | new → closed |
removed the launcher in r4282
Note: See
TracTickets for help on using
tickets.
Man page is done - added in r4282