From owner-freebsd-xfce@FreeBSD.ORG Wed Jul 23 19:42:05 2014 Return-Path: Delivered-To: freebsd-xfce@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 6CAB4DB9 for ; Wed, 23 Jul 2014 19:42:05 +0000 (UTC) Received: from mail.iXsystems.com (newknight.ixsystems.com [206.40.55.70]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id EA0012281 for ; Wed, 23 Jul 2014 19:42:04 +0000 (UTC) Received: from localhost (mail.ixsystems.com [10.2.55.1]) by mail.iXsystems.com (Postfix) with ESMTP id 4FC0776BF7 for ; Wed, 23 Jul 2014 12:42:03 -0700 (PDT) Received: from mail.iXsystems.com ([10.2.55.1]) by localhost (mail.ixsystems.com [10.2.55.1]) (maiad, port 10024) with ESMTP id 32256-03-7 for ; Wed, 23 Jul 2014 12:42:03 -0700 (PDT) Received: from [192.168.0.51] (75-130-56-30.static.kgpt.tn.charter.com [75.130.56.30]) (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) by mail.iXsystems.com (Postfix) with ESMTPSA id 7912976B5A for ; Wed, 23 Jul 2014 12:41:16 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=ixsystems.com; s=newknight0; t=1406144476; bh=LuA4wu3e36VEFHDJBQYgAHZSs6GJ18FlYVWxzo4OGyU=; h=Date:From:To:Subject:References:In-Reply-To; b=V7Io1SQZT8iVRWBk8uLR0toLgFLdMCdkTZnRjWl/x3tvYTt6DWC5bXCEbhcO7UbqZ Pg7+E94av3rPB6vLI0gD1dfpf4IAZ/5dE7Mwet4XUrfVRTJMH8/KcaxhqfW0hJ2ER+ v+heHhaZFyofweh1FEZmofJnLcyAeKNOw2le+2T8= Message-ID: <53D00FDA.5040903@pcbsd.org> Date: Wed, 23 Jul 2014 15:41:14 -0400 From: Kris Moore User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:24.0) Gecko/20100101 Thunderbird/24.6.0 MIME-Version: 1.0 To: freebsd-xfce@freebsd.org Subject: Re: pendrive automount in xfce4? References: In-Reply-To: X-Enigmail-Version: 1.6 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-xfce@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: XFCE for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Jul 2014 19:42:05 -0000 On 07/23/2014 15:28, Olivier Duchateau wrote: > 2014-07-23 7:35 GMT+02:00 : >> Hi! > Hi, > >> Are there any automounter solution for FreeBSD and XFCE? >> Actually I use sysutils/automount, but I'd like something, >> with which I can umount the mounted devices on multiuser >> machines, too. (If I know well, there is something developed >> in PC-BSD, but I didn't find anything in the ports.) >> > I'm afraid, but currently, this is the only solution. You can also use > sysutils/xfce4-genmon-plugin, with your own script. > > I started to code something more integrated into Xfce, (we need to > "patch", Thunar, xfce4-settings, xfce4-desktop, in order to have > something equivalent to thunar-volman). But currently I'm quite busy, > and I prefer to concentrate on Parole (the latest release depends of > GTK3 3.10 at least), and sysutils/xfce4-power-manager which is broken. > > PC-BSD perhaps uses Hal? We have a utility in our pcbsd-utils-qt4 package called "pc-mounttray" http://wiki.pcbsd.org/index.php/Mount_Tray/10.0 It monitors devd, not HAL to do device auto-detection and mounting. It works pretty much in all desktops, being specific to FreeBSD, not the DE you happen to be running. Only downside is that the port is a tad stale, I will try to update it as soon as possible :) -- Kris Moore PC-BSD Software iXsystems