[Bug 1813428] Re: "sorry, you are not running GNOME or KDE" while running GNOME
Brian Murray
brian at ubuntu.com
Mon Jan 28 16:40:19 UTC 2019
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
Foundations Bugs, which is subscribed to apport-symptoms in Ubuntu.
https://bugs.launchpad.net/bugs/1813428
Title:
"sorry, you are not running GNOME or KDE" while running GNOME
Status in apport-symptoms package in Ubuntu:
Triaged
Bug description:
1) run ubuntu-bug with no arguments
2) "What kind of problem do you want to report?"
choose
"External or internal storage devices(e.g. USB sticks)"
3) OK
4) choose
"Removable storage device is not mounted automatically"
5) when ubuntu-bug says "please remove it ..."
physically remove USB thumb drive from computer.
6) when ubuntu-bug says "please plug it back in..."
physically plug USB thumb back in computer.
result:
"sorry, you are not running GNOME or KDE automounting needs to be
provided by your desktop environment"
oddly enough if you leave it in, instead of unplugging, it proceeds to
report the bug as usual
usb thumb drive device:
/dev/sdg
Bus 001 Device 016: ID 10d6:1101 Actions Semiconductor Co., Ltd D-Wave
2GB MP4 Player / AK1025 MP3/MP4 Player
gnome: 3.28.2
OS type: 64 bit
ubuntu: bionic 18.04
apport:
Installed: 2.20.9-0ubuntu7.5
Candidate: 2.20.9-0ubuntu7.5
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/apport-symptoms/+bug/1813428/+subscriptions
More information about the foundations-bugs
mailing list