<?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=5902&amp;type=rss" rel="self" type="application/rss+xml" />
		<title><![CDATA[Xfce Forums / [Solved] Startxfce4 : value of $XDG_'s variables]]></title>
		<link>http://forum.xfce.org/viewtopic.php?id=5902</link>
		<description><![CDATA[The most recent posts in [Solved] Startxfce4 : value of $XDG_'s variables.]]></description>
		<lastBuildDate>Wed, 11 May 2011 17:56:04 +0000</lastBuildDate>
		<generator>FluxBB</generator>
		<item>
			<title><![CDATA[Re: [Solved] Startxfce4 : value of $XDG_'s variables]]></title>
			<link>http://forum.xfce.org/viewtopic.php?pid=21515#p21515</link>
			<description><![CDATA[<p>If the sysconfig dir is /etc/, no duplicates should show up in XDG_CONFIG_DIRS, unless XDG_CONFIG_DIRS is already set before running startxfce4.</p>]]></description>
			<author><![CDATA[dummy@example.com (Nick)]]></author>
			<pubDate>Wed, 11 May 2011 17:56:04 +0000</pubDate>
			<guid>http://forum.xfce.org/viewtopic.php?pid=21515#p21515</guid>
		</item>
		<item>
			<title><![CDATA[Re: [Solved] Startxfce4 : value of $XDG_'s variables]]></title>
			<link>http://forum.xfce.org/viewtopic.php?pid=21504#p21504</link>
			<description><![CDATA[<p>Sorry I&#039;m late.<br />A lot of thanks for your explanation. If I understand well, the &quot;problem&quot; becomes from my distribution that have no /opt/xfce/etc directory.</p><p>OK, it is better to have twice /etc/xdg instead of none. I&#039;ll do with. The subjet is closed for me now.</p><p>Karhu.</p>]]></description>
			<author><![CDATA[dummy@example.com (karhu)]]></author>
			<pubDate>Tue, 10 May 2011 21:22:39 +0000</pubDate>
			<guid>http://forum.xfce.org/viewtopic.php?pid=21504#p21504</guid>
		</item>
		<item>
			<title><![CDATA[Re: [Solved] Startxfce4 : value of $XDG_'s variables]]></title>
			<link>http://forum.xfce.org/viewtopic.php?pid=21495#p21495</link>
			<description><![CDATA[<p>The script is generated at compile time, so therefore the check (we don&#039;t know the @sysconfdir@ during installation, but /etc/xdg should be part of XDG_CONFIG_DIRS.</p><p>Because <strong>if test &quot;x/etc&quot; = &quot;x/etc&quot;; then</strong> is always true, <strong>XDG_CONFIG_DIRS=&quot;/etc/xdg&quot;</strong> will be set.</p><p>On some system however the code looks like this:</p><div class="codebox"><pre><code>if test &quot;x$XDG_CONFIG_DIRS&quot; = &quot;x&quot;
then
  if test &quot;x/opt/xfce/etc&quot; = &quot;x/etc&quot;; then
    XDG_CONFIG_DIRS=&quot;/etc/xdg&quot;
  else
    XDG_CONFIG_DIRS=&quot;/etc/xdg:/opt/xfce/etc/xdg&quot;
  fi
else
  XDG_CONFIG_DIRS=&quot;$XDG_CONFIG_DIRS:/etc/xdg&quot;
fi</code></pre></div><p>So it looks a bit strange and a useless check on your system, but it doesn&#039;t matter.</p><p>If XDG_CONFIG_DIRS is already set and contains /etc/xdg, the script will add another /etc/xdg, that could be improved, maybe you can paste your version.</p><p>The original version is here (before being parsed into startxfce4 during make): <a href="http://git.xfce.org/xfce/xfce-utils/tree/scripts/startxfce4.in" rel="nofollow">http://git.xfce.org/xfce/xfce-utils/tre … rtxfce4.in</a></p>]]></description>
			<author><![CDATA[dummy@example.com (Nick)]]></author>
			<pubDate>Tue, 10 May 2011 08:19:25 +0000</pubDate>
			<guid>http://forum.xfce.org/viewtopic.php?pid=21495#p21495</guid>
		</item>
		<item>
			<title><![CDATA[Re: [Solved] Startxfce4 : value of $XDG_'s variables]]></title>
			<link>http://forum.xfce.org/viewtopic.php?pid=21489#p21489</link>
			<description><![CDATA[<p>When I wrote in the first post, the initialization XDG&#039;s variables are not good it was from my point of view.<br />Look the test and the result of the else : XDG_CONFIG_DIRS=&quot;/etc/xdg:/etc/xdg&quot;. We got twice /etc/xdg directory.<br />I dont know why, may be is because the script comes from another one used for the build ? With some special variables as @data@... whose are changed during the process and not for it ?<br />I just wanted notice that, for me I changed a little bit my script to checkt the content of the variables with &quot;awk&quot; and add the standard directories, but only if need. If the variables are already completed I do nothing. But may be I&#039;m wrong.<br />I suggested a change, but it&#039;s not very important, it is just more &quot;pure&quot;. I think your are certainly some other troubles to solve and the new GTK3 to integrate before.</p><p>Karhu.</p>]]></description>
			<author><![CDATA[dummy@example.com (karhu)]]></author>
			<pubDate>Mon, 09 May 2011 21:15:45 +0000</pubDate>
			<guid>http://forum.xfce.org/viewtopic.php?pid=21489#p21489</guid>
		</item>
		<item>
			<title><![CDATA[Re: [Solved] Startxfce4 : value of $XDG_'s variables]]></title>
			<link>http://forum.xfce.org/viewtopic.php?pid=21487#p21487</link>
			<description><![CDATA[<p>Sorry I missed this, what exactly do you want to accomplish?</p>]]></description>
			<author><![CDATA[dummy@example.com (Nick)]]></author>
			<pubDate>Mon, 09 May 2011 19:45:08 +0000</pubDate>
			<guid>http://forum.xfce.org/viewtopic.php?pid=21487#p21487</guid>
		</item>
		<item>
			<title><![CDATA[Re: [Solved] Startxfce4 : value of $XDG_'s variables]]></title>
			<link>http://forum.xfce.org/viewtopic.php?pid=21482#p21482</link>
			<description><![CDATA[<p>I so sorry, noboby was interessed by this.<br />Dosn&#039;t matter, I discard the subjet.</p><p>Karhu.</p>]]></description>
			<author><![CDATA[dummy@example.com (karhu)]]></author>
			<pubDate>Mon, 09 May 2011 17:45:26 +0000</pubDate>
			<guid>http://forum.xfce.org/viewtopic.php?pid=21482#p21482</guid>
		</item>
		<item>
			<title><![CDATA[[Solved] Startxfce4 : value of $XDG_'s variables]]></title>
			<link>http://forum.xfce.org/viewtopic.php?pid=21363#p21363</link>
			<description><![CDATA[<p>Hi</p><p>In the script startxfce4 I wonder if another way for the initialization of $XDG_ .... could be find.<br />For example :<br />if test &quot;x$XDG_CONFIG_DIRS&quot; = &quot;x&quot;<br />then<br />&#160; if test &quot;x/etc&quot; = &quot;x/etc&quot;; then<br />&#160; &#160; XDG_CONFIG_DIRS=&quot;/etc/xdg&quot;<br />&#160; else<br />&#160; &#160; XDG_CONFIG_DIRS=&quot;/etc/xdg:/etc/xdg&quot;<br />&#160; fi<br />else<br />&#160; XDG_CONFIG_DIRS=&quot;$XDG_CONFIG_DIRS:/etc/xdg&quot;<br />fi</p><p>Where and to who may I write ? Thanks.</p><p>Karhu.</p>]]></description>
			<author><![CDATA[dummy@example.com (karhu)]]></author>
			<pubDate>Wed, 27 Apr 2011 10:01:59 +0000</pubDate>
			<guid>http://forum.xfce.org/viewtopic.php?pid=21363#p21363</guid>
		</item>
	</channel>
</rss>
