| Summary: | System tab is unavailable for non-root user. (The root access pop-up is not displayed.) | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Peter Trenholme <PTrenholme> |
| Component: | gnome-abrt | Assignee: | Jakub Filak <jfilak> |
| Status: | CLOSED NOTABUG | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | medium | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | rawhide | CC: | jberan, jfilak, PTrenholme |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2013-10-09 16:11:40 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
|
Description
Peter Trenholme
2013-09-28 16:45:35 UTC
Thank you for the bug report. I'm afraid that this is not a bug in gnome-abrt because the app is not primarily responsible for showing the password dialogue. To be completely sure which program causes this unwanted behaviour, please run the following command and report the results here: $ dbus-send --system --type=method_call --print-reply --dest=org.freedesktop.problems /org/freedesktop/problems org.freedesktop.problems.GetAllProblems At least, the password dialogue should appear. OK, I did that and the pop-up was displayed. Here's the output:
--------------------------------------------------------------
$ dbus-send --system --type=method_call --print-reply --dest=org.freedesktop.problems /org/freedesktop/problems org.freedesktop.problems.GetAllProblems
method return sender=:1.81 -> dest=:1.80 reply_serial=2
array [
string "/var/tmp/abrt/ccpp-2013-09-28-16:37:30-18773"
string "/var/tmp/abrt/ccpp-2013-09-28-22:13:31-21994"
]
$ sudo cat /var/tmp/abrt/last-ccpp
/usr/bin/pulseaudio
$ sudo cat /var/tmp/abrt/last-via-server
/usr/share/yumex/backend-launcher.py
-------------------------------------------------------------
Both of those are "user" aborts. After I first posted this bug, I did a
sudo gnome-abrt, looked at the system problems, and cleared them. (They were both related to the system hanging when attempting a reboot or shutdown. I think that's a configuration problem since it only happens on my F19 [now F20 via fedup] system, but not on my Rawhide one.)
I just killed a hung yumex, and, when I looked at the abrt (from the tray applet), the expected pop-up WAS displayed. So I guess that this is now moot. (In reply to Peter Trenholme from comment #3) > I just killed a hung yumex, and, when I looked at the abrt (from the tray > applet), the expected pop-up WAS displayed. So I guess that this is now moot. It seems that it was a mysterious bug either in abrt-dbus or in polkit. I am closing this report as NOTABUG but please feel free to reopen the bug report if you experience it again. |