Something is wrong with the pgrep matching here, likely the process
name.

126 def get_desktop_vfs(ui):
127     if subprocess.call(['pgrep', '-u', str(os.getuid()), '-x', 
'gnome-session']) == 0:
128         return 'gvfs'
129     if subprocess.call(['pgrep', '-u', str(os.getuid()), '-x', 
'ksmserver']) == 0:
130         return 'kdelibs5'


** Changed in: apport-symptoms (Ubuntu)
       Status: New => Triaged

** Changed in: apport-symptoms (Ubuntu)
   Importance: Undecided => Medium

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1813428

Title:
  "sorry, you are not running GNOME or KDE" while running GNOME

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/apport-symptoms/+bug/1813428/+subscriptions

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to