From owner-freebsd-questions@FreeBSD.ORG Sun Mar 30 13:31:40 2014 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 4FF701A4 for ; Sun, 30 Mar 2014 13:31:40 +0000 (UTC) Received: from wonkity.com (wonkity.com [67.158.26.137]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "wonkity.com", Issuer "wonkity.com" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 04158CF1 for ; Sun, 30 Mar 2014 13:31:39 +0000 (UTC) Received: from wonkity.com (localhost [127.0.0.1]) by wonkity.com (8.14.8/8.14.8) with ESMTP id s2UDVQIi077447 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Sun, 30 Mar 2014 07:31:26 -0600 (MDT) (envelope-from wblock@wonkity.com) Received: from localhost (wblock@localhost) by wonkity.com (8.14.8/8.14.8/Submit) with ESMTP id s2UDVQwN077444; Sun, 30 Mar 2014 07:31:26 -0600 (MDT) (envelope-from wblock@wonkity.com) Date: Sun, 30 Mar 2014 07:31:26 -0600 (MDT) From: Warren Block To: Polytropon Subject: Re: Automount in LXDE or Xfce In-Reply-To: <20140330090118.e0309af8.freebsd@edvax.de> Message-ID: References: <20140329130703.b51675d0.freebsd@edvax.de> <1396107985833-5898890.post@n5.nabble.com> <20140330090118.e0309af8.freebsd@edvax.de> User-Agent: Alpine 2.00 (BSF 1167 2008-08-23) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.4.3 (wonkity.com [127.0.0.1]); Sun, 30 Mar 2014 07:31:27 -0600 (MDT) Cc: freebsd-questions@freebsd.org, Beeblebrox X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 30 Mar 2014 13:31:40 -0000 On Sun, 30 Mar 2014, Polytropon wrote: > On Sat, 29 Mar 2014 08:46:25 -0700 (PDT), Beeblebrox wrote: >>> Can anyone maybe share a _working_ configuration example? >> >> You have two choices for daemon: hald or devd. As you are aware, hald is >> linux-based and devd is native FreeBSD, but still somewhat experimental. >> Your choice as to which one (and why) will be preferred. > > I know that HAL is already deprecated in Linux world in favour > of udev, upower et al. and doesn't fully work in FreeBSD. At > the time it will work perfectly, nobody will be using it, like > APM. :-) > > The desktop per se does _not_ matter, be it Xfce (which is > missing icons and cannot shutdown the system) misc/gnome-icon-theme and misc/gnome-icon-theme-extras provide a full set of icons. They are different from xfce's but better-looking IMO. xfce can reboot or shut down a system. The file /usr/local/etc/polkit-1/localauthority/50-local.d/org.freedesktop.consolekit.pkla must be created as shown in the pkg-message of one of the xfce ports, and xfce must be started with with ConsoleKit support: startxfce4 --with-ck-launch There are several ports that handle automount. I used my own script for that, but recently went back to manual mounting for simplicity.