Bug 33435

Summary: consider xfce-polkit (e.g., for editing NetworkManager conf)
Product: Альт Образование Reporter: Ivan Zakharyaschev <imz>
Component: Ошибки работыAssignee: Andrey Cherepanov <cas>
Status: NEW --- QA Contact: qa-p8 <qa-p8>
Severity: normal    
Priority: P3 CC: mike, sem
Version: 8.1   
Hardware: all   
OS: Linux   

Description Ivan Zakharyaschev 2017-04-30 16:20:06 MSK
I've installed education-20170331 build from the LiveCD. In the installed system, xfce-polkit was missing.

I couldn't make a network connection available for all users through editing through the Network Manager applet. (This change was not saved.)

Then I installed xfce-polkit-0.2-alt1 .

On the next login, I was able to successfully make this change to the network connection through the applet (after entering my password).
Comment 1 Ivan Zakharyaschev 2017-05-01 14:44:40 MSK
The reason might the change in xfce4.git which has left xfce-polkit only in xfce4-full, but not in xfce4-regular:

commit e625824db8d75282f9e8bf2f322e5dd5ac26ba0a
Refs: [4.12-alt5], [gb-sisyphus-task171998.100], c8
Author:     Michael Shigorin <mike@altlinux.org>
AuthorDate: Mon Nov 7 17:36:06 2016 +0300
Commit:     Michael Shigorin <mike@altlinux.org>
CommitDate: Mon Nov 7 18:07:36 2016 +0300

    4.12-alt5

    - NMU: rework full/regular metapackages so that -regular one
      is suitable for sysvinit-based systems again (xfce-polkit
      fails to start properly there at the moment)
---
 xfce4.spec | 91 ++++++++++++++++++++++++++++++++++----------------------------
 1 file changed, 50 insertions(+), 41 deletions(-)

diff --git a/xfce4.spec b/xfce4.spec
index 12b97ae..5dca21e 100644
--- a/xfce4.spec
+++ b/xfce4.spec

...

@@ -134,8 +137,9 @@ of Xfce4 Desktop.
 Summary: Virtual package for use in the regular-xfce distro
 Group: Graphical desktop/XFce
 BuildArch: noarch
-Requires: %name-full = %version-%release
+Requires: %name-default = %version-%release
 Requires: gnome-icon-theme
+%commonreqs
Comment 2 Michael Shigorin 2017-05-16 14:46:36 MSK
Might be the time to revert that change; care to?