Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

wicd-manager-settings.conf(5) [debian man page]

WICD-MANAGER-SETTINGS.CONF(5)					File Formats Manual				     WICD-MANAGER-SETTINGS.CONF(5)

NAME
wicd-manager-settings.conf - contains settings that control Wicd's behavior DESCRIPTION
This file contains general configuration information for Wicd. This file is located at /etc/wicd/manager-settings.conf SETTINGS
link_detect_tool = <0|1|2> 0 = autodetect 1 = ethtool 2 = mii-tool flush_tool = <0|1|2> 0 = autodetect 1 = ip 2 = route backend = <ioctl|external> Default is ioctl backend. signal_display_type = <0|1> 0 = Show signal strength as a percentage 1 = Show signal strength in dBm dhcp_client = <0|1|2|3> 0 = autodetect 1 = dhclient 2 = dhcpcd 3 = pump sudo_app = <0|1|2|3> 0 = autodetect 1 = gksu 2 = kdesu 3 = ktsuss wired_interface = <interface_name> always_show_wired_interface = <True|False> wired_connect_mode = <0|1> 0 = connect to wired interface automatically 1 = do not connect to wired interface automatically prefer_wired = <True|False> True = Switch to wired interface if a link is detected, even if already connected to wireless False = Do not switch to wired interface automatically wireless_interface = <name_of_wireless_interface> wpa_driver = <wext|madwifi|ndiswrapper|hostap|hermes|atmel|broadcom|ipw|ralinklegacy|none> The default (and best supported) is wext. It should work properly in most cases. The none special value makes WICD pass no -D parameter to wpa_supplicant, which might be useful in some cases. auto_reconnect = <True|False> This settings determines whether Wicd will attempt to reconnect on connection loss. use_global_dns = <True|False> If set to "True" and values are specified in the global DNS settings below, this will cause Wicd to use these DNS settings. global_dns_dom = <plaintext_domain_name> This specifies the default search domain to be used by the resolver. global_dns_1 = <ip_address> global_dns_2 = <ip_address> global_dns_3 = <ip_address> debug_mode = <integer_value> 0 = disabled 1 = enabled SEE ALSO
wicd(8), wicd-curses(8), wicd-wired-settings.conf(5), wicd-wireless-settings.conf(5). wicd-1.7.2.4 WICD-MANAGER-SETTINGS.CONF(5)

Check Out this Related Man Page

MC-TOOL(1)							     Utilities								MC-TOOL(1)

NAME
mc-tool - manipulate Mission Control accounts from the command line SYNOPSIS
mc-tool list mc-tool add PROFILE DISPLAY-NAME [PARAMETER-SETTINGS...] mc-tool add MANAGER/PROTOCOL [PARAMETER-SETTINGS...] mc-tool update ACCOUNT [PARAMETER-SETTINGS...] mc-tool display ACCOUNT DISPLAY-NAME mc-tool nick ACCOUNT NICKNAME mc-tool icon ACCOUNT ICON mc-tool show ACCOUNT mc-tool get ACCOUNT PARAMETER [PARAMETER...] mc-tool auto-presence ACCOUNT STATUS [MESSAGE] mc-tool request ACCOUNT STATUS [MESSAGE] mc-tool auto-connect ACCOUNT on|off mc-tool remove ACCOUNT DESCRIPTION
mc-tool's usage depends on its first argument (the "command") SPECIFYING ACCOUNTS Where an account name is needed, it may be given as a full object path (e.g. /org/freedesktop/Telepathy/Account/gabble/jabber/example), or as the unique account-specific suffix (e.g. gabble/jabber/example). SPECIFYING PARAMETER SETTINGS Many commands take arguments that represent Telepathy connection manager parameters (see the Telepathy Specification for details of these). Each argument has the following form: TYPE:NAME=VALUE where TYPE is either int, uint, bool, or string (other parameter types exist, but are currently unsupported by mc-tool), NAME is the name of the connection manager parameter (e.g. account or password), and VALUE is the parameter's value (with integers in decimal, and booleans as 0 or 1). The update command also accepts arguments of the form clear:NAME which delete the named parameter from the account configuration. LIST mc-tool list lists the available accounts. ADD mc-tool add adds an account. The connection manager and protocol can either be given as the name of a Mission Control profile, (e.g. gtalk), or as a slash-separated connection manager name and protocol (e.g. gabble/jabber). DISPLAY mc-tool display ACCOUNT DISPLAY-NAME sets the DisplayName property of ACCOUNT to DISPLAY-NAME. NICK mc-tool nick ACCOUNT NICKNAME sets the Nickname property of ACCOUNT to NICKNAME. ICON mc-tool icon ACCOUNT ICON sets the Icon property of ACCOUNT to ICON. SHOW mc-tool show ACCOUNT shows information about ACCOUNT. GET mc-tool get ACCOUNT PARAMETER [PARAMETER...] shows the values of the given parameters of ACCOUNT. ENABLE mc-tool enable ACCOUNT sets the Enabled property of ACCOUNT to True. DISABLE mc-tool disable ACCOUNT sets the Enabled property of ACCOUNT to False. AUTO-PRESENCE mc-tool auto-presence ACCOUNT STATUS [MESSAGE] sets the AutomaticPresence property of ACCOUNT to STATUS with optional message MESSAGE. REQUEST mc-tool request ACCOUNT STATUS [MESSAGE] sets the RequestedPresence property of ACCOUNT to STATUS with optional message MESSAGE; this is how you tell an account to connect or go offline, for example. AUTO-CONNECT mc-tool auto-connect ACCOUNT on sets the ConnectAutomatically property of ACCOUNT to True. mc-tool auto-connect ACCOUNT off sets it to False. Telepathy July 2009 MC-TOOL(1)
Man Page