Summary: | polkit-kde silently ignores authentication requests | ||
---|---|---|---|
Product: | [Plasma] policykit-kde-agent-1 | Reporter: | Jakub Schmidtke <sjakub> |
Component: | general | Assignee: | Jaroslav Reznik <jreznik> |
Status: | CONFIRMED --- | ||
Severity: | normal | CC: | mbriza, sitter, sjakub, thomas.luebking |
Priority: | NOR | ||
Version: | 5.5.4 | ||
Target Milestone: | --- | ||
Platform: | Arch Linux | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Jakub Schmidtke
2012-02-26 07:00:34 UTC
I figured out what was wrong. I had QT_NO_GLIB=1 set in the environment (in /etc/profile.d/ script). I still think that this is an issue. If it is impossible to get polkit agent working without glib loop events, then it should not run at all. Or at the very least display an error... (In reply to comment #1) > I figured out what was wrong. > I had QT_NO_GLIB=1 set in the environment (in /etc/profile.d/ script). I meant that unseting QT_NO_GLIB makes the problem go away. Confirming, it ignores impossibility to authenticate silently when QT_NO_GLIB is set. *** Bug 334009 has been marked as a duplicate of this bug. *** simply needs setenv("QT_NO_GLIB", "0", true); before creating the Q*Application instance (in main.cpp or however the source is organized) Thank you for the bug report. As this report hasn't seen any changes in 5 years or more, we ask if you can please confirm that the issue still persists. If this bug is no longer persisting or relevant please change the status to resolved. |