<?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=6162&amp;type=rss" rel="self" type="application/rss+xml" />
		<title><![CDATA[Xfce Forums / Running desktop starters in terminal using konsole as default terminal]]></title>
		<link>http://forum.xfce.org/viewtopic.php?id=6162</link>
		<description><![CDATA[The most recent posts in Running desktop starters in terminal using konsole as default terminal.]]></description>
		<lastBuildDate>Sat, 16 Jun 2012 18:11:16 +0000</lastBuildDate>
		<generator>FluxBB</generator>
		<item>
			<title><![CDATA[Re: Running desktop starters in terminal using konsole as default terminal]]></title>
			<link>http://forum.xfce.org/viewtopic.php?pid=26724#p26724</link>
			<description><![CDATA[<p>Wojtek, I just noticed that I was talking about the &#039;Directory Menu&#039; plugin and you were talking about the &#039;Places&#039; plugin.<br />I don&#039;t have the latter installed here (although I may install it to see if it suits me) so I actually don&#039;t know how well it works.</p>]]></description>
			<author><![CDATA[dummy@example.com (secipolla)]]></author>
			<pubDate>Sat, 16 Jun 2012 18:11:16 +0000</pubDate>
			<guid>http://forum.xfce.org/viewtopic.php?pid=26724#p26724</guid>
		</item>
		<item>
			<title><![CDATA[Re: Running desktop starters in terminal using konsole as default terminal]]></title>
			<link>http://forum.xfce.org/viewtopic.php?pid=26670#p26670</link>
			<description><![CDATA[<p>The helper files are in ~/.local/share/xfce4/helpers<br />There you may try to edit the one for konsole (TerminalEmulator) and put the --workdir in the X-XFCE-Commands line.<br />As for Dolphin, all I can think of is if you play with its settings and see if something is interfering.<br />Also see if starting/not starting KDE services in the Session and Startup settings make any difference.</p><p>I use the Directory Menu plugin too but it works fine with Thunar/sakura.</p>]]></description>
			<author><![CDATA[dummy@example.com (secipolla)]]></author>
			<pubDate>Tue, 12 Jun 2012 15:07:03 +0000</pubDate>
			<guid>http://forum.xfce.org/viewtopic.php?pid=26670#p26670</guid>
		</item>
		<item>
			<title><![CDATA[Re: Running desktop starters in terminal using konsole as default terminal]]></title>
			<link>http://forum.xfce.org/viewtopic.php?pid=26669#p26669</link>
			<description><![CDATA[<p>/usr/bin/konsole --workdir -x &quot;%s&quot; -- nope, still doesn&#039;t work.</p><p>as for doplhin simply passing a path during startup works like a charm.</p><p>bottomline - is there a way to force xfce/preferrend applications to set it so when I want terminal it will be simply executed with given parameter and variable substituted accordingly? however for now it only doesn&#039;t work for &#039;directory menu&#039; in the panel...</p>]]></description>
			<author><![CDATA[dummy@example.com (wojtek)]]></author>
			<pubDate>Tue, 12 Jun 2012 14:36:47 +0000</pubDate>
			<guid>http://forum.xfce.org/viewtopic.php?pid=26669#p26669</guid>
		</item>
		<item>
			<title><![CDATA[Re: Running desktop starters in terminal using konsole as default terminal]]></title>
			<link>http://forum.xfce.org/viewtopic.php?pid=26665#p26665</link>
			<description><![CDATA[<p>Try changing in the Preferred Applications the terminal emulator to <strong>/usr/bin/konsole --workdir -x &quot;%s&quot;</strong> and see if Dolphin has any similar option that it needs to be opened.<br />I think it doesn&#039;t but what may be interfering is that Dolphin (IIRC) remembers the last opened directory so maybe you have to disable that in its preferences.</p>]]></description>
			<author><![CDATA[dummy@example.com (secipolla)]]></author>
			<pubDate>Tue, 12 Jun 2012 14:16:01 +0000</pubDate>
			<guid>http://forum.xfce.org/viewtopic.php?pid=26665#p26665</guid>
		</item>
		<item>
			<title><![CDATA[Re: Running desktop starters in terminal using konsole as default terminal]]></title>
			<link>http://forum.xfce.org/viewtopic.php?pid=26663#p26663</link>
			<description><![CDATA[<p>&gt; You mean that when you click on &quot;Open Terminal Here&quot; it doesn&#039;t open on the current directory?</p><p>exactly, and my uca.xml is along the lines of yours (same command).</p><p>I&#039;ve changed it to &lt;command&gt;/usr/bin/konsole --workdir&#160; %f&lt;/command&gt; and now it works. However an issue remain - I have (and love it) directory menu in my panel and again - I have a link to open file browser and terminal for given path but dolphin and konsole open default path -- where can this be fixed?</p>]]></description>
			<author><![CDATA[dummy@example.com (wojtek)]]></author>
			<pubDate>Tue, 12 Jun 2012 13:45:25 +0000</pubDate>
			<guid>http://forum.xfce.org/viewtopic.php?pid=26663#p26663</guid>
		</item>
		<item>
			<title><![CDATA[Re: Running desktop starters in terminal using konsole as default terminal]]></title>
			<link>http://forum.xfce.org/viewtopic.php?pid=26660#p26660</link>
			<description><![CDATA[<p>You mean that when you click on &quot;Open Terminal Here&quot; it doesn&#039;t open on the current directory?<br />Then maybe your ~/.config/Thunar/uca.xml is corrupted.<br />The command is</p><div class="codebox"><pre><code>exo-open --working-directory %f --launch TerminalEmulator</code></pre></div><p>But probably the one below would work too</p><div class="codebox"><pre><code>konsole %F</code></pre></div><p>Note that the format changed from 4.8 to 4.10 (but it should work fine with the old format). I&#039;ll post mine so you can use what you like:</p><div class="codebox"><pre class="vscroll"><code>&lt;?xml encoding=&quot;UTF-8&quot; version=&quot;1.0&quot;?&gt;
&lt;actions&gt;
&lt;action&gt;
	&lt;icon&gt;utilities-terminal&lt;/icon&gt;
	&lt;name&gt;Open Terminal Here&lt;/name&gt;
	&lt;command&gt;exo-open --working-directory %f --launch TerminalEmulator&lt;/command&gt;
	&lt;description&gt;Open terminal in this directory&lt;/description&gt;
	&lt;patterns&gt;*&lt;/patterns&gt;
	&lt;startup-notify/&gt;
	&lt;directories/&gt;
&lt;/action&gt;
&lt;action&gt;
	&lt;icon&gt;accessories-text-editor&lt;/icon&gt;
	&lt;name&gt;Edit as root&lt;/name&gt;
	&lt;command&gt;beesu leafpad %F&lt;/command&gt;
	&lt;description&gt;Edit files as root&lt;/description&gt;
	&lt;patterns&gt;*&lt;/patterns&gt;
	&lt;startup-notify/&gt;
	&lt;other-files/&gt;
	&lt;text-files/&gt;
&lt;/action&gt;
&lt;action&gt;
	&lt;icon&gt;Thunar&lt;/icon&gt;
	&lt;name&gt;Open root Thunar&lt;/name&gt;
	&lt;command&gt;beesu Thunar %F&lt;/command&gt;
	&lt;description&gt;Open Thunar here as root&lt;/description&gt;
	&lt;patterns&gt;*&lt;/patterns&gt;
	&lt;startup-notify/&gt;
	&lt;directories/&gt;
&lt;/action&gt;
&lt;action&gt;
	&lt;icon&gt;gksu-root-terminal&lt;/icon&gt;
	&lt;name&gt;Open root Terminal Here&lt;/name&gt;
	&lt;command&gt;beesu sakura -%F&lt;/command&gt;
	&lt;description&gt;Open terminal here as root&lt;/description&gt;
	&lt;patterns&gt;*&lt;/patterns&gt;
	&lt;startup-notify/&gt;
	&lt;directories/&gt;
&lt;/action&gt;
&lt;action&gt;
	&lt;icon&gt;imagemagick&lt;/icon&gt;
	&lt;name&gt;Edit Image&lt;/name&gt;
	&lt;command&gt;display %f&lt;/command&gt;
	&lt;description&gt;Edit image with ImageMagick&lt;/description&gt;
	&lt;patterns&gt;*&lt;/patterns&gt;
	&lt;startup-notify/&gt;
	&lt;image-files/&gt;
&lt;/action&gt;
&lt;action&gt;
	&lt;icon&gt;stock_folder-copy&lt;/icon&gt;
	&lt;name&gt;Copy To...&lt;/name&gt;
	&lt;command&gt;cp %F $(zenity --file-selection --directory)&lt;/command&gt;
	&lt;description&gt;Copy this item&lt;/description&gt;
	&lt;patterns&gt;*&lt;/patterns&gt;
	&lt;startup-notify/&gt;
	&lt;directories/&gt;
	&lt;audio-files/&gt;
	&lt;image-files/&gt;
	&lt;other-files/&gt;
	&lt;text-files/&gt;
	&lt;video-files/&gt;
&lt;/action&gt;
&lt;action&gt;
	&lt;icon&gt;stock_folder-move&lt;/icon&gt;
	&lt;name&gt;Move To...&lt;/name&gt;
	&lt;command&gt;mv %F $(zenity --file-selection --directory)&lt;/command&gt;
	&lt;description&gt;Move this item&lt;/description&gt;
	&lt;patterns&gt;*&lt;/patterns&gt;
	&lt;startup-notify/&gt;
	&lt;directories/&gt;
	&lt;audio-files/&gt;
	&lt;image-files/&gt;
	&lt;other-files/&gt;
	&lt;text-files/&gt;
	&lt;video-files/&gt;
&lt;/action&gt;
&lt;/actions&gt;</code></pre></div>]]></description>
			<author><![CDATA[dummy@example.com (secipolla)]]></author>
			<pubDate>Tue, 12 Jun 2012 13:15:19 +0000</pubDate>
			<guid>http://forum.xfce.org/viewtopic.php?pid=26660#p26660</guid>
		</item>
		<item>
			<title><![CDATA[Re: Running desktop starters in terminal using konsole as default terminal]]></title>
			<link>http://forum.xfce.org/viewtopic.php?pid=26654#p26654</link>
			<description><![CDATA[<p>OK, I don&#039;t know how editing .desktop file would allow me to have an application open specific path. For example I&#039;m browsing in thunar some path and decide I want an terminal window with this path so from the context menu I select &quot;Open terminal here&quot; and it should open given path... <br />Also - the same issue happens with dolphin (I find it more convenient than thunar - for example tree in both panel and file list).</p>]]></description>
			<author><![CDATA[dummy@example.com (wojtek)]]></author>
			<pubDate>Tue, 12 Jun 2012 08:17:50 +0000</pubDate>
			<guid>http://forum.xfce.org/viewtopic.php?pid=26654#p26654</guid>
		</item>
		<item>
			<title><![CDATA[Re: Running desktop starters in terminal using konsole as default terminal]]></title>
			<link>http://forum.xfce.org/viewtopic.php?pid=26640#p26640</link>
			<description><![CDATA[<p>It works for exo-open and the run dialogue. But if it isn&#039;t working for the desktop files (menu items) then use the suggestion I gave on the earlier post.</p>]]></description>
			<author><![CDATA[dummy@example.com (secipolla)]]></author>
			<pubDate>Mon, 11 Jun 2012 15:57:03 +0000</pubDate>
			<guid>http://forum.xfce.org/viewtopic.php?pid=26640#p26640</guid>
		</item>
		<item>
			<title><![CDATA[Re: Running desktop starters in terminal using konsole as default terminal]]></title>
			<link>http://forum.xfce.org/viewtopic.php?pid=26639#p26639</link>
			<description><![CDATA[<p>unfortunately this doesn&#039;t seem to work either <img src="http://forum.xfce.org/img/smilies/sad.png" width="15" height="15" alt="sad" /></p>]]></description>
			<author><![CDATA[dummy@example.com (wojtek)]]></author>
			<pubDate>Mon, 11 Jun 2012 14:17:24 +0000</pubDate>
			<guid>http://forum.xfce.org/viewtopic.php?pid=26639#p26639</guid>
		</item>
		<item>
			<title><![CDATA[Re: Running desktop starters in terminal using konsole as default terminal]]></title>
			<link>http://forum.xfce.org/viewtopic.php?pid=26635#p26635</link>
			<description><![CDATA[<p>As always, when resting I figured it.<br />Open the Preferred Applications settings, go to the terminal emulator option, click to add Other... and you will be presented the current &#039;/usr/bin/konsole &quot;%s&quot;&#039;, then edit it to <strong>/usr/bin/konsole -e &quot;%s&quot;</strong></p><p>As for if it&#039;s a bug or not, if it automatically appends the &quot;%s&quot; then it should ask for the executable option too, but if it doesn&#039;t do it automatically then we should figure the correct command to enter (but it at least should have a tooltip or something telling us to append the executable option).</p>]]></description>
			<author><![CDATA[dummy@example.com (secipolla)]]></author>
			<pubDate>Mon, 11 Jun 2012 12:30:50 +0000</pubDate>
			<guid>http://forum.xfce.org/viewtopic.php?pid=26635#p26635</guid>
		</item>
		<item>
			<title><![CDATA[Re: Running desktop starters in terminal using konsole as default terminal]]></title>
			<link>http://forum.xfce.org/viewtopic.php?pid=26626#p26626</link>
			<description><![CDATA[<p>There aren&#039;t many terminal apps that have desktop files.<br />What you can do is copy the ones you have from /usr/share/applications to ~/.local/share/applications then edit them.<br />For example, if you had an htop.desktop file with<br />Exec=htop<br />Terminal=true</p><p>Then you would leave it like this<br />Exec=/usr/bin/konsole -e htop<br />Terminal=(true or false, I don&#039;t know if it would make any difference)</p><p>*I&#039;m assuming konsole uses -e for executing, but it may be -x or something else (look at the manual if you don&#039;t know).</p>]]></description>
			<author><![CDATA[dummy@example.com (secipolla)]]></author>
			<pubDate>Sun, 10 Jun 2012 19:02:44 +0000</pubDate>
			<guid>http://forum.xfce.org/viewtopic.php?pid=26626#p26626</guid>
		</item>
		<item>
			<title><![CDATA[Re: Running desktop starters in terminal using konsole as default terminal]]></title>
			<link>http://forum.xfce.org/viewtopic.php?pid=26625#p26625</link>
			<description><![CDATA[<p>Looks like the exo-open is the culprit but then - how to resolve the issue?</p>]]></description>
			<author><![CDATA[dummy@example.com (wojtek)]]></author>
			<pubDate>Sun, 10 Jun 2012 17:23:35 +0000</pubDate>
			<guid>http://forum.xfce.org/viewtopic.php?pid=26625#p26625</guid>
		</item>
		<item>
			<title><![CDATA[Re: Running desktop starters in terminal using konsole as default terminal]]></title>
			<link>http://forum.xfce.org/viewtopic.php?pid=26624#p26624</link>
			<description><![CDATA[<p>I don&#039;t know if it&#039;s the same issue but I use sakura as the default terminal. Then if I try to use the run box built-in actions (which uses exo-open) it also just opens the terminal but fails to launch the command.<br />It&#039;s an exo-open issue. sakura uses common options to launch commands (-x or -e to be compatible with xterm) so maybe it&#039;s some bug here.</p>]]></description>
			<author><![CDATA[dummy@example.com (secipolla)]]></author>
			<pubDate>Sun, 10 Jun 2012 16:01:14 +0000</pubDate>
			<guid>http://forum.xfce.org/viewtopic.php?pid=26624#p26624</guid>
		</item>
		<item>
			<title><![CDATA[Re: Running desktop starters in terminal using konsole as default terminal]]></title>
			<link>http://forum.xfce.org/viewtopic.php?pid=26622#p26622</link>
			<description><![CDATA[<p>ArchLinux, I changes the defaults using Settings -&gt; Preferred Applications -&gt; Utilities and then selected desired Terminal emulator.</p><p>I don&#039;t think there is something similar to &#039;update-alternatives&#039; on arch...</p>]]></description>
			<author><![CDATA[dummy@example.com (wojtek)]]></author>
			<pubDate>Sun, 10 Jun 2012 14:45:21 +0000</pubDate>
			<guid>http://forum.xfce.org/viewtopic.php?pid=26622#p26622</guid>
		</item>
		<item>
			<title><![CDATA[Re: Running desktop starters in terminal using konsole as default terminal]]></title>
			<link>http://forum.xfce.org/viewtopic.php?pid=26621#p26621</link>
			<description><![CDATA[<p>What distribution do you use?<br />In Debian, for instance, in those cases it uses the configured x-terminal-emulator with update-alternatives (i.e. the system-wide settings).</p>]]></description>
			<author><![CDATA[dummy@example.com (secipolla)]]></author>
			<pubDate>Sun, 10 Jun 2012 14:40:30 +0000</pubDate>
			<guid>http://forum.xfce.org/viewtopic.php?pid=26621#p26621</guid>
		</item>
	</channel>
</rss>
