Page 2 of 2 FirstFirst 12
Results 11 to 16 of 16

Thread: [SOLVED] My Brother Screwed Up!

  1. #11
    Join Date
    Jan 2008
    Location
    Manchester UK
    Beans
    13,573
    Distro
    Ubuntu

    Re: My Brother Screwed Up!

    Quote Originally Posted by unutbu View Post
    Deleting all the dot config directories will also delete your browser's bookmarks, and all GNOME configuration settings. It can be a little bit tramatic in its own right".
    `spose you`re right, but it`s got to be worth a go before I do another reinstall and have to start from the beginning again.

  2. #12
    Join Date
    Jul 2007
    Beans
    84

    Re: My Brother Screwed Up!

    Quote Originally Posted by unutbu View Post
    Deleting all the dot config directories will also delete your browser's bookmarks, and all GNOME configuration settings. It can be a little bit tramatic in its own right.

    If you want to move more cautiously, just rename the directories. Change .config to .config-orig for example.

    If you use firefox and FF is not the source of the problem, (and it sounds like it isn't), just don't touch the .mozilla directory.

    marenkar, regarding sound: Go to System>Users and Groups. Click on the new user name. Click the Properties Button, and then the User Privileges tab. Enable everything that you want, but especially "Use audio devices".
    I wont be able to do that since I can't see the menu from the root user.

    I also cant see the menu bar btw, so I cant delete the hidden files of the home folder.

    I just need to reset the desktop settings somehow through terminal, not through any other way since I wouldnt be able to use the desktop, or any thing in there for that matter.
    yo

  3. #13
    Join Date
    Jul 2007
    Beans
    84

    Re: My Brother Screwed Up!

    Quote Originally Posted by mcduck View Post
    Sounds like the biggest changes on the amdin account's settings are bigger font size, and possibly smaller resolution (unless he changed the dpi-settings in the font options).

    Anyway, the simplest way to reset the account to default settings is to delete every hidden file from that account's home directory. All personal settings are stored in these hidden files, so if you remove them the next time you log in the account will be just like after installing Ubuntu. (New setting diles will be automaticly generated when required).

    You can keep all the personal files, and even the setting files for specific programs, like Firefox, if you want.

    ..and yeah, you'd probably better make your brother own account, perhaps with no admin rights?

    Is there a way I can delete the hidden files through terminal?

    Sorry for the repost. I didnt see the old one there.
    yo

  4. #14
    Join Date
    Mar 2008
    Beans
    4,714
    Distro
    Ubuntu 9.10 Karmic Koala

    Re: My Brother Screwed Up!

    Try this:
    Code:
    Log out                              # So GNOME isn't messing with your dot configuration directories
    Press Ctrl-Alt-F2                    # Get to a text terminal
    Log in
    mv ~/.config ~/.config-orig          
    mv ~/.gconf ~/.gconf-orig            
    mv ~/.gnome ~/.gnome-orig            
    mv ~/.gnome2 ~/.gnome2-orig          
    exit
    Press Ctrl-Alt-F7                    # Get back to gdm
    Login as the old user
    You should now have an account with no GNOME configurations. GNOME will automatically create new configuration directories as needed. You'll have to reset any GNOME configurations that you want.

    If it doesn't work, to regain your old settings:
    Code:
    Log out                              
    Press Ctrl-Alt-F2                    
    Log in
    mv ~/.config-orig ~/.config          
    mv ~/.gconf-orig ~/.gconf            
    mv ~/.gnome-orig ~/.gnome            
    mv ~/.gnome2-orig ~/.gnome2          
    exit
    Press Ctrl-Alt-F7                    
    Login as the old user

  5. #15
    Join Date
    Jul 2007
    Beans
    84

    Re: My Brother Screwed Up!

    Thanks! It worked!

    P.S I found an easier way

    rm-rf .gnome .gnome2 if ever anyone else gets the prob
    yo

  6. #16
    Join Date
    Oct 2008
    Location
    Tallmadge, Ohio
    Beans
    32
    Distro
    Ubuntu 8.04 Hardy Heron

    Re: My Brother Screwed Up!

    THANK you! Been ******* around with this issue for a week!

    ....now, if I can only figure out how to prvent myself from causing it again....

Page 2 of 2 FirstFirst 12

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •