<?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=6246&amp;type=rss" rel="self" type="application/rss+xml" />
		<title><![CDATA[Xfce Forums / How easy is it to intergrate a new filemanager with the rest of Xfce?]]></title>
		<link>http://forum.xfce.org/viewtopic.php?id=6246</link>
		<description><![CDATA[The most recent posts in How easy is it to intergrate a new filemanager with the rest of Xfce?.]]></description>
		<lastBuildDate>Mon, 30 Jul 2012 13:16:16 +0000</lastBuildDate>
		<generator>FluxBB</generator>
		<item>
			<title><![CDATA[Re: How easy is it to intergrate a new filemanager with the rest of Xfce?]]></title>
			<link>http://forum.xfce.org/viewtopic.php?pid=27070#p27070</link>
			<description><![CDATA[<p>is it ok to still enquire about this?<br />i also would like for xfdesktop to use another file manager. i&#039;m not so happy with thunar, but xfdesktop is just fine.<br />the link given by jannis - erm, it&#039;s a bit over my head.<br />i have been playing with d-bus-messages once, wasn&#039;t too difficult once you know the exact syntax (some global hotkeys for audio volume iirc) - so if it&#039;s sth along those lines, i&#039;ll be happy and thankful for any kind of help!<br />i&#039;m using xubuntu 11.10.</p><p>[oh and i&#039;m very sorry for kind-of-doubleposting because i already started my own thread on this. please don&#039;t hit me.]</p>]]></description>
			<author><![CDATA[dummy@example.com (daniel227)]]></author>
			<pubDate>Mon, 30 Jul 2012 13:16:16 +0000</pubDate>
			<guid>http://forum.xfce.org/viewtopic.php?pid=27070#p27070</guid>
		</item>
		<item>
			<title><![CDATA[Re: How easy is it to intergrate a new filemanager with the rest of Xfce?]]></title>
			<link>http://forum.xfce.org/viewtopic.php?pid=22930#p22930</link>
			<description><![CDATA[<p>1) Any file manager that implements <a href="http://git.xfce.org/xfce/thunar/tree/thunar/thunar-dbus-service-infos.xml" rel="nofollow">http://git.xfce.org/xfce/thunar/tree/th … -infos.xml</a> can be used from xfdesktop.</p><p>2) If, in 4.10, Thunar will manage the desktop then you will of course have an option to disable this. Also, the desktop implementation will be written as a plugin which means you can replace it with another implementation; the user will be presented with a list of all plugins and will probably be able to select the plugin to use per-monitor. I haven&#039;t decided yt whether the default plugin will be Thunar-only or whether communication with Thunar will be based on the D-Bus API once again. The latter probably makes sense as otherwise we&#039;d have to add tons of functions to Thunarx.</p>]]></description>
			<author><![CDATA[dummy@example.com (jannis)]]></author>
			<pubDate>Tue, 06 Sep 2011 08:24:12 +0000</pubDate>
			<guid>http://forum.xfce.org/viewtopic.php?pid=22930#p22930</guid>
		</item>
		<item>
			<title><![CDATA[Re: How easy is it to intergrate a new filemanager with the rest of Xfce?]]></title>
			<link>http://forum.xfce.org/viewtopic.php?pid=22922#p22922</link>
			<description><![CDATA[<p>Well I am not interested in that part. I&#039;m interested in every part that &quot;wants&quot; a&#160; file manager to display a certain path. Eg in 4.10 it should be possible for thunar to manage the desktop, but when a user wants to open a folder on the desktop the folder should open in a 3rd party file manager and not in thunar.</p>]]></description>
			<author><![CDATA[dummy@example.com (hammered999)]]></author>
			<pubDate>Mon, 05 Sep 2011 22:42:51 +0000</pubDate>
			<guid>http://forum.xfce.org/viewtopic.php?pid=22922#p22922</guid>
		</item>
		<item>
			<title><![CDATA[Re: How easy is it to intergrate a new filemanager with the rest of Xfce?]]></title>
			<link>http://forum.xfce.org/viewtopic.php?pid=22920#p22920</link>
			<description><![CDATA[<p>Well, from what I&#039;ve read, Thunar will manage the desktop (as Nautilus does) in 4.10. So it&#039;s going to be difficult to do what you want going forward but not impossible.</p><p>Perhaps you might do better using a WM like Fluxbox or Openbox instead of a DE.</p>]]></description>
			<author><![CDATA[dummy@example.com (Anzhr)]]></author>
			<pubDate>Mon, 05 Sep 2011 21:09:59 +0000</pubDate>
			<guid>http://forum.xfce.org/viewtopic.php?pid=22920#p22920</guid>
		</item>
		<item>
			<title><![CDATA[Re: How easy is it to intergrate a new filemanager with the rest of Xfce?]]></title>
			<link>http://forum.xfce.org/viewtopic.php?pid=22893#p22893</link>
			<description><![CDATA[<div class="quotebox"><cite>jannis wrote:</cite><blockquote><div><p>Change your preferred file manager to something else in the &quot;Preferred Applications&quot; dialog. Everything should then open that file manager (<strong>except for xfdesktop which uses D-Bus to open Thunar windows etc</strong>.).</p></div></blockquote></div><p>(read the bold part). That&#039;s what I am talking when I say &quot;intergration&quot; or &quot;registration&quot;. eg for xfdesktop: Is it hardcoded to look for Thunar? Or is there a D-bus API that a&#160; file manager can use to tell xfdesktop <strong>&quot;use me instead of thunar for X task, and call me with this command line/or call this D-bus method of mine.&quot;</strong>?</p><p>Of course the question applies to every other part of xfce that uses thunar to manages files.</p>]]></description>
			<author><![CDATA[dummy@example.com (hammered999)]]></author>
			<pubDate>Sat, 03 Sep 2011 18:41:57 +0000</pubDate>
			<guid>http://forum.xfce.org/viewtopic.php?pid=22893#p22893</guid>
		</item>
		<item>
			<title><![CDATA[Re: How easy is it to intergrate a new filemanager with the rest of Xfce?]]></title>
			<link>http://forum.xfce.org/viewtopic.php?pid=22851#p22851</link>
			<description><![CDATA[<p>Change your preferred file manager to something else in the &quot;Preferred Applications&quot; dialog. Everything should then open that file manager (except for xfdesktop which uses D-Bus to open Thunar windows etc.).</p>]]></description>
			<author><![CDATA[dummy@example.com (jannis)]]></author>
			<pubDate>Thu, 01 Sep 2011 07:48:13 +0000</pubDate>
			<guid>http://forum.xfce.org/viewtopic.php?pid=22851#p22851</guid>
		</item>
		<item>
			<title><![CDATA[Re: How easy is it to intergrate a new filemanager with the rest of Xfce?]]></title>
			<link>http://forum.xfce.org/viewtopic.php?pid=22850#p22850</link>
			<description><![CDATA[<p>ok. Basically what I am asking is how can someone &quot;register&quot; a 3rd party filemanager with Xfce? By &quot;register&quot; I mean this: When something under Xfce(or Xfce itself) requests/needs a file manager xfce automatically will launch the 3rd party manager instead of thunar. </p><p>Can this functionality be achieved by the current state/API of Xfce? If yes, can you point me to the right direction?</p>]]></description>
			<author><![CDATA[dummy@example.com (hammered999)]]></author>
			<pubDate>Thu, 01 Sep 2011 02:50:12 +0000</pubDate>
			<guid>http://forum.xfce.org/viewtopic.php?pid=22850#p22850</guid>
		</item>
		<item>
			<title><![CDATA[Re: How easy is it to intergrate a new filemanager with the rest of Xfce?]]></title>
			<link>http://forum.xfce.org/viewtopic.php?pid=22783#p22783</link>
			<description><![CDATA[<p>Xfce is very modular, so even Thunar isn&#039;t integrated _that_ much (since gio is in glib). Basically everything that relies on Thunar is in the Thunar package, except for xfdesktop and some extensions of course.</p><p>The other way around it that Thunar uses some Xfce libraries to match some ui elements and share complicated code with other parts of the desktop.</p>]]></description>
			<author><![CDATA[dummy@example.com (Nick)]]></author>
			<pubDate>Wed, 24 Aug 2011 07:34:12 +0000</pubDate>
			<guid>http://forum.xfce.org/viewtopic.php?pid=22783#p22783</guid>
		</item>
		<item>
			<title><![CDATA[How easy is it to intergrate a new filemanager with the rest of Xfce?]]></title>
			<link>http://forum.xfce.org/viewtopic.php?pid=22782#p22782</link>
			<description><![CDATA[<p>Let&#039;s say that I want to develop yet another file manager. Let&#039;s also assume that I really like the Xfce DE and that I want to integrate my new file manager that it will totally replace Thunar.<br />Is this possible?<br />Does the Xfce desktop provide APIs/config files for this?<br />How tight can the integration be?<br />Where do I start?</p>]]></description>
			<author><![CDATA[dummy@example.com (hammered999)]]></author>
			<pubDate>Wed, 24 Aug 2011 01:23:29 +0000</pubDate>
			<guid>http://forum.xfce.org/viewtopic.php?pid=22782#p22782</guid>
		</item>
	</channel>
</rss>
