<?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=3194&amp;type=rss" rel="self" type="application/rss+xml" />
		<title><![CDATA[Xfce Forums / can XFCE iconbox on screen 2 show Applications of screen 1]]></title>
		<link>http://forum.xfce.org/viewtopic.php?id=3194</link>
		<description><![CDATA[The most recent posts in can XFCE iconbox on screen 2 show Applications of screen 1.]]></description>
		<lastBuildDate>Sat, 17 Mar 2007 15:22:14 +0000</lastBuildDate>
		<generator>FluxBB</generator>
		<item>
			<title><![CDATA[Re: can XFCE iconbox on screen 2 show Applications of screen 1]]></title>
			<link>http://forum.xfce.org/viewtopic.php?pid=13657#p13657</link>
			<description><![CDATA[<p>Hi,</p><p>Think I&#039;m after the same of similar.</p><p>I got xinerama, running two screens, I&#039;ve put a bar on each and put a task list on each.</p><p>I&#039;ve just switched from Gnome and there only the windows on that screen would show on that tasklist and if I drag it over to another monitor, it would jump to that tasklist.</p><p>Can I set it up like this in Xfce? Is that the code I need above? If so, where do I shove it?</p><p>Cheers</p>]]></description>
			<author><![CDATA[dummy@example.com (eccles42)]]></author>
			<pubDate>Sat, 17 Mar 2007 15:22:14 +0000</pubDate>
			<guid>http://forum.xfce.org/viewtopic.php?pid=13657#p13657</guid>
		</item>
		<item>
			<title><![CDATA[Re: can XFCE iconbox on screen 2 show Applications of screen 1]]></title>
			<link>http://forum.xfce.org/viewtopic.php?pid=13456#p13456</link>
			<description><![CDATA[<p>Try some code like this:</p><div class="codebox"><pre><code>static void
tasklist_screen_changed (GtkWidget *plugin, GdkScreen *screen, 
                         Tasklist *tasklist)
{
    NetkScreen *ns;

    screen = gtk_widget_get_screen (plugin);

    if (G_UNLIKELY (screen == NULL))
        screen = gdk_screen_get_default ();

    /* this will print the number, so you can get the screen number */
    g_print (&quot;Current Screen: %d\n&quot;, gdk_screen_get_number (screen));

    /* your custom number here */
    gint myscreen = 1;

    ns = netk_screen_get (myscreen);

    netk_tasklist_set_screen (NETK_TASKLIST (tasklist-&gt;list), ns);
}</code></pre></div><p>If you see the same number for both screens, try to setup twinview or xinerama... Duno if this code works, but you can at least try it.</p>]]></description>
			<author><![CDATA[dummy@example.com (Nick)]]></author>
			<pubDate>Sun, 25 Feb 2007 21:40:06 +0000</pubDate>
			<guid>http://forum.xfce.org/viewtopic.php?pid=13456#p13456</guid>
		</item>
		<item>
			<title><![CDATA[can XFCE iconbox on screen 2 show Applications of screen 1]]></title>
			<link>http://forum.xfce.org/viewtopic.php?pid=13433#p13433</link>
			<description><![CDATA[<p>Hello dear community,</p><p>In my Dual-Monitor-Setup, I just use 2 screens, no xinerama, no twinview.</p><p>Now I thought it would be cool to have only panels on screen 2, so that the full space of screen 1 is available!</p><p>Launchers are ok, I can just execute &quot;DISPLAY=0.0 terminal&quot; in example.<br />But the iconbox (or tasklist)! I need a iconbox on a panel on screen 2, showing the applications of screen 1!</p><p>Is that somehow possible?</p><p>Looking at the tastlist-code, I believe the screen from which the windows are shown is set with &quot;netk_tasklist_set_screen&quot;, correct?<br />From where is this function called? Would it be possible to call it with the other screen?</p><p>Thanks!<br />Nathan</p>]]></description>
			<author><![CDATA[dummy@example.com (LonelyStar)]]></author>
			<pubDate>Fri, 23 Feb 2007 12:31:30 +0000</pubDate>
			<guid>http://forum.xfce.org/viewtopic.php?pid=13433#p13433</guid>
		</item>
	</channel>
</rss>
