[Bug 218322] x11-wm/xfce4: only logout button is functional

2017-04-28 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=218322

MMacD  changed:

   What|Removed |Added

 Resolution|--- |FIXED
 Status|New |Closed

--- Comment #13 from MMacD  ---
I had added myself to the operator group, but that had no effect.

However, the latest pkg upgrade fixed this (but broke other things).

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-xfce@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-xfce
To unsubscribe, send any mail to "freebsd-xfce-unsubscr...@freebsd.org"


[Bug 218322] x11-wm/xfce4: only logout button is functional

2017-04-11 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=218322

--- Comment #12 from MMacD  ---
No change. Whether I'm right about it not being interpreted, or the problem
lies elsewhere, I don't know.  But adding that code didn't change anything.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-xfce@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-xfce
To unsubscribe, send any mail to "freebsd-xfce-unsubscr...@freebsd.org"


[Bug 218322] x11-wm/xfce4: only logout button is functional

2017-04-11 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=218322

--- Comment #11 from MMacD  ---
@Ben Did you get the impression that the rules are auto-interpreted?  I didn't.
 To me that looks like compile-and-link code, not just config information. 
Which suggests that there's a lot more work involved than just dropping those
few lines into a leaf of a subtree!  But I'll try it anyway.  Maybe it'll
surprise me.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-xfce@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-xfce
To unsubscribe, send any mail to "freebsd-xfce-unsubscr...@freebsd.org"


[Bug 218322] x11-wm/xfce4: only logout button is functional

2017-04-11 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=218322

--- Comment #10 from Ben Woods  ---
Hi MMacD,
Whilst I agree the current situation is not optimal, it is clearly explained in
the message printed when the xfce4-session package is installed.

As root, create the file /usr/local/etc/polkit-1/rules.d/50-shutdown.rules with
the following contents:
polkit.addRule(function (action, subject) {
if ((action.id == "org.freedesktop.consolekit.system.restart" ||
action.id == "org.freedesktop.consolekit.system.stop" ||
action.id == "org.freedesktop.consolekit.system.suspend" ||
action.id == "org.freedesktop.consolekit.system.hibernate") &&
subject.isInGroup("operator")) {
return polkit.Result.YES;
}
});


Then simply make sure your user is a member of the operator group. You may need
a reboot to get the new config to take effect.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-xfce@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-xfce
To unsubscribe, send any mail to "freebsd-xfce-unsubscr...@freebsd.org"


[Bug 218322] x11-wm/xfce4: only logout button is functional

2017-04-10 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=218322

--- Comment #9 from MMacD  ---
Yeh, I just grubbed around in it a bit:  it should definitely be an
install-time option.  The xfce people apparently really dropped the spherical
thing.

Since I'm busier than the proverbial long-tailed cat in the room full of
rocking chairs, I'm  not even going to *try* to spend the time to learn the ins
and outs of polkit.  I'll just wait til poor Olivier can somehow invent enough
time to fix it.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-xfce@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-xfce
To unsubscribe, send any mail to "freebsd-xfce-unsubscr...@freebsd.org"


[Bug 218322] x11-wm/xfce4: only logout button is functional

2017-04-10 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=218322

--- Comment #8 from MMacD  ---
I wonder why it's not checking user-group membership for itself, if that's what
"group" means in this context.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-xfce@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-xfce
To unsubscribe, send any mail to "freebsd-xfce-unsubscr...@freebsd.org"



[Bug 218322] x11-wm/xfce4: only logout button is functional

2017-04-10 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=218322

--- Comment #7 from Ben Woods  ---
(In reply to MMacD from comment #5)
In FreeBSD and most unix like operating systems, every user is also a member of
1 or more groups.
https://www.freebsd.org/doc/handbook/users-synopsis.html

The normal group a user is added to in FreeBSD to be allowed to shutdown the
system is the "operator" group, so I recommend using that.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-xfce@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-xfce
To unsubscribe, send any mail to "freebsd-xfce-unsubscr...@freebsd.org"


[Bug 218322] x11-wm/xfce4: only logout button is functional

2017-04-10 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=218322

--- Comment #6 from MMacD  ---
(In reply to duchateau.olivier from comment #1)
I was wrong about the driver, it's v359

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-xfce@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-xfce
To unsubscribe, send any mail to "freebsd-xfce-unsubscr...@freebsd.org"


[Bug 218322] x11-wm/xfce4: only logout button is functional

2017-04-10 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=218322

--- Comment #5 from MMacD  ---
Nice catch, but what's a "group" ?

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-xfce@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-xfce
To unsubscribe, send any mail to "freebsd-xfce-unsubscr...@freebsd.org"


[Bug 218322] x11-wm/xfce4: only logout button is functional

2017-04-08 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=218322

Ben Woods  changed:

   What|Removed |Added

 CC||woods...@freebsd.org

--- Comment #4 from Ben Woods  ---
I think the solution is provided if you look at the message provided as the
xfce4-session package is installed (can be recalled with "pkg info -D
xfce4-session"):
https://svnweb.freebsd.org/ports/head/x11-wm/xfce4-session/files/pkg-message.in?revision=420679&view=markup

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-xfce@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-xfce
To unsubscribe, send any mail to "freebsd-xfce-unsubscr...@freebsd.org"


[Bug 218322] x11-wm/xfce4: only logout button is functional

2017-04-06 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=218322

Sergey V. Dyatko  changed:

   What|Removed |Added

 CC||sergey.dya...@gmail.com

--- Comment #3 from Sergey V. Dyatko  ---
(In reply to duchateau.olivier from comment #1)

I'm not sure, but... 
right now I have all buttons 'active' -- logout/reboot/shutdown/sleep(?)
(uptime 3h, w/o suspend-resume cycle(s))
but after suspend/resume (acpiconf -s3) I can press ony one - logout, reboot
and others buttons are  inactive (gray color).

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-xfce@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-xfce
To unsubscribe, send any mail to "freebsd-xfce-unsubscr...@freebsd.org"


[Bug 218322] x11-wm/xfce4: only logout button is functional

2017-04-06 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=218322

--- Comment #2 from MMacD  ---
It's the Nvidia 610 (the card is made by EVGA, iirc).  I'm using the v340
driver, which is quite stable.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-xfce@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-xfce
To unsubscribe, send any mail to "freebsd-xfce-unsubscr...@freebsd.org"


[Bug 218322] x11-wm/xfce4: only logout button is functional

2017-04-05 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=218322

duchateau.oliv...@gmail.com changed:

   What|Removed |Added

 CC||duchateau.oliv...@gmail.com

--- Comment #1 from duchateau.oliv...@gmail.com ---
I'm curious, what's your graphics card, and which driver is used?

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-xfce@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-xfce
To unsubscribe, send any mail to "freebsd-xfce-unsubscr...@freebsd.org"


maintainer-feedback requested: [Bug 218322] x11-wm/xfce4: only logout button is functional

2017-04-03 Thread bugzilla-noreply
MMacD  has reassigned Bugzilla Automation
's request for maintainer-feedback to x...@freebsd.org:
Bug 218322: x11-wm/xfce4: only logout button is functional
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=218322



--- Description ---
The current (according to pkg upgrade) package, installed under 10.3 RELEASE,
has non-functional exit buttons except for logout.  If I want to shut down the
system in one step, I have to do it via the command line.
___
freebsd-xfce@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-xfce
To unsubscribe, send any mail to "freebsd-xfce-unsubscr...@freebsd.org"


[Bug 218322] x11-wm/xfce4: only logout button is functional

2017-04-03 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=218322

Bug ID: 218322
   Summary: x11-wm/xfce4: only logout button is functional
   Product: Ports & Packages
   Version: Latest
  Hardware: Any
OS: Any
Status: New
  Severity: Affects Only Me
  Priority: ---
 Component: Individual Port(s)
  Assignee: x...@freebsd.org
  Reporter: scratch65...@att.net
  Assignee: x...@freebsd.org
 Flags: maintainer-feedback?(x...@freebsd.org)

The current (according to pkg upgrade) package, installed under 10.3 RELEASE,
has non-functional exit buttons except for logout.  If I want to shut down the
system in one step, I have to do it via the command line.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-xfce@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-xfce
To unsubscribe, send any mail to "freebsd-xfce-unsubscr...@freebsd.org"