Announcement

Collapse
No announcement yet.

User with UID above 500 don't show up in User Manager

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    User with UID above 500 don't show up in User Manager

    Hi.

    Is there a way to force Plasma to display users whose user ID (UID) is above 500? I changed my UID to 613 in order to comply with my NIS user ID at work. This is necessary for me to access our work resource.

    After I changed the UID, my information doesn't show up in the User Manager dialogue anymore. My name is "Daigoro Toyama," which used to appear above "Freddie Toyama."

    Click image for larger version

Name:	user_manager.jpg
Views:	1
Size:	38.0 KB
ID:	649275

    I had the same issue with the greeter screen but was able to solve it by adding my own /etc/sddm.conf with the following entry.

    Code:
    # Minimum user id for displayed users
    MinimumUid=500 #My UID is 613
    Is there a similar trick to get User Manager to display such users? Thanks in advance!
    Last edited by daihard; Jan 20, 2018, 07:25 PM.
    Registered Linux User: #281828 | Kubuntu User: #22280

    Kubuntu 18.04 LTS
    Dell Precision Workstation T5500 (Xeon @ 2.13GHz x 2 / 12 GB RAM)

    #2
    You could install kuser to handle user information.
    "A nation that is afraid to let its people judge the truth and falsehood in an open market is a nation that is afraid of its people.”
    – John F. Kennedy, February 26, 1962.

    Comment


      #3
      Originally posted by GreyGeek View Post
      You could install kuser to handle user information.
      Thanks, I just tried it. Unfortunately, kuser doesn't allow me to change my account picture, which is what I want to do with User Manager. If all I wanted to do was manage user information, I could use usermod.
      Registered Linux User: #281828 | Kubuntu User: #22280

      Kubuntu 18.04 LTS
      Dell Precision Workstation T5500 (Xeon @ 2.13GHz x 2 / 12 GB RAM)

      Comment


        #4
        try putting your icon in
        Code:
        /usr/share/sddm/faces/vinny.face.icon
        changing "vinny" to your user name .

        this used to work ,,,,but it keeps changing .

        VINNY
        i7 4core HT 8MB L3 2.9GHz
        16GB RAM
        Nvidia GTX 860M 4GB RAM 1152 cuda cores

        Comment


          #5
          The way I did this was to put a symlink for each user as /home/<USERNAME>/.face.icon that links to whatever face icon you want to use. Then I launched systemsettings5 using kdesudo and assigned each user (I have 5) to the file (symlink) named .face.icon in their home folders.

          Please Read Me

          Comment


            #6
            Originally posted by oshunluvr View Post
            The way I did this was to put a symlink for each user as /home/<USERNAME>/.face.icon that links to whatever face icon you want to use. Then I launched systemsettings5 using kdesudo and assigned each user (I have 5) to the file (symlink) named .face.icon in their home folders.
            Thanks! Creating a symlink ~/.face.icon from my preferred avatar image worked. User Manager still doesn't show my account (even with kdesudo), but that's secondary now. I've achieved what I wanted to.

            Click image for larger version

Name:	kde_menu.jpg
Views:	1
Size:	27.3 KB
ID:	643733
            Last edited by daihard; Jan 22, 2018, 10:55 AM.
            Registered Linux User: #281828 | Kubuntu User: #22280

            Kubuntu 18.04 LTS
            Dell Precision Workstation T5500 (Xeon @ 2.13GHz x 2 / 12 GB RAM)

            Comment


              #7
              Originally posted by daihard View Post
              Thanks! Creating a symlink ~/.face.icon from my preferred avatar image worked. User Manager still doesn't show my account (even with kdesudo), but that's secondary now. I've achieved what I wanted to.
              Glad that worked. I looked around for quite a bit trying to find the real answer - that is, enabling a min UID of 500 - but no joy. Lot's of distros use 500 so there has to be a way, I just couldn't find it.

              Please Read Me

              Comment


                #8
                Originally posted by oshunluvr View Post
                I looked around for quite a bit trying to find the real answer - that is, enabling a min UID of 500 - but no joy.
                Maybe https://askubuntu.com/questions/8036...e-and-uid-1000
                Windows no longer obstructs my view.
                Using Kubuntu Linux since March 23, 2007.
                "It is a capital mistake to theorize before one has data." - Sherlock Holmes

                Comment


                  #9
                  There's also /etc/adduser.conf

                  https://askubuntu.com/questions/6599...ation-behavior

                  Please Read Me

                  Comment


                    #10
                    Originally posted by oshunluvr View Post
                    Yes, but that only affects user generation with "adduser". User Manager will follow the settings from /etc/login.defs for what it'll show (note that this also affects useradd...which is not the same command as adduser, a higher level command).
                    Last edited by kubicle; Jan 22, 2018, 03:48 PM.

                    Comment

                    Working...
                    X