DESCRIPTION
mcs-setconfval is a maintenance tool for your mcs installation.It will allow you to set the value of an application setting if its configuration is managed through mcs.
SYNOPSIS
mcs-setconfval <domain> <section> <keyname> <setting>
OPTIONS
- <domain>
- name of the target software.
- <section>
- configuraton sub-section.
- <keyname>
- name of the setting.
- <setting>
-
value of the setting.
EXAMPLES
mcs-setconfval audacious alsa volume_l 70Set left channel volume level from the alsa section of audacious to 70%.
FILES
- /etc/mcs-backend
-
Use "default", "kconfig" or "gconf" to select which backend will be used to store mcs-managed applications settings.
"kconfig" and "gconf" are available through libmcs-backend-gconf and libmcs-backend-kconfig packages. - ~/.mcs-backend
-
Overrides /etc/mcs-backend.
AUTHOR
This manual page was written by Adam Cecile <[email protected]> for the Debian system (but may be used by others).Permission is granted to copy, distribute and/or modify this document under the terms of the GNU General Public License, Version 2 or any later version published by the Free Software Foundation.
On Debian systems, the complete text of the GNU General Public License can be found in /usr/share/common-licenses/GPL.