<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<atom:link href="http://forum.xfce.org/extern.php?action=feed&amp;tid=2946&amp;type=rss" rel="self" type="application/rss+xml" />
		<title><![CDATA[Xfce Forums / pendrive]]></title>
		<link>http://forum.xfce.org/viewtopic.php?id=2946</link>
		<description><![CDATA[The most recent posts in pendrive.]]></description>
		<lastBuildDate>Tue, 06 Feb 2007 22:28:21 +0000</lastBuildDate>
		<generator>FluxBB</generator>
		<item>
			<title><![CDATA[Re: pendrive]]></title>
			<link>http://forum.xfce.org/viewtopic.php?pid=13181#p13181</link>
			<description><![CDATA[<p>I think you need to be in the operator group.</p>]]></description>
			<author><![CDATA[dummy@example.com (Nick)]]></author>
			<pubDate>Tue, 06 Feb 2007 22:28:21 +0000</pubDate>
			<guid>http://forum.xfce.org/viewtopic.php?pid=13181#p13181</guid>
		</item>
		<item>
			<title><![CDATA[Re: pendrive]]></title>
			<link>http://forum.xfce.org/viewtopic.php?pid=13180#p13180</link>
			<description><![CDATA[<div class="codebox"><pre class="vscroll"><code>&lt;!DOCTYPE busconfig PUBLIC
 &quot;-//freedesktop//DTD D-BUS Bus Configuration 1.0//EN&quot;
 &quot;http://www.freedesktop.org/standards/dbus/1.0/busconfig.dtd&quot;&gt;
&lt;busconfig&gt;

  &lt;!-- This configuration file specifies the required security policies
       for the HAL to work. --&gt;

  &lt;!-- Only root or user haldaemon can own the HAL service --&gt;
  &lt;policy user=&quot;haldaemon&quot;&gt;
    &lt;allow own=&quot;org.freedesktop.Hal&quot;/&gt;
  &lt;/policy&gt;
  &lt;policy user=&quot;root&quot;&gt;
    &lt;allow own=&quot;org.freedesktop.Hal&quot;/&gt;
  &lt;/policy&gt;

  &lt;!-- Allow anyone to invoke methods on the Manager and Device interfaces --&gt;
  &lt;policy context=&quot;default&quot;&gt;
    &lt;allow send_interface=&quot;org.freedesktop.Hal.Manager&quot;/&gt;
    &lt;allow send_interface=&quot;org.freedesktop.Hal.Device&quot;/&gt;

    &lt;allow receive_interface=&quot;org.freedesktop.Hal.Manager&quot;
           receive_sender=&quot;org.freedesktop.Hal&quot;/&gt;
    &lt;allow receive_interface=&quot;org.freedesktop.Hal.Device&quot;
           receive_sender=&quot;org.freedesktop.Hal&quot;/&gt;
  &lt;/policy&gt;

  &lt;!-- Default policy for the exported interfaces --&gt;
  &lt;policy context=&quot;default&quot;&gt;
    &lt;deny send_interface=&quot;org.freedesktop.Hal.Device.SystemPowerManagement&quot;/&gt;
    &lt;deny send_interface=&quot;org.freedesktop.Hal.Device.LaptopPanel&quot;/&gt;
    &lt;deny send_interface=&quot;org.freedesktop.Hal.Device.Volume&quot;/&gt;
    &lt;deny send_interface=&quot;org.freedesktop.Hal.Device.Volume.Crypto&quot;/&gt;
  &lt;/policy&gt;

  &lt;!-- This will not work if pam_console support is not enabled --&gt;
  &lt;policy at_console=&quot;true&quot;&gt;
    &lt;allow send_interface=&quot;org.freedesktop.Hal.Device.SystemPowerManagement&quot;/&gt;
    &lt;allow send_interface=&quot;org.freedesktop.Hal.Device.LaptopPanel&quot;/&gt;
    &lt;allow send_interface=&quot;org.freedesktop.Hal.Device.Volume&quot;/&gt;
    &lt;allow send_interface=&quot;org.freedesktop.Hal.Device.Volume.Crypto&quot;/&gt;
  &lt;/policy&gt;

  &lt;!-- You can change this to a more suitable user, or make per-group --&gt;
  &lt;policy group=&quot;operator&quot;&gt;
    &lt;allow send_interface=&quot;org.freedesktop.Hal.Device.SystemPowerManagement&quot;/&gt;
    &lt;allow send_interface=&quot;org.freedesktop.Hal.Device.LaptopPanel&quot;/&gt;
    &lt;allow send_interface=&quot;org.freedesktop.Hal.Device.Volume&quot;/&gt;
    &lt;allow send_interface=&quot;org.freedesktop.Hal.Device.Volume.Crypto&quot;/&gt;
  &lt;/policy&gt;

&lt;/busconfig&gt;</code></pre></div><p>My hal.conf as above. Are you saying I need to change any &quot;deny&quot; entries in here to &quot;allow&quot;? Anything else I need to change?</p>]]></description>
			<author><![CDATA[dummy@example.com (justakiwi)]]></author>
			<pubDate>Tue, 06 Feb 2007 21:47:31 +0000</pubDate>
			<guid>http://forum.xfce.org/viewtopic.php?pid=13180#p13180</guid>
		</item>
		<item>
			<title><![CDATA[Re: pendrive]]></title>
			<link>http://forum.xfce.org/viewtopic.php?pid=13171#p13171</link>
			<description><![CDATA[<p>Hrr, I mean /etc/dbus-1/system.d/hal.conf</p>]]></description>
			<author><![CDATA[dummy@example.com (Nick)]]></author>
			<pubDate>Tue, 06 Feb 2007 18:49:40 +0000</pubDate>
			<guid>http://forum.xfce.org/viewtopic.php?pid=13171#p13171</guid>
		</item>
		<item>
			<title><![CDATA[Re: pendrive]]></title>
			<link>http://forum.xfce.org/viewtopic.php?pid=13166#p13166</link>
			<description><![CDATA[<div class="quotebox"><cite>Nick wrote:</cite><blockquote><div><p>You need to remove all the cdrom/dvd/usb lines from /etc/fstab for hal to work properly. You also need to be member of the storage/optical group (take a look at etc/udev/rules.d/90-hal.rules (or a similar name) for the group permissions).</p></div></blockquote></div><p>Any idea where else I might find those rules - I don&#039;t have an /etc/udev directory. Is there a command I can run to show me permissions for the storage/optical group?</p>]]></description>
			<author><![CDATA[dummy@example.com (justakiwi)]]></author>
			<pubDate>Tue, 06 Feb 2007 18:43:02 +0000</pubDate>
			<guid>http://forum.xfce.org/viewtopic.php?pid=13166#p13166</guid>
		</item>
		<item>
			<title><![CDATA[Re: pendrive]]></title>
			<link>http://forum.xfce.org/viewtopic.php?pid=13144#p13144</link>
			<description><![CDATA[<p>You need to remove all the cdrom/dvd/usb lines from /etc/fstab for hal to work properly. You also need to be member of the storage/optical group (take a look at etc/udev/rules.d/90-hal.rules (or a similar name) for the group permissions).</p>]]></description>
			<author><![CDATA[dummy@example.com (Nick)]]></author>
			<pubDate>Tue, 06 Feb 2007 07:58:55 +0000</pubDate>
			<guid>http://forum.xfce.org/viewtopic.php?pid=13144#p13144</guid>
		</item>
		<item>
			<title><![CDATA[Re: pendrive]]></title>
			<link>http://forum.xfce.org/viewtopic.php?pid=13134#p13134</link>
			<description><![CDATA[<p>OK, I now have both the dbus and hal daemons running.&#160; My device icons are showing up on the desktop and in thunar side panel as they should.&#160; I can auto play audio CDs.&#160; But when I plug in my USB pen drive (or try to eject my CD from the right click menu)&#160; I get the following error:</p><div class="quotebox"><blockquote><div><p>fstab: /etc/fstab:9: Inappropriate file type or format<br />A security policy in place prevents this sender from<br />sending this message to this recipient, see message bus configuration file (rejected message had interface &quot;org.freedesktop.Hal.Device.Volume&quot; member &quot;Mount&quot; error name &quot;(unset)&quot; destination &quot;org.freedesktop.Hal&quot;)</p></div></blockquote></div><p>This error appears as soon as I plug in my pen drive and the icon appears on the desktop. This is even before I try to mount it. </p><p>I&#039;ve tried to find the message bus config file but I can&#039;t find it - where should it be? Btw, does thunar have a search files capability?&#160; I can&#039;t see one anywhere.</p>]]></description>
			<author><![CDATA[dummy@example.com (justakiwi)]]></author>
			<pubDate>Mon, 05 Feb 2007 22:04:58 +0000</pubDate>
			<guid>http://forum.xfce.org/viewtopic.php?pid=13134#p13134</guid>
		</item>
		<item>
			<title><![CDATA[Re: pendrive]]></title>
			<link>http://forum.xfce.org/viewtopic.php?pid=13106#p13106</link>
			<description><![CDATA[<p>Ask on the DesktopBSD forums how to start those daemons, but I guess you have to put them in /etc/rc.conf.</p>]]></description>
			<author><![CDATA[dummy@example.com (Nick)]]></author>
			<pubDate>Mon, 05 Feb 2007 07:29:41 +0000</pubDate>
			<guid>http://forum.xfce.org/viewtopic.php?pid=13106#p13106</guid>
		</item>
		<item>
			<title><![CDATA[Re: pendrive]]></title>
			<link>http://forum.xfce.org/viewtopic.php?pid=13100#p13100</link>
			<description><![CDATA[<div class="quotebox"><cite>Nick wrote:</cite><blockquote><div><p>Errr. you should replace &lt;prefix&gt; with the prefix you used to install Xfce: /opt/xfce4 or /usr or /usr/local ;D. You can probably find it with <strong>find /* -name &quot;libthunar-vfs-1.so&quot;</strong> or <strong>locate libthunar-vfs-1.so</strong>, if the slocate db is up2date.</p></div></blockquote></div><p>Duh! I was in a major hurry when I ran that command and I totally forgot to substitute for &quot;prefix&quot; - not the first time I&#039;ve done that either - you&#039;d think I&#039;d have learned my lesson&#160; <img src="http://forum.xfce.org/img/smilies/roll.png" width="15" height="15" alt="roll" /></p><p>I&#039;ve managed to now get the KDE traymounter working - I can now mount all devices from there.</p><p>I still don&#039;t have either D-BUS or HAL daemons running - what are the commands to run those, or how do I configure them to run at startup? I&#039;m thinking that if I got those running, this all just might work.</p><p>P.S. BTW, I ran that again and apparently thunar-vfs WAS installed with HAL support as it gave me the output you said was OK.</p>]]></description>
			<author><![CDATA[dummy@example.com (justakiwi)]]></author>
			<pubDate>Mon, 05 Feb 2007 01:59:46 +0000</pubDate>
			<guid>http://forum.xfce.org/viewtopic.php?pid=13100#p13100</guid>
		</item>
		<item>
			<title><![CDATA[Re: pendrive]]></title>
			<link>http://forum.xfce.org/viewtopic.php?pid=13094#p13094</link>
			<description><![CDATA[<p>Errr. you should replace &lt;prefix&gt; with the prefix you used to install Xfce: /opt/xfce4 or /usr or /usr/local ;D. You can probably find it with <strong>find /* -name &quot;libthunar-vfs-1.so&quot;</strong> or <strong>locate libthunar-vfs-1.so</strong>, if the slocate db is up2date.</p>]]></description>
			<author><![CDATA[dummy@example.com (Nick)]]></author>
			<pubDate>Sun, 04 Feb 2007 21:55:29 +0000</pubDate>
			<guid>http://forum.xfce.org/viewtopic.php?pid=13094#p13094</guid>
		</item>
		<item>
			<title><![CDATA[Re: pendrive]]></title>
			<link>http://forum.xfce.org/viewtopic.php?pid=13093#p13093</link>
			<description><![CDATA[<div class="quotebox"><cite>Nick wrote:</cite><blockquote><div><p>Thunar-vfs is the virtual filesystem library for Thunar. It provides a layer between the OS (linux, bsd, etc..) --&gt; Thunar.</p><p>You can check if thunar-vfs was compiled with hal support by running: <strong>objdump -x &lt;prefix&gt;/lib/libthunar-vfs-1.so | grep libhal</strong>. If you see any lines like this:</p><div class="codebox"><pre><code>  NEEDED      libhal-storage.so.1
  NEEDED      libhal.so.1</code></pre></div><p>It&#039;s ok <img src="http://forum.xfce.org/img/smilies/hmm.png" width="15" height="15" alt="hmm" /></p></div></blockquote></div><p>Darn it. I guess this means it&#039;s NOT OK:</p><div class="codebox"><pre><code>[carren@localhost /usr/home/carren]$ objdump -x &lt;prefix&gt;/lib/libthunar-vfs-1.so | grep libhal
bash: prefix: No such file or directory</code></pre></div><p>So how do I rebuild thunar-vfs with HAL support? I already reinstalled thunar itself and this time added HAL support so wouldn&#039;t that have also built thunar-vfs with that support? Sorry, I&#039;m new to all this and I&#039;m still trying to get my head around compiling stuff. </p><div class="quotebox"><blockquote><div><p>The hal daemon has to run, this is a service, so maybe somewhere in /etc/rc.d or whatever you&#039;re distro uses to start services...</p></div></blockquote></div><p>I&#039;ll check this out. Thanks!</p>]]></description>
			<author><![CDATA[dummy@example.com (justakiwi)]]></author>
			<pubDate>Sun, 04 Feb 2007 20:55:44 +0000</pubDate>
			<guid>http://forum.xfce.org/viewtopic.php?pid=13093#p13093</guid>
		</item>
		<item>
			<title><![CDATA[Re: pendrive]]></title>
			<link>http://forum.xfce.org/viewtopic.php?pid=13072#p13072</link>
			<description><![CDATA[<p>Thunar-vfs is the virtual filesystem library for Thunar. It provides a layer between the OS (linux, bsd, etc..) --&gt; Thunar.</p><p>You can check if thunar-vfs was compiled with hal support by running: <strong>objdump -x &lt;prefix&gt;/lib/libthunar-vfs-1.so | grep libhal</strong>. If you see any lines like this:</p><div class="codebox"><pre><code>  NEEDED      libhal-storage.so.1
  NEEDED      libhal.so.1</code></pre></div><p>It&#039;s ok <img src="http://forum.xfce.org/img/smilies/hmm.png" width="15" height="15" alt="hmm" /></p><p>The hal daemon has to run, this is a service, so maybe somewhere in /etc/rc.d or whatever you&#039;re distro uses to start services...</p>]]></description>
			<author><![CDATA[dummy@example.com (Nick)]]></author>
			<pubDate>Sun, 04 Feb 2007 10:43:08 +0000</pubDate>
			<guid>http://forum.xfce.org/viewtopic.php?pid=13072#p13072</guid>
		</item>
		<item>
			<title><![CDATA[Re: pendrive]]></title>
			<link>http://forum.xfce.org/viewtopic.php?pid=13069#p13069</link>
			<description><![CDATA[<p>I could really do with some help with this please.</p><p>With some help from a friend I have reinstalled thunar - this time with HAL support. The thunar-volman plugin is also apparently installed.&#160; However, I&#039;m still seeing&#160; </p><div class="quotebox"><blockquote><div><p>Build thunar-vfs with HAL support to use the volume management support in Thunar.</p></div></blockquote></div><p>In the advanced tab in thunar. What IS thunar-vfs? Is that not the same thing as the thunar-volman plugin?<br />What do I have to do to get this volume management feature functioning, so that I can get the device icons onto the desktop where I can then mount my devices?</p><p>EDIT: OK, I must have done something right (for once) because volume management support is now enabled in thunar. I&#039;ve configured it the way I want it, but when I insert my pen drive, or an audio CD, nothing happens. The CD doesn&#039;t autoplay in XMMS as I configured it to, and the pen drive isn&#039;t mounted or browsed.</p><p>How do I load/start the Hal daemon? I assume that has to be running, but as far as I can tell it&#039;s not.</p>]]></description>
			<author><![CDATA[dummy@example.com (justakiwi)]]></author>
			<pubDate>Sun, 04 Feb 2007 07:41:38 +0000</pubDate>
			<guid>http://forum.xfce.org/viewtopic.php?pid=13069#p13069</guid>
		</item>
		<item>
			<title><![CDATA[Re: pendrive]]></title>
			<link>http://forum.xfce.org/viewtopic.php?pid=13065#p13065</link>
			<description><![CDATA[<p>I&#039;m starting to think this is way out of my league ....</p><p>I uninstalled Thunar, and reinstalled it but it didn&#039;t prompt me for input anywhere during the process, so I still don&#039;t know if it compiled it with HAL support or not. If I go to the advanced tab in Thunar I see a message at the bottom saying:</p><p>Build thunar-vfs with HAL support to use the volume management support in Thunar.</p><p>Now, I&#039;m not sure if thunar-vfs refers to the thunar-volman plugin I see in /usr/ports/distfiles/xfce - or to something else.&#160; I read the install notes for thunar-volman, and made a feeble attempt to follow them, but I have no idea what I&#039;m doing. </p><p>Could someone please give me specific step by step instructions for how to install it?</p><p>I&#039;m used to doing portinstalls from CLI (DBSD) or make install clean, but this make, configure stuff I haven&#039;t done before and I&#039;m not sure what I&#039;m doing.</p><p>Maybe if I can get this plugin installed the whole thing might work ... at least that&#039;s what I&#039;m hoping.</p>]]></description>
			<author><![CDATA[dummy@example.com (justakiwi)]]></author>
			<pubDate>Sat, 03 Feb 2007 23:04:11 +0000</pubDate>
			<guid>http://forum.xfce.org/viewtopic.php?pid=13065#p13065</guid>
		</item>
		<item>
			<title><![CDATA[Re: pendrive]]></title>
			<link>http://forum.xfce.org/viewtopic.php?pid=13064#p13064</link>
			<description><![CDATA[<div class="quotebox"><cite>Nick wrote:</cite><blockquote><div><p>umount your device (umount /media/sdb1) and compile Thunar with hal. Make sure you have hal and the devel files installed. After the ./configure stage you can see if Thunar will be compiled with hall support.</p><p>Tip: Run the latest Thunar and Exo and compile thunar-volman. Enable Thunar volman in the Thunar properties and start Thunar in daemon mode when you log in (Thunar --daemon). Even better is compiling Exo with libnotify support and install a notification daemon.</p></div></blockquote></div><p>Which development files do you mean? The only entries I have (DBSD package manager) are hal and hal-device manager. I don&#039;t see any hal related devel files anywhere.</p><p>Is there any way I can check first to see if Thunar WAS actually compiled with hal support?</p><p>If it wasn&#039;t is the best way for me to do this to do a complete Thunar uninstall, then reinstall from ports with Hal support?&#160; Sorry for the stupid questions but I&#039;m new to DBSD and still finding my way around.</p><p>One other question while I&#039;m here ... I&#039;m not sure I have my head around the &quot;let Xfce manage your desktop&quot; feature. If I check that, I can select a desktop wallpaper, but if I unselect it (as in let me manage my own) there then doesn&#039;t seem to be any way to set a background image.&#160; Am I missing something here?</p>]]></description>
			<author><![CDATA[dummy@example.com (justakiwi)]]></author>
			<pubDate>Sat, 03 Feb 2007 21:48:49 +0000</pubDate>
			<guid>http://forum.xfce.org/viewtopic.php?pid=13064#p13064</guid>
		</item>
		<item>
			<title><![CDATA[Re: pendrive]]></title>
			<link>http://forum.xfce.org/viewtopic.php?pid=13048#p13048</link>
			<description><![CDATA[<p>umount your device (umount /media/sdb1) and compile Thunar with hal. Make sure you have hal and the devel files installed. After the ./configure stage you can see if Thunar will be compiled with hall support.</p><p>Tip: Run the latest Thunar and Exo and compile thunar-volman. Enable Thunar volman in the Thunar properties and start Thunar in daemon mode when you log in (Thunar --daemon). Even better is compiling Exo with libnotify support and install a notification daemon.</p>]]></description>
			<author><![CDATA[dummy@example.com (Nick)]]></author>
			<pubDate>Sat, 03 Feb 2007 08:50:53 +0000</pubDate>
			<guid>http://forum.xfce.org/viewtopic.php?pid=13048#p13048</guid>
		</item>
	</channel>
</rss>
