Sponsored Content
Full Discussion: Live-cd Saving changes
Operating Systems Linux Red Hat Live-cd Saving changes Post 302337953 by davewilks on Sunday 26th of July 2009 12:38:30 PM
Old 07-26-2009
Live-cd Saving changes

Hi all,
firstly apologies if this is in the wrong category.
I have been making livecds (fedora based) and to change eg the background i use below in the ks file.
Quote:
gconftool-2 --direct --config-source=xml:readwrite:/etc/gconf/gconf.xml.defaults -t str -s /desktop/gnome/background/picture_filename "/usr/share/backgrounds/dm/014.jpg" >/dev/null
this works fine, however when i install the livecd it loses the changes.
How can i make the changes so that they stay when installed?

Dave
 

9 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Saving to a floppy

How do I save a file to a floppy. I mounted the drive and it is there. Everytime I try to save to the floppy, it tells me the resource is busy. Please advise. Thanks, (1 Reply)
Discussion started by: umether
1 Replies

2. UNIX for Dummies Questions & Answers

saving from unix into pc

hi, i access unix through secure shell (SSH) from my pc running on windows. Can i save files from unix directly into windows-run pc?. e.g. vi files into notepad??? thanks alot, -a (6 Replies)
Discussion started by: alikun
6 Replies

3. Shell Programming and Scripting

saving a vi session

Apologies if this isn't quite the right thread I have a vi session and I have set a lot of tags with 'mx'. can I save this session preserving these tags so when I go back to the session I don't have to reset them all? cheers (0 Replies)
Discussion started by: ajcannon
0 Replies

4. Shell Programming and Scripting

Saving value as default value

Hi everybody, I have a prog who is filtering an image with a lot of parameters. The user has two choices : -Running the script with default values -Running the script manually (i.e choosing himself the parameters values) What I would like to do is that if he wants, the users can keep... (4 Replies)
Discussion started by: Moumou
4 Replies

5. Shell Programming and Scripting

bashrc not saving changes

I am trying to do some changes at bashrc file located at /etc directory of my server. First I tried to edit bashrc via FTP downloaded on my pc changed it and loaded back, but it seems like changes are not reflecting. Therefore I tried to change it via putty shel using vim bashrc command. but... (4 Replies)
Discussion started by: ninadgac
4 Replies

6. Shell Programming and Scripting

Saving files

