<?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=6939&amp;type=rss" rel="self" type="application/rss+xml" />
		<title><![CDATA[Xfce Forums / [Solved] Debuging thunar-volman]]></title>
		<link>http://forum.xfce.org/viewtopic.php?id=6939</link>
		<description><![CDATA[The most recent posts in [Solved] Debuging thunar-volman.]]></description>
		<lastBuildDate>Fri, 06 Apr 2012 13:47:14 +0000</lastBuildDate>
		<generator>FluxBB</generator>
		<item>
			<title><![CDATA[Re: [Solved] Debuging thunar-volman]]></title>
			<link>http://forum.xfce.org/viewtopic.php?pid=25671#p25671</link>
			<description><![CDATA[<p>I finally figured this one out, I had a udev rule in 11-media-by-label-auto-mount.rules&#160; that was performing the USB device mount </p><p># Start at sdb to avoid system harddrive.<br />KERNEL!=&quot;sd[b-z][0-9]&quot;, GOTO=&quot;media_by_label_auto_mount_end&quot;</p><p># Import FS infos<br />IMPORT{program}=&quot;/sbin/blkid -o udev -p %N&quot;</p><p># Get a label if present, otherwise specify one<br />ENV{ID_FS_LABEL}!=&quot;&quot;, ENV{dir_name}=&quot;%E{ID_FS_LABEL}&quot;<br />ENV{ID_FS_LABEL}==&quot;&quot;, ENV{dir_name}=&quot;usbhd-%k&quot;</p><p># Global mount options<br />ACTION==&quot;add&quot;, ENV{mount_options}=&quot;relatime&quot;<br /># Filesystem-specific mount options<br />ACTION==&quot;add&quot;, ENV{ID_FS_TYPE}==&quot;vfat|ntfs&quot;, ENV{mount_options}=&quot;$env{mount_options},utf8,gid=10$</p><p># Mount the device<br />ACTION==&quot;add&quot;, RUN+=&quot;/bin/mkdir -p /media/%E{dir_name}&quot;, RUN+=&quot;/bin/mount -o $env{mount_options}$</p><p># Clean up after removal<br />ACTION==&quot;remove&quot;, ENV{dir_name}!=&quot;&quot;, RUN+=&quot;/bin/umount -l /media/%E{dir_name}&quot;, RUN+=&quot;/bin/rmdir$</p><p># Exit<br />LABEL=&quot;media_by_label_auto_mount_end&quot;</p><p>This didn&#039;t play well with thunar-volman which I can only assume decided not to do anything with the device because it had had been mounted by udev.<br />Once I modified this rule so that the USB devices were no longer being mounted by udev, everything worked as expected, when I plug in a USB stick the device is mounted and a file manager window opens showing the content.</p>]]></description>
			<author><![CDATA[dummy@example.com (pz)]]></author>
			<pubDate>Fri, 06 Apr 2012 13:47:14 +0000</pubDate>
			<guid>http://forum.xfce.org/viewtopic.php?pid=25671#p25671</guid>
		</item>
		<item>
			<title><![CDATA[Re: [Solved] Debuging thunar-volman]]></title>
			<link>http://forum.xfce.org/viewtopic.php?pid=25542#p25542</link>
			<description><![CDATA[<p>I also noticed, if the USB device is inserted before xfce starts then the desktop icon behaves as you would expect.</p>]]></description>
			<author><![CDATA[dummy@example.com (pz)]]></author>
			<pubDate>Sat, 31 Mar 2012 20:38:44 +0000</pubDate>
			<guid>http://forum.xfce.org/viewtopic.php?pid=25542#p25542</guid>
		</item>
		<item>
			<title><![CDATA[Re: [Solved] Debuging thunar-volman]]></title>
			<link>http://forum.xfce.org/viewtopic.php?pid=25540#p25540</link>
			<description><![CDATA[<p>The USB device does appear on the left hand side of the thunar window&#160; but when I click on it thunar dissapears!<br />Perhaps there is some more information in a log somewhere?</p>]]></description>
			<author><![CDATA[dummy@example.com (pz)]]></author>
			<pubDate>Sat, 31 Mar 2012 19:30:35 +0000</pubDate>
			<guid>http://forum.xfce.org/viewtopic.php?pid=25540#p25540</guid>
		</item>
		<item>
			<title><![CDATA[Re: [Solved] Debuging thunar-volman]]></title>
			<link>http://forum.xfce.org/viewtopic.php?pid=25539#p25539</link>
			<description><![CDATA[<p>I realize I may not have been clear about what I am really trying to achive :-)<br />What I want, that is when I insert a USB stick a thunar window opens showing me the contents of the USB stick.</p><p>I have been trying slim and xwm and multiple methods of invoking xfce, I have reveiwed policykit and consloe kit settings etc but realize now that this isn&#039;t my problem because the USB stick is correctly mounting under /media presumably by udev.</p><p>Someone is placing an icon on the desktop (can someone please tell me which component does this to aid my diagnosis?) I know it&#039;s not volman because if I uninstall volman the icon still appears with the status of &quot;Not Mounted&quot;.<br />Can someone please suggest how I should continue my diagnosis? I am more than happy to try anything!</p><p>P.S. I noticed that some posts recommend revoving udisks because it&#039;s not compatible with thunar-volman however it is required for xfce4-power-manager, perhaps this is information is also outdated?</p>]]></description>
			<author><![CDATA[dummy@example.com (pz)]]></author>
			<pubDate>Sat, 31 Mar 2012 19:28:26 +0000</pubDate>
			<guid>http://forum.xfce.org/viewtopic.php?pid=25539#p25539</guid>
		</item>
		<item>
			<title><![CDATA[[Solved] Debuging thunar-volman]]></title>
			<link>http://forum.xfce.org/viewtopic.php?pid=25521#p25521</link>
			<description><![CDATA[<p>I am running Arch linux with thunar and thunar-volman, everything is at the latest and greatest as of 2012-03-30<br />I have dbus gvfs udev pmount upower installed, I do not have usbmount or hal installed<br />I have configured thunar-volman to mount removable drives and media and browse removable media when inserted</p><p>When I insert an external USB drive :-<br /> o The drive is correctly mounted by udev under /media/disk-label<br /> o an icon appears on my desktop<br /> o no thunar window opens showing the content <br /> o If I double click, or right click open on the desktop icon, nothing appears to happen</p><p>I found the page <a href="http://thunar.xfce.org/documentation/C/using-removable-media.html#management-of-removable-drives-and-media" rel="nofollow">http://thunar.xfce.org/documentation/C/ … -and-media</a><br />At the bottom of the page there is a section titled &quot;Troubleshooting the Volume Manager&quot;</p><p>It suggests I run &quot;run thunar-volman --device-added &lt;udi-of-your-device&gt; in a Terminal window&quot; in a terminal window passing the UDI address which I should obtain by running &quot;lshal or hal-device&quot;. Unfortuately hal has been depricated, is no longer required by thunar-volman and is not installed on my system.</p><p>How do I determine the UDI of the external USB device without hal?<br />Is UDI the same as UUID? If I list the external USB drives UUID i get 00EE883BEE882ACC<br />But running </p><p>$ thunar-volman --device-added 00EE883BEE882ACC</p><p>I get</p><p>thunar-volman: There is no device with the sysfs path &quot;00EE883BEE882ACC&quot;.</p><p>So I am guessing they are not the same.<br />Many thanks in advance for any help that is offered.</p>]]></description>
			<author><![CDATA[dummy@example.com (pz)]]></author>
			<pubDate>Fri, 30 Mar 2012 15:14:39 +0000</pubDate>
			<guid>http://forum.xfce.org/viewtopic.php?pid=25521#p25521</guid>
		</item>
	</channel>
</rss>
