Results 1 to 8 of 8

Thread: User "real" names don't match

  1. #1
    Join Date
    Jan 2012
    Beans
    753

    User "real" names don't match

    My "real" name displayed under Settings > Account Details seems to be different from what is set at Settings > User Management. Under User Management, I have my full name, but under Account Details it says my name is "Student". Long story, but this is how I'm guessing it happened... My old computer was a school computer with Windows, and the admin account was admin and my account was Student. After I left that school, the admin account was deleted and admin privileges were given to Student. Later, I installed Kubuntu through Wubi, which kept Student as my name. After Windows started getting slow and unstable, I decided to "rescue" my Kubuntu install by migrating from Wubi to a real partition, and deleting Windows. This also kept my name as Student. Then I bought a whole new computer, installed Kubuntu on it, and transferred /home from my old one to the new one, and that's the one I'm typing on right now.

    As far as I know, it only says I'm "Student" on Settings > Account Details, but nowhere else. How can I change this so it reflects my account's actual "real" name?


  2. #2
    Join Date
    Jan 2012
    Beans
    753

    Re: User "real" names don't match

    Anyone?

  3. #3
    Join Date
    Jan 2012
    Beans
    753

    Re: User "real" names don't match

    bump

  4. #4
    Join Date
    Sep 2010
    Location
    Central Calif
    Beans
    1,208
    Distro
    Xubuntu 12.10 Quantal Quetzal

    Re: User "real" names don't match

    So student is not your root name?

    You might check here. Check for your version on the site, though instructions should be the same, it's better to find the right version. Be sure to change the correct name. lol

    http://www.liberiangeek.net/2012/03/...neiric-ocelot/
    Remember When Double-Dog dare ya's and water balloons were the ultimate weapon?

  5. #5
    Join Date
    Jan 2012
    Beans
    753

    Re: User "real" names don't match

    Didn't work. It's not my "user name" that's shown incorrectly, it's my "real name". It displays correctly on other applications, but just not under "User Information" in settings.

    If I know the location of the config file for those settings, I could probably change it through that.

  6. #6
    Join Date
    Jan 2005
    Location
    South Africa
    Beans
    2,098
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: User "real" names don't match

    Start a terminal and run

    Code:
    grep -r Student * 2>/dev/null
    will search for the word Student in all files. Run this first from your home directory, that should be sufficient. If not, run it from the root directory.

    Both exercises can take long.

    You can pipe the result through 'less' or redirect them to a file for later analysis.


    PS
    Although I don't think it's the case, you can have a quick look at /etc/passwd to see if it's set there. Before you go through the above time consuming exercise.

    Code:
    grep Student /etc/passwd
    Last edited by Wim Sturkenboom; October 11th, 2012 at 06:35 AM.
    If you don't make backups of your important data, your data is obviously not important to you.

  7. #7
    Join Date
    Jan 2012
    Beans
    753

    Re: User "real" names don't match

    Code:
    grep -r Student * 2>/dev/null
    That gave me no relevant results.

    Code:
    grep Student /etc/passwd
    It wasn't there.

  8. #8
    Join Date
    Jan 2012
    Beans
    753

    Re: User "real" names don't match

    bump

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
  •