Hi all, I need to save my files at c, d or any drive location via script. Requirement. Say for example i have 10 files at location /usr/bi/ci location. 10 files naming a.ksh b,ksh c.ksh and so on I want to save the files and its content at some location (any drive on local... (4 Replies)
Discussion started by: j_panky
4 Replies

7. Solaris

Saving to usb

Greetings. I am trying to save a file to a usb from solaris 10. If I do rmformat, I see my usb, but can't find a location to tell things to save to or figure out how to save/view the files on the disk. Any help/thoughts/etc would be appreciated. Thanks! ~K (20 Replies)
Discussion started by: kuriosity_prime
20 Replies

8. UNIX for Dummies Questions & Answers

Help on creating and saving an alias

Hello, I want to create an alias for this command: grep -i "<keyword_to_search>" <path_to_search> Here's the alias I intended to make: alias k 'set ARGS1 =(\!1); set ARGS2 =(\!2); grep -i "$ARGS1" ARGS2' So that next time, for example, if I want to search the keyword "Help" in the path... (5 Replies)
Discussion started by: mar85
5 Replies

9. What is on Your Mind?

Update: UserCP Screeching Frog 0.7641 - Changed Live Chat to Live Updates

Update: UserCP Screeching Frog 0.7641 - Changed Live Chat to Live Updates In this version of the UserCP, I have changed "Live Chat" to "Live Updates" by disabling the ability to post in the "live chat" area and changed the name to "Live Updates" The reason for this change is that experienced... (6 Replies)
Discussion started by: Neo
6 Replies
gconftool-2(1)							   User Commands						    gconftool-2(1)

NAME
gconftool-2 - GNOME configuration tool SYNOPSIS
gconftool-2 [--all-dirs] [--all-entries] [--apply-schema] [--break-directory] [--break-key] [--car-type= int | bool | float | string] [--cdr-type= int | bool | float | string] [--config-source=source] [--dir-exists=string] [--direct] [--dump] [--get] [--get-default-source] [--get-list-size] [--get-list-element] [--get-schema-name] [--get-type] [--ignore-schema-defaults] [--install-schema-file=file] [--list- type= int | bool | float | string] [--load=file] [--makefile-install-rule] [--makefile-uninstall-rule] [--owner=owner] [--ping] [--recur- sive-unset] [--search-key] [--set] [--set-schema] [--short-desc=description] [--long-desc=description] [--short-docs] [--long-docs] [--shutdown] [--spawn] [--type= int | bool | float | string | list | pair] [--unapply-schema] [--unload] [--unset] [--help] key value DESCRIPTION
Each preference in the GConf repository is expressed as a key-value pair. A GConf preference key is an element in the GConf repository that corresponds to an application preference. Preference keys typically have simple values such as strings, integers, or lists of strings and integers. The default key-value pairs are installed on the system, and are known as schemas. gconftool-2 is the command-line interface tool that enables you to set the values of keys, display the values of keys, and install schemas from schema definition files when you install an application. The GConf preference keys are stored and managed by the GConf daemon (gconfd-2). These keys are cached in memory, and saved to disk in XML format when appropriate. OPTIONS
The following options are supported: --all-dirs Lists all subdirectories in a directory that you specify. -a, --all-entries Displays the value of all keys in a directory that you specify. --apply-schema Apply the specified schema to the specified key. --break-directory Stress-test an application by setting and unsetting several keys within the directories. --break-key Stress-test an application by setting and unsetting several preference-key values of different types. --car-type=int|bool|float|string Specifies the type of the car pair value being set, or the type of the value described by a schema. Unique abbreviations are allowed. --cdr-type=int|bool|float|string Specifies the type of the cdr pair value being set, or the type of the value described by a schema. Unique abbreviations are allowed. --config-source=source Use this option with the --direct option to specify a configuration source to use. If you do not specify a configuration source with this option, the command runs on all configuration sources in the path file. --dir-exists=string Returns 0 if the directory exists, returns 2 if the directory does not exist. --direct Use this option with the --config-source option to access a configuration source directly. When you use this option, GConf bypasses the server. Ensure that the GConf daemon, gconfd-2, is not running before you use this option. --dump Dump to standard output an XML description of all entries under a directory, recursively. -g, --get Displays the value of a preference key that you specify. Also displays the values of the elements in the schema object for a schema key that you specify, unless you specify the --ignore-schema-defaults option. --get-default-source Get the name of the default source. --get-list-element Get a specific element from a list key, numerically indexed. --get-list-size Get the number of elements in a list key. --get-schema-name Get the name of the schema applied to this key. -T, --get-type Print the data type of a key to standard output. --ignore-schema-defaults Ignore schema defaults when reading values. -?, --help Displays a help message about the gconftool-2 command, and the options that you can use with the gconftool-2 command. --install-schema-file=file Specifies a schema file to be installed. --list-type=int|bool|float|string Specifies the type of the list value being set, or the type of the value described by a schema. --long-desc=description Use this option with the --set-schema option to specify a long description for a schema key. --long-docs Get the long doc string for a key --load=file Load from the specified file an XML description of values and set them relative to a directory. --makefile-install-rule Properly installs schema files on the command line into the database. GCONF_CONFIG_SORUCE environment variable should be set to a non- default config source or set to the empty string to use the default. --makefile-uninstall-rule Properly uninstalls schema files on the command line from the database GCONF_CONFIG_SOURCE environment variable should be set to a non- default config source or set to the empty string to use the default. --owner=owner Use this option with the --set-schema option to specify an owner for a schema key. -p, --ping Returns 0 if gconfd-2 is running, returns 2 if gconfd-2 is not running. -R, --recursive-list Displays the value of all preference keys in all subdirectories in a directory that you specify. --recursive-unset Recursively unset all keys at or below the key/directory names on the command line. -S, --search-key Search for a key, recursively. -s, --set Sets the value of a preference key, and writes the value to the user configuration source. Use the --type option with the --set option to specify the data type of the value that you want to set. --set-schema Sets the value of an attribute in a schema key, and writes the value to the default configuration source. Use with --short-desc, --long-desc, --owner, and --type. --short-desc=description Use this option with the --set-schema option to specify a short description for a schema key. --short-docs Get the short doc string for a key. --shutdown Terminates the GConf daemon. Do not use this option unless absolutely necessary. --spawn Launch the config server (gconfd-2). This normally happens automatically when needed. -t, --type=data_type Use this option to specify the data type when you set a value of a preference key. You can also use this option when you set the value of an attribute in a schema key. Valid data types are bool, float, int, list, pair, and string. --unapply-schema-name Remove any schemas that are currently applied to the specified key. --unload Unoload a set of values described in an XML file. -u, --unset Resets the value of a preference key from the user setting to the setting in the default configuration source. --help Displays a brief help message about the gconftool-2 command, and the options that you can use with the gconftool-2 command. -v, --version Display the version number of the gconftool-2 command. OPERANDS
The following operands are supported: key Configuration key or directory. value When setting configuration options, the value to set. ENVIRONMENT VARIABLES
See environ(5) for descriptions of environment variables. GCONF_CONFIG_SOURCES The directory of the GConf database. EXAMPLES
Example 1: Turning off the tooltips for gnome-panel example% gconftool-2 -s /apps/panel/global/tooltips_enabled -t bool false Example 2: Identifying the values of the http proxy host and port example% gconftool-2 --get /system/http_proxy/host /system/http_proxy/port EXIT STATUS
The following exit values are returned: 0 Application exited successfully >0 Application exited with failure FILES
The following files are used by this application: gconftool-2 The command-line executable for the application. /etc/gconf/schemas Directory containing the schema definition files. /etc/gconf/version/path The location of the GConf path file. ATTRIBUTES
See attributes(5) for descriptions of the following attributes: +-----------------------------+-----------------------------+ | ATTRIBUTE TYPE | ATTRIBUTE VALUE | +-----------------------------+-----------------------------+ |Availability |SUNWgnome-config | +-----------------------------+-----------------------------+ |Interface stability |Volatile | +-----------------------------+-----------------------------+ SEE ALSO
Latest version of the GNOME Desktop System Administration Guide for your platform. gconf-editor(1), libgconf-2(3), attributes(5), environ(5) NOTES
Some distributions of GNOME also provide a graphical gconf tool called gconf-editor. However, gconftool-2 provides more functionality than gconf-editor. Written by Ghee Teo, updated by Brian Cameron Sun Microsystems Inc., 2003, 2006, 2007. SunOS 5.11 09 Nov 2007 gconftool-2(1)
All times are GMT -4. The time now is 08:33 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy