From owner-freebsd-questions@freebsd.org Sat Dec 31 22:27:29 2016 Return-Path: Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8D41BC99C3E for ; Sat, 31 Dec 2016 22:27:29 +0000 (UTC) (envelope-from bah@bananmonarki.se) Received: from feeder.usenet4all.se (1-1-1-38a.far.sth.bostream.se [82.182.32.53]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 054C31CFD for ; Sat, 31 Dec 2016 22:27:27 +0000 (UTC) (envelope-from bah@bananmonarki.se) Received: from testbox.news4all.se (testbox.usenet4all.se [10.0.0.3]) by feeder.usenet4all.se (8.13.1/8.13.1) with ESMTP id uBVMRO0P027553; Sat, 31 Dec 2016 23:27:24 +0100 (CET) (envelope-from bah@bananmonarki.se) Subject: Re: FreeBSD 11.0 i386, XDM 1.1.11_6, XFCE 4.12_1 -- How to enable GUI shutdown and restart? To: David Christensen , freebsd-questions@freebsd.org References: <2c0d9213-1adc-48b7-bdf6-a6b4a577d726@bananmonarki.se> <622bd615-48b9-031a-65d8-3c7daf663cb9@holgerdanske.com> <09d1385a-6356-b732-ddd4-ebd678c25419@bananmonarki.se> <507828f7-6621-15f8-f55d-0ad172857fc1@holgerdanske.com> <20161230154841.7d2561e2.freebsd@edvax.de> <20161231163107.64b0582d.freebsd@edvax.de> From: Bernt Hansson Message-ID: <9eb174e8-e398-5ca5-6dda-9b7bc0237af9@bananmonarki.se> Date: Sat, 31 Dec 2016 23:27:24 +0100 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:45.0) Gecko/20100101 Thunderbird/45.5.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 31 Dec 2016 22:27:29 -0000 On 2016-12-31 21:21, David Christensen wrote: > On 12/31/16 10:55, Warren Block wrote: >> It is very difficult to follow a dozen separate questions inside a post. > > Which demonstrates that Xfce on FreeBSD is program, not programming > systems product. > > >> I think one of them was about shutdown/logout/restart. This is from my >> xfce notes file. Note that hal is not required for xfce at all, and I >> do not have it installed. >> >> shutdown/reboot/logout >> as root, create >> /usr/local/etc/polkit-1/localauthority/50-local.d/org.freedesktop.consolekit.pkla >> >> >> >> (this is needed) >> [Restart] >> Identity=unix-group:operator >> Action=org.freedesktop.consolekit.system.restart >> ResultAny=yes >> ResultInactive=yes >> ResultActive=yes >> >> [Shutdown] >> Identity=unix-group:operator >> Action=org.freedesktop.consolekit.system.stop >> ResultAny=yes >> ResultInactive=yes >> ResultActive=yes > This is/was for HAL on freebsd. I've got it working in FreeBSD 5, 6, 7 something. Now there is devd instead of HAL. Which i know very little about.