Backup & restore Gnome Desktop and all settings in Gnome


 
Thread Tools Search this Thread
Top Forums Shell Programming and Scripting Backup & restore Gnome Desktop and all settings in Gnome
# 1  
Old 06-09-2012
Backup & restore Gnome Desktop and all settings in Gnome

Hi

I'm looking for scripts to backup & restore Gnome Desktop and all settings in Gnome.
Login or Register to Ask a Question

Previous Thread | Next Thread

6 More Discussions You Might Find Interesting

1. UNIX Desktop Questions & Answers

GNOME Desktop - Setting missing from dconf-editor?

Hello All, Last night I installed OpenSuSE 12.1 (i586) on a HP Mini 110 laptop. And I selected GNOME as my Desktop during install... So I was trying to customize some things about the desktop, for example adding the Maximize/Minimize/Close options to the titlebar of a window. I did this... (2 Replies)
Discussion started by: mrm5102
2 Replies

2. Fedora

Missing some System Settings from Gnome

Hello, I just installed Fedora 16 and wanted to add some apps to startup but realized System settings has only a small setup of utilities and does not have option for adding apps to startup. Also it's missing some other icons that I see on my Rhat 6.2 . I'm logged in as user from admin group but it... (2 Replies)
Discussion started by: susja
2 Replies

3. Solaris

Persistent Security Banner on Gnome Desktop

I'm looking for options for displaying a persistent, security banner on a Solaris 10 workstation running JDS that would display at the top of each workspace for all users, have the option to change the color and the capability to add text to the banner. The company I work for has used JEDI for... (5 Replies)
Discussion started by: ArizonaTraveler
5 Replies

4. SuSE

SLED 10.2 Default gnome desktop generation

Hi! Does anyone know where to alter the default gnome setup that SLED 10.2 does? I work for a big company and we have a huge issue with SLED adding the "main-menu" gnome panel applet thingie.... /opt/gnome/lib/gnome-main-menu/main-menu Is there any way to exchange this process for ex the... (0 Replies)
Discussion started by: Esaia
0 Replies

5. UNIX for Dummies Questions & Answers

Umask, in Desktop(gnome)

I want user, have umask 007, i just add in .bashrc and working, but our user using GDM for login, so I just add umask in /etc/profile. Is ther other way to put umask than in /etc/profile if using GDM? How to make .bash_profile with our define(default with my setting). Thank you. (1 Reply)
Discussion started by: blesets
1 Replies

6. UNIX for Advanced & Expert Users

Gnome desktop crash log

Hi All, When ever gnome desktop crashes, is it write errors to any log files? if yes please let me know log file name and path for the same. Thanks in advance for your inputs. Regards Bachegowda (0 Replies)
Discussion started by: bache_gowda
0 Replies
Login or Register to Ask a Question
gnome-system-monitor(1) 					   User Commands					   gnome-system-monitor(1)

NAME
gnome-system-monitor - view system processes and monitor system usage on your computer SYNOPSIS
gnome-system-monitor [gnome-std-options] DESCRIPTION
The System Monitor application displays a list of system processes, and monitors system usage. System Monitor shows which processes are running and how the processes are related. System Monitor also provides detailed information about individual processes, and enables the user to control which processes are running. System Monitor displays how much processor (CPU) capacity the system is using, and how much disk space the system is using on each device. System Monitor displays this information in a graphical interface so that users can see what the system is doing. Users can then use the same graphical interface to modify the behavior of the system. OPTIONS
The following options are supported: gnome-std-options Standard options available for use with most GNOME applications. See gnome-std-options(5) for more information. OPERANDS
None. EXAMPLES
Example 1: Launching the System Monitor example% gnome-system-monitor ENVIRONMENT VARIABLES
See environ(5) for descriptions of the following environment variables that affect the execution of gnome-system-monitor: NLSPATH. 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: /usr/bin/gnome-system-monitor Executable for System Monitor. ATTRIBUTES
See attributes(5) for descriptions of the following attributes: +-----------------------------+-----------------------------+ | ATTRIBUTE TYPE | ATTRIBUTE VALUE | +-----------------------------+-----------------------------+ |Availability |SUNWgnome-system-monitor | +-----------------------------+-----------------------------+ |Interface stability |Volatile | +-----------------------------+-----------------------------+ SEE ALSO
System Monitor Manual Latest version of the GNOME Desktop User Guide for your platform. attributes(5), environ(5), gnome-std-options(5) NOTES
You may disable System Monitor at SunRay. Because this application use /proc and keep polling for information, they may adversely effect the performance of the system. But we will not change the default behavior and configuration for SunRay, if it give big impact to SunRay performance, administrators should disable them by using gconfd/APOC. The method to disable Monitor applet: They may use Gnome lockdown features to modify the mandatory settings of the Gnome configuration on their servers to add that applet iden- tifier to the list of disabled applets. you may use the following command (Note: Depending on when this is set, a logout may be required to take effect) %gconftool-2 --type list --list-type string --set /apps/panel/global/disabled_applets [OAFIID:GNOME_MultiLoadApplet] The method to disable Monitor application: You may just remove the package containing it on their servers, or just change the permissions on the binary: %chmod 700 /bin/gnome-system- monitor. Written by Niall Power, Sun Microsystems Inc., 2003. Updated by Henry Zhang, Sun Microsystems Inc., 2006. SunOS 5.11 1 Oct 2003 gnome-system-monitor(1)