elementary / greeter

Login and Lock Screen greeter for elementary OS and Pantheon, using LightDM
GNU General Public License v3.0
152 stars 39 forks source link

Greeter shows unwanted 'libvirt-qemu' system process user (used for virtualization) #462

Closed stradicat closed 3 years ago

stradicat commented 4 years ago

Prerequisites

Describe the bug

When booting the OS after installing KVM prerequisites to use the Android Studio emulator (qemu-kvm libvirt-daemon-system libvirt-clients bridge-utils), a new system user is created: libvirt-qemu.

This is a non-human system user for processes; it has no login details. Listing it as a login option is unwanted.

To Reproduce

Steps to reproduce the behavior:

  1. Open a Temrinal window and install KVM prerequisites for Android Studio emulator: sudo apt install qemu-kvm libvirt-daemon-system libvirt-clients bridge-utils
  2. Open System Settings -> User Accounts
  3. Check the user list: see that there's a new libvirt-qemu account with a padlock icon

Expected behavior

System-process users such as libvirt-qemu should be hidden from the greeter.

Platform Information

jlnr commented 4 years ago

Duplicate of #328