diff options
author | Ivan Alejandro <ivanalejandro0@gmail.com> | 2014-06-05 10:23:44 -0300 |
---|---|---|
committer | Ivan Alejandro <ivanalejandro0@gmail.com> | 2014-06-05 11:01:11 -0300 |
commit | 6e19fd7c55ae1c4520536cb272b1ffcb6e8abd4c (patch) | |
tree | eb4ba10164491e8706a0300a5405d73cef073b01 /changes/bug-4144_support-gnome-shell-polkit | |
parent | 82e1c4b1e3e5dd49b6e868732451a744ba37ba59 (diff) |
Add support for gnome-shell polkit agent.
The gnome-shell desktop does not uses a separate process as others do.
It uses an agent within its own process so we need to check for
gnome-shell and then assume that its polkit is working.
Diffstat (limited to 'changes/bug-4144_support-gnome-shell-polkit')
-rw-r--r-- | changes/bug-4144_support-gnome-shell-polkit | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changes/bug-4144_support-gnome-shell-polkit b/changes/bug-4144_support-gnome-shell-polkit new file mode 100644 index 00000000..b8da093c --- /dev/null +++ b/changes/bug-4144_support-gnome-shell-polkit @@ -0,0 +1 @@ +- Add support for gnome-shell polkit agent. Closes #4144, #4218. |