Использование в командной строке¶
Настроен bash completion
(автоподстановка параметров по нажатию клавиши Tab).
Ниже приведены страницы документации, входящие в состав пакета.
$ myconnector --help
usage: myconnector [options]
MyConnector - remote desktop client.
positional arguments:
FILE name of the file (.myc, .remmina, .rdp)
optional arguments:
-h, --help show this help message and exit
-c CONNECTION, --connection CONNECTION
name of the saved connection
-f FILE, --file FILE name of the file (.myc, .remmina, .rdp)
-l, --list list of the saved connections
--kiosk <option> KIOSK mode control ('--kiosk help' for more information)
-v, --version show the application version
-d, --debug show log files online
-q, --quit quit the application
Do not specify parameters for starting the GUI.
$ myconnector --kiosk help
myconnector --kiosk - MyConnector KIOSK mode control
Usage: myconnector --kiosk <option>
Options:
enable enable the standalone mode;
edit edit config file for enable/disable the mode (will use
any the editor defines by VISUAL or EDITOR, default: vi);
disable disable the mode;
status display current status of the mode;
help show this text and exit.
See also: man myconnector-kiosk
$ man myconnector-kiosk
NAME
myconnector-kiosk - Mode KIOSK for 'MyConnector'
DESCRIPTION
Configuration file for MyConnector mode KIOSK - /etc/myconnector/kiosk.conf
mode - one of the following operating modes:
"0" - disable
"1" - enable the standalone mode (run MyConnector)
"2" - enable the file mode (run saved connection, from 'file')
"3" - enable the WEB-kiosk (open 'url')
file - file for mode=2
url - url for WEB-kiosk
user - user for the mode KIOSK
autologin - enable/disable user autologin
True,Yes - enable
False,No - disable
ctrl_disabled - disable key 'Ctrl' in the webkiosk
True,Yes - disable
False,No - enable