Operating System - Linux
1820117 Members
3132 Online
109619 Solutions
New Discussion юеВ

Restore a users default profile settings in Fedora Gnome

 
SOLVED
Go to solution
Vernon Brown_4
Trusted Contributor

Restore a users default profile settings in Fedora Gnome

In Fedora Gnome; does anyone know of a way to restore an old users profiles the defaults that a newly created user gets.

I'm interested in particular to the error response in vim that beeps; there is a setting somewhere that causes the screen to flash in addition to the beep.

I need to restore the screen flash to the familiar beep only.

I've been searching for a few hours now :o)

Thanks for any help; any response welcome !!

Vern
4 REPLIES 4
Steven E. Protter
Exalted Contributor

Re: Restore a users default profile settings in Fedora Gnome

if you create a new user they should get the default profile

.bash_profile

Many unices have /etc/skel which lets you set up a default user profile

SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
Vernon Brown_4
Trusted Contributor

Re: Restore a users default profile settings in Fedora Gnome

Hi Steven; I did the remove user; add user sequence once before; problem was that the new user doesn't get the same numeric user.group ID. So SU must go in and change user.group of all files owned by the user.

Hoped there would be a magic "RESTORE.DEFAULTS", somewhere :o)

Thanks for your response !!

Vern
dirk dierickx
Honored Contributor
Solution

Re: Restore a users default profile settings in Fedora Gnome

you can also delete the .gnome/.gnome2 folders in the user directory to get back to the default gnome desktop.
Vernon Brown_4
Trusted Contributor

Re: Restore a users default profile settings in Fedora Gnome

Dirk; thanks; just what I was looking for.