<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<id>tag:old.nabble.com,2006:forum-1382</id>
	<title>Nabble - Gnome - Nautilus</title>
	<updated>2009-12-21T17:54:07Z</updated>
	<link rel="self" type="application/atom+xml" href="http://old.nabble.com/Gnome---Nautilus-f1382.xml" />
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Gnome---Nautilus-f1382.html" />
	<subtitle type="html">For developers and users of the Nautilus file manager</subtitle>
	
<entry>
	<id>tag:old.nabble.com,2006:post-26882914</id>
	<title>Re: Console output form Nautilus?</title>
	<published>2009-12-21T17:54:07Z</published>
	<updated>2009-12-21T17:54:07Z</updated>
	<author>
		<name>A. Walton-2</name>
	</author>
	<content type="html">On Sun, Dec 20, 2009 at 6:33 AM, Jason Heeris &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26882914&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;jason.heeris@...&lt;/a&gt;&amp;gt; wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; I'm developing an extension for Nautilus, and so I tend to rely on
&lt;br&gt;&amp;gt; console output when something goes seriously wrong. I recently
&lt;br&gt;&amp;gt; upgraded to 2.28.1 (under Debian Squeeze), and it seems I can no
&lt;br&gt;&amp;gt; longer use my old trick of running &amp;quot;nautilus -q; nautilus
&lt;br&gt;&amp;gt; --no-desktop&amp;quot; to run Nautilus and see messages in the console (despite
&lt;br&gt;&amp;gt; the fact that I have Nautilus set to *not* draw the desktop). All that
&lt;br&gt;&amp;gt; happens now is that it starts up as some sort of background process
&lt;br&gt;&amp;gt; (or, in certain cases, starts up many, many instances until I have to
&lt;br&gt;&amp;gt; use killall or log out... I'm not sure exactly how to reproduce that,
&lt;br&gt;&amp;gt; though).
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Is there some way to get console messages from Nautilus? Or is there a
&lt;br&gt;&amp;gt; log somewhere?
&lt;/div&gt;&lt;br&gt;The log code is really busted, so that's disabled for now. The real
&lt;br&gt;problem is that gnome-session likes to respawn nautilus after it goes
&lt;br&gt;black for even just a moment, so you have to put a stop to that first.
&lt;br&gt;The easiest way is just 'chmod -x /usr/bin/nautilus', and then kill
&lt;br&gt;it. After that, gnome-session stops trying to respawn it and you can
&lt;br&gt;run it directly from a terminal. The same problem makes it somewhat
&lt;br&gt;harder to debug as well, but you can get around that by attaching gdb
&lt;br&gt;to a running nautilus process (gdb --pid=`pidof nautilus`) and use
&lt;br&gt;G_BREAKPOINT() instead of printf() debugging.
&lt;br&gt;&lt;br&gt;HTH,
&lt;br&gt;-A. Walton
&lt;br&gt;&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Thanks,
&lt;br&gt;&amp;gt; Jason
&lt;br&gt;&amp;gt; --
&lt;br&gt;&amp;gt; nautilus-list mailing list
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26882914&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;nautilus-list@...&lt;/a&gt;
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://mail.gnome.org/mailman/listinfo/nautilus-list&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://mail.gnome.org/mailman/listinfo/nautilus-list&lt;/a&gt;&lt;br&gt;&amp;gt;
&lt;br&gt;-- 
&lt;br&gt;nautilus-list mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26882914&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;nautilus-list@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://mail.gnome.org/mailman/listinfo/nautilus-list&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://mail.gnome.org/mailman/listinfo/nautilus-list&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Console-output-form-Nautilus--tp26864065p26882914.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26875408</id>
	<title>Re: Console output form Nautilus?</title>
	<published>2009-12-21T07:19:54Z</published>
	<updated>2009-12-21T07:19:54Z</updated>
	<author>
		<name>Pierre Wieser-2</name>
	</author>
	<content type="html">&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; I'm developing an extension for Nautilus, and so I tend to rely on
&lt;br&gt;&amp;gt; console output when something goes seriously wrong. I recently
&lt;br&gt;&amp;gt; upgraded to 2.28.1 (under Debian Squeeze), and it seems I can no
&lt;br&gt;&amp;gt; longer use my old trick of running &amp;quot;nautilus -q; nautilus
&lt;br&gt;&amp;gt; --no-desktop&amp;quot; to run Nautilus and see messages in the console
&lt;br&gt;&amp;gt; (despite
&lt;br&gt;&amp;gt; the fact that I have Nautilus set to *not* draw the desktop). All
&lt;br&gt;&amp;gt; that
&lt;br&gt;&amp;gt; happens now is that it starts up as some sort of background process
&lt;br&gt;&amp;gt; (or, in certain cases, starts up many, many instances until I have to
&lt;br&gt;&amp;gt; use killall or log out... I'm not sure exactly how to reproduce that,
&lt;br&gt;&amp;gt; though).
&lt;/div&gt;&lt;br&gt;Hi Jason,
&lt;br&gt;&lt;br&gt;As an extension developer too, I've already seen the &amp;quot;Nautilus
&lt;br&gt;starts many many many instances&amp;quot; syndrom: this has appeared
&lt;br&gt;after 'killall nautilus' to take into account a new version of
&lt;br&gt;the extension library. It seems that the system believes that
&lt;br&gt;Nautilus has terminated, so starting a new instance, but the
&lt;br&gt;initial Nautilus process is always in memory.
&lt;br&gt;One reason: one buggy extension library, failing to initialize.
&lt;br&gt;&lt;br&gt;Also, I use g_debug+syslog for debugging messages.
&lt;br&gt;&lt;br&gt;Regards
&lt;br&gt;Pierre
&lt;br&gt;-- 
&lt;br&gt;nautilus-list mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26875408&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;nautilus-list@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://mail.gnome.org/mailman/listinfo/nautilus-list&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://mail.gnome.org/mailman/listinfo/nautilus-list&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Console-output-form-Nautilus--tp26864065p26875408.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26864065</id>
	<title>Console output form Nautilus?</title>
	<published>2009-12-20T03:33:28Z</published>
	<updated>2009-12-20T03:33:28Z</updated>
	<author>
		<name>J Heeris</name>
	</author>
	<content type="html">I'm developing an extension for Nautilus, and so I tend to rely on
&lt;br&gt;console output when something goes seriously wrong. I recently
&lt;br&gt;upgraded to 2.28.1 (under Debian Squeeze), and it seems I can no
&lt;br&gt;longer use my old trick of running &amp;quot;nautilus -q; nautilus
&lt;br&gt;--no-desktop&amp;quot; to run Nautilus and see messages in the console (despite
&lt;br&gt;the fact that I have Nautilus set to *not* draw the desktop). All that
&lt;br&gt;happens now is that it starts up as some sort of background process
&lt;br&gt;(or, in certain cases, starts up many, many instances until I have to
&lt;br&gt;use killall or log out... I'm not sure exactly how to reproduce that,
&lt;br&gt;though).
&lt;br&gt;&lt;br&gt;Is there some way to get console messages from Nautilus? Or is there a
&lt;br&gt;log somewhere?
&lt;br&gt;&lt;br&gt;Thanks,
&lt;br&gt;Jason
&lt;br&gt;-- 
&lt;br&gt;nautilus-list mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26864065&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;nautilus-list@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://mail.gnome.org/mailman/listinfo/nautilus-list&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://mail.gnome.org/mailman/listinfo/nautilus-list&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Console-output-form-Nautilus--tp26864065p26864065.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26855561</id>
	<title>[PATCH] In icon view, wrapping to next row after pressing &quot;right&quot;  fails in compact layout</title>
	<published>2009-12-19T06:43:14Z</published>
	<updated>2009-12-19T06:43:14Z</updated>
	<author>
		<name>Nelson Benítez León</name>
	</author>
	<content type="html">Hi!,
&lt;br&gt;I've submitted a patch for &lt;a href=&quot;http://bugs.gnome.org/604604&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://bugs.gnome.org/604604&lt;/a&gt;&amp;nbsp;, patch also
&lt;br&gt;attached to this mail, please review.
&lt;br&gt;&lt;br&gt;Thanks :-)
&lt;br&gt;&lt;br /&gt;&lt;tt&gt;[0001-Fix-wrap-to-next-row-in-compact-layout-bug-604604.patch]&lt;/tt&gt;&lt;br /&gt;&lt;hr align=&quot;left&quot; width=&quot;300&quot; /&gt;&lt;tt&gt;From ba6fea6df79c80e6cbfe37c24cb8d94d62421b1b Mon Sep 17 00:00:00 2001
&lt;br&gt;From: =?utf-8?q?Nelson=20Ben=C3=ADtez=20Le=C3=B3n?= &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26855561&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;nbenitezl+gnome@...&lt;/a&gt;&amp;gt;
&lt;br&gt;Date: Sat, 19 Dec 2009 14:44:56 +0100
&lt;br&gt;Subject: [PATCH] Fix wrap to next row in compact layout, bug #604604
&lt;br&gt;&lt;br&gt;&lt;br&gt;diff --git a/libnautilus-private/nautilus-icon-container.c b/libnautilus-private/nautilus-icon-container.c
&lt;br&gt;index 7bf4c12..6de8dbc 100644
&lt;br&gt;--- a/libnautilus-private/nautilus-icon-container.c
&lt;br&gt;+++ b/libnautilus-private/nautilus-icon-container.c
&lt;br&gt;@@ -3134,18 +3134,12 @@ next_row_leftmost (NautilusIconContainer *container,
&lt;br&gt;&amp;nbsp;		if (compare_icons_vertical_first (container,
&lt;br&gt;&amp;nbsp;						 &amp;nbsp;best_so_far,
&lt;br&gt;&amp;nbsp;						 &amp;nbsp;candidate) &amp;gt; 0) {
&lt;br&gt;&amp;nbsp;			/* candidate is above best choice, but below the current row */
&lt;br&gt;&amp;nbsp;			return TRUE;
&lt;br&gt;&amp;nbsp;		}
&lt;br&gt;-
&lt;br&gt;-		if (compare_icons_horizontal_first (container,
&lt;br&gt;-						 &amp;nbsp; &amp;nbsp;best_so_far,
&lt;br&gt;-						 &amp;nbsp; &amp;nbsp;candidate) &amp;gt; 0) {
&lt;br&gt;-			return TRUE;
&lt;br&gt;-		}
&lt;br&gt;&amp;nbsp;	}
&lt;br&gt;&amp;nbsp;
&lt;br&gt;&amp;nbsp;	return best_so_far == NULL;
&lt;br&gt;&amp;nbsp;}
&lt;br&gt;&amp;nbsp;
&lt;br&gt;&amp;nbsp;static gboolean
&lt;br&gt;-- 
&lt;br&gt;1.6.0.4
&lt;br&gt;&lt;br&gt;&lt;/tt&gt;&lt;hr align=&quot;left&quot; width=&quot;300&quot; /&gt;&lt;br /&gt;-- 
&lt;br&gt;nautilus-list mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26855561&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;nautilus-list@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://mail.gnome.org/mailman/listinfo/nautilus-list&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://mail.gnome.org/mailman/listinfo/nautilus-list&lt;/a&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-PATCH--In-icon-view%2C-wrapping-to-next-row-after-pressing-%22right%22--fails-in-compact-layout-tp26855561p26855561.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26848276</id>
	<title>Re: Undo-Redo support patch (updated for gio)</title>
	<published>2009-12-18T11:14:57Z</published>
	<updated>2009-12-18T11:14:57Z</updated>
	<author>
		<name>Holger Berndt</name>
	</author>
	<content type="html">On Mi, 16.12.2009 18:43, BROCCO Amos wrote:
&lt;br&gt;&lt;br&gt;&amp;gt;I've updated my previous patch for undo-redo support to work with GIO.
&lt;br&gt;&lt;br&gt;&amp;gt;Testing, reviews and comments are greatly appreciated!!!
&lt;br&gt;&lt;br&gt;I can only give a personal comment. I did not yet look at or test the
&lt;br&gt;code, just watched the demo, and that looks great. Being
&lt;br&gt;a huge fan of extensive undo/redo capabilities myself, I like the idea
&lt;br&gt;of the patch a lot.
&lt;br&gt;&lt;br&gt;On the other hand, I'd really like a general purpose undo/redo manager
&lt;br&gt;in GTK+ instead of every application having to roll their own. The
&lt;br&gt;corresponding bug entry is
&lt;br&gt;&lt;a href=&quot;https://bugzilla.gnome.org/show_bug.cgi?id=322194&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://bugzilla.gnome.org/show_bug.cgi?id=322194&lt;/a&gt;&amp;nbsp;but I don't know how
&lt;br&gt;far away (or even wanted) such a feature in GTK+ would be.
&lt;br&gt;&lt;br&gt;Holger
&lt;br&gt;-- 
&lt;br&gt;nautilus-list mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26848276&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;nautilus-list@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://mail.gnome.org/mailman/listinfo/nautilus-list&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://mail.gnome.org/mailman/listinfo/nautilus-list&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Undo-Redo-support-patch-%28updated-for-gio%29-tp26815393p26848276.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26833334</id>
	<title>Re: Nautilus 2.29.1 released - change in focus</title>
	<published>2009-12-17T11:07:05Z</published>
	<updated>2009-12-17T11:07:05Z</updated>
	<author>
		<name>Alexander Larsson</name>
	</author>
	<content type="html">On Thu, 2009-12-17 at 18:09 +0100, Alexander Larsson wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; On Thu, 2009-12-17 at 17:58 +0100, Alexander Larsson wrote:
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; &amp;gt; First of all we have switched to browser mode by default (spatial is
&lt;br&gt;&amp;gt; &amp;gt; still available from the prefs), secondly we have reorganized the
&lt;br&gt;&amp;gt; &amp;gt; browser UI and added a split view functionality. 
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Here is a quick screenshot of the current UI in case you're 
&lt;br&gt;&amp;gt; interested but don't want to build it:
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://www.gnome.org/~alexl/nautilus-2-29-1.png&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.gnome.org/~alexl/nautilus-2-29-1.png&lt;/a&gt;&lt;/div&gt;&lt;br&gt;Some confusion here, this screenshot is obviously very busy since it
&lt;br&gt;shows off all the new features. A default window will have a lot less
&lt;br&gt;UI. Something like this:
&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://www.gnome.org/~alexl/nautilus-2-29-1-2.png&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.gnome.org/~alexl/nautilus-2-29-1-2.png&lt;/a&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
&lt;br&gt;&amp;nbsp;Alexander Larsson &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Red Hat, Inc 
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26833334&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;alexl@...&lt;/a&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26833334&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;alexander.larsson@...&lt;/a&gt; 
&lt;br&gt;He's a fiendish soccer-playing barbarian with a passion for fast cars. She's a 
&lt;br&gt;vivacious blonde journalist with someone else's memories. They fight crime! 
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;nautilus-list mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26833334&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;nautilus-list@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://mail.gnome.org/mailman/listinfo/nautilus-list&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://mail.gnome.org/mailman/listinfo/nautilus-list&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Nautilus-2.29.1-released---change-in-focus-tp26831317p26833334.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26831512</id>
	<title>Re: Nautilus 2.29.1 released - change in focus</title>
	<published>2009-12-17T09:09:36Z</published>
	<updated>2009-12-17T09:09:36Z</updated>
	<author>
		<name>Alexander Larsson</name>
	</author>
	<content type="html">On Thu, 2009-12-17 at 17:58 +0100, Alexander Larsson wrote:
&lt;br&gt;&lt;br&gt;&amp;gt; First of all we have switched to browser mode by default (spatial is
&lt;br&gt;&amp;gt; still available from the prefs), secondly we have reorganized the
&lt;br&gt;&amp;gt; browser UI and added a split view functionality. 
&lt;br&gt;&lt;br&gt;Here is a quick screenshot of the current UI in case you're 
&lt;br&gt;interested but don't want to build it:
&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://www.gnome.org/~alexl/nautilus-2-29-1.png&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.gnome.org/~alexl/nautilus-2-29-1.png&lt;/a&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
&lt;br&gt;&amp;nbsp;Alexander Larsson &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Red Hat, Inc 
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26831512&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;alexl@...&lt;/a&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26831512&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;alexander.larsson@...&lt;/a&gt; 
&lt;br&gt;He's a one-legged drug-addicted vampire hunter with a secret. She's a 
&lt;br&gt;sarcastic out-of-work single mother from a family of eight older brothers. 
&lt;br&gt;They fight crime! 
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;nautilus-list mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26831512&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;nautilus-list@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://mail.gnome.org/mailman/listinfo/nautilus-list&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://mail.gnome.org/mailman/listinfo/nautilus-list&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Nautilus-2.29.1-released---change-in-focus-tp26831317p26831512.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26831317</id>
	<title>Nautilus 2.29.1 released - change in focus</title>
	<published>2009-12-17T08:58:19Z</published>
	<updated>2009-12-17T08:58:19Z</updated>
	<author>
		<name>Alexander Larsson</name>
	</author>
	<content type="html">I don't usually do announce mails for Nautilus, (the NEWS file gets
&lt;br&gt;posted on the ftp-release-list anway :) ). However, this release has
&lt;br&gt;some changes that I'd like to point out.
&lt;br&gt;&lt;br&gt;As discussed on the list[1] recently the Nautilus project is going to
&lt;br&gt;make a slight change of focus. Since a long time nautilus has been to a
&lt;br&gt;large extent the &amp;quot;shell&amp;quot; of the Gnome user interface for a lot of
&lt;br&gt;operations, but with the advent of gnome shell we want to make the shell
&lt;br&gt;interface the primary way to interact with the desktop when starting
&lt;br&gt;activities.
&lt;br&gt;&lt;br&gt;This means that when nautilus is started it is more likely to be because
&lt;br&gt;the user wants to do some more advanced file management like
&lt;br&gt;restructuring the directory structure, or copying lots of files, rather
&lt;br&gt;than just locating a file and start working on it. This leads to the
&lt;br&gt;shift in focus which will in turn lead to a few changes in the UI. 
&lt;br&gt;&lt;br&gt;First of all we have switched to browser mode by default (spatial is
&lt;br&gt;still available from the prefs), secondly we have reorganized the
&lt;br&gt;browser UI and added a split view functionality. We're also in
&lt;br&gt;discussions about whether to have nautilus manage the desktop or not,
&lt;br&gt;and if so how it should look.
&lt;br&gt;&lt;br&gt;This is all work in progress and further changes are coming as things
&lt;br&gt;mature. Follow the nautilus and gnome-shell list for further
&lt;br&gt;discussions.
&lt;br&gt;&lt;br&gt;Note that we're not shipping gnome-shell (at least by default) for Gnome
&lt;br&gt;2.30, so it could be considered a bit early to do these changes in
&lt;br&gt;Nautilus. I don't necessarily disagree with that, but I want to do these
&lt;br&gt;changes now so that we have enough time to finish and test them before
&lt;br&gt;Gnome 3.0. And, since many distros disable spatial mode by default
&lt;br&gt;anyway its not such a large change.
&lt;br&gt;&lt;br&gt;1)
&lt;br&gt;&lt;a href=&quot;http://mail.gnome.org/archives/nautilus-list/2009-December/msg00001.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://mail.gnome.org/archives/nautilus-list/2009-December/msg00001.html&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
&lt;br&gt;&amp;nbsp;Alexander Larsson &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Red Hat, Inc 
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26831317&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;alexl@...&lt;/a&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26831317&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;alexander.larsson@...&lt;/a&gt; 
&lt;br&gt;He's a globe-trotting soccer-playing ex-con She's a sarcastic wisecracking 
&lt;br&gt;mermaid in the wrong place at the wrong time. They fight crime! 
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;nautilus-list mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26831317&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;nautilus-list@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://mail.gnome.org/mailman/listinfo/nautilus-list&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://mail.gnome.org/mailman/listinfo/nautilus-list&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Nautilus-2.29.1-released---change-in-focus-tp26831317p26831317.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26815393</id>
	<title>Undo-Redo support patch (updated for gio)</title>
	<published>2009-12-16T09:43:49Z</published>
	<updated>2009-12-16T09:43:49Z</updated>
	<author>
		<name>Amos Brocco</name>
	</author>
	<content type="html">Hello,
&lt;br&gt;I've updated my previous patch for undo-redo support to work with GIO.
&lt;br&gt;I've made a patch available on bugzilla (&lt;a href=&quot;https://bugzilla.gnome.org/show_bug.cgi?id=167501#c34&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://bugzilla.gnome.org/show_bug.cgi?id=167501#c34&lt;/a&gt;) against Nautilus 2.28.1.
&lt;br&gt;&lt;br&gt;It supports Undo-Redo for the following operations:
&lt;br&gt;&amp;nbsp; &amp;nbsp;- copy / duplicate
&lt;br&gt;&amp;nbsp; &amp;nbsp;- move
&lt;br&gt;&amp;nbsp; &amp;nbsp;- trash
&lt;br&gt;&amp;nbsp; &amp;nbsp;- rename
&lt;br&gt;&amp;nbsp; &amp;nbsp;- make link
&lt;br&gt;&amp;nbsp; &amp;nbsp;- create new folder
&lt;br&gt;&amp;nbsp; &amp;nbsp;- create new file
&lt;br&gt;&amp;nbsp; &amp;nbsp;- create file from template
&lt;br&gt;&lt;br&gt;I've tried to touch the existing code (mainly nautilus-file-operations.c) as
&lt;br&gt;little as possible. 
&lt;br&gt;&lt;br&gt;Testing, reviews and comments are greatly appreciated!!!
&lt;br&gt;-- 
&lt;br&gt;nautilus-list mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26815393&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;nautilus-list@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://mail.gnome.org/mailman/listinfo/nautilus-list&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://mail.gnome.org/mailman/listinfo/nautilus-list&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Undo-Redo-support-patch-%28updated-for-gio%29-tp26815393p26815393.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26832766</id>
	<title>Re: Nautilus vs gnome-shell and the future</title>
	<published>2009-12-14T15:46:31Z</published>
	<updated>2009-12-14T15:46:31Z</updated>
	<author>
		<name>Gustavo Noronha Silva-5</name>
	</author>
	<content type="html">On Wed, 2009-12-02 at 16:08 +0100, Alexander Larsson wrote:
&lt;br&gt;&amp;gt; For instance, gnome-shell focuses a lot on using search to find files
&lt;br&gt;&amp;gt; and other things of interest. Nautilus also does search, but only
&lt;br&gt;&amp;gt; for files. The g-s search is more integrated in the desktop and gives
&lt;br&gt;&amp;gt; multiple types of results, but the nautilus search allows a more
&lt;br&gt;&amp;gt; detailed view of the results (multiple view types, previews, etc) and
&lt;br&gt;&amp;gt; also allows more interesting operations on the results (file ops,
&lt;br&gt;&amp;gt; nautilus extensions like sendto, etc). Maybe we could integrate these
&lt;br&gt;&amp;gt; better, or at least make them more similar?
&lt;br&gt;&lt;br&gt;I have been thinking about this thread since it started. I often think
&lt;br&gt;that I would like to see a separate overview just for file browsing. I
&lt;br&gt;am pretty sure this goes against the design idea of shell, that seems to
&lt;br&gt;to try to unite apps and files, but I think using the full screen to
&lt;br&gt;find/manage files can be a good thing (although it makes the ability to
&lt;br&gt;drag somewhat moot).
&lt;br&gt;&lt;br&gt;I think files and places are pretty much second class citizens in the
&lt;br&gt;current overview, but that might change.
&lt;br&gt;&lt;br&gt;See you,
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Gustavo Noronha Silva &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26832766&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;gns@...&lt;/a&gt;&amp;gt;
&lt;br&gt;GNOME Project
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;nautilus-list mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26832766&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;nautilus-list@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://mail.gnome.org/mailman/listinfo/nautilus-list&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://mail.gnome.org/mailman/listinfo/nautilus-list&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Nautilus-vs-gnome-shell-and-the-future-tp26610438p26832766.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26784870</id>
	<title>Re: Icon display issue</title>
	<published>2009-12-14T13:04:55Z</published>
	<updated>2009-12-14T13:04:55Z</updated>
	<author>
		<name>Andre Klapper</name>
	</author>
	<content type="html">Hi,
&lt;br&gt;&lt;br&gt;Am Montag, den 14.12.2009, 18:05 +0800 schrieb Mia zhao:
&lt;br&gt;&amp;gt; Have you ever seen the issue before:
&lt;br&gt;&amp;gt; Icon is displayed uncompletely in Gnome desktop and filemanager as if
&lt;br&gt;&amp;gt; the right part was cut off.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; I think it's margin setting issue caused by nautilus.
&lt;br&gt;&amp;gt; Could you give me some suggestion to solve it pls?
&lt;br&gt;&amp;gt; Thanks.
&lt;br&gt;&lt;br&gt;Please provide a screenshot (of the icon only, not the complete
&lt;br&gt;desktop).
&lt;br&gt;&lt;br&gt;Thanks,
&lt;br&gt;andre
&lt;br&gt;-- 
&lt;br&gt;&amp;nbsp;mailto:&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26784870&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;ak-47@...&lt;/a&gt; | failed
&lt;br&gt;&amp;nbsp;&lt;a href=&quot;http://www.iomc.de/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.iomc.de/&lt;/a&gt;&amp;nbsp; | &lt;a href=&quot;http://blogs.gnome.org/aklapper&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://blogs.gnome.org/aklapper&lt;/a&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;nautilus-list mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26784870&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;nautilus-list@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://mail.gnome.org/mailman/listinfo/nautilus-list&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://mail.gnome.org/mailman/listinfo/nautilus-list&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Icon-display-issue-tp26784225p26784870.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26784536</id>
	<title>Re: Nautilus vs gnome-shell and the future</title>
	<published>2009-12-14T12:48:11Z</published>
	<updated>2009-12-14T12:48:11Z</updated>
	<author>
		<name>Eric Pruitt</name>
	</author>
	<content type="html">This might be of interest to you, it&amp;#39;s quite nifty: &lt;a href=&quot;http://ubuntuforums.org/showthread.php?t=1065369&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://ubuntuforums.org/showthread.php?t=1065369&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;div class=&quot;gmail_quote&quot;&gt;On Fri, Dec 4, 2009 at 14:30, Brent Foor &lt;span dir=&quot;ltr&quot;&gt;&amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26784536&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;brentfoor@...&lt;/a&gt;&amp;gt;&lt;/span&gt; wrote:&lt;br&gt;

&lt;blockquote class=&quot;gmail_quote&quot; style=&quot;border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;&quot;&gt;As far as a messy desktop goes I&amp;#39;m in the same boat. In fact that is one of the reasons i love the stack idea. the papers on my desktop ain&amp;#39;t evenly spaced out in a grid i pile related things together. basically I&amp;#39;m mentally tagging them. I love the idea of being able to lasso a group of files and have them stack on my desktop i could then tag making it basicly a sexy looking folder. If i want to see the files in the stack i click on them and the rest of the desktop darkens and my files explode out to a grid. i can also search for the tag in the overlay.&lt;br&gt;


&lt;br&gt;...at least thats how i imagine the stack idea.&lt;br&gt;&lt;br&gt;Foor&lt;br&gt;&lt;br&gt;&lt;div class=&quot;gmail_quote&quot;&gt;On Fri, Dec 4, 2009 at 12:35 PM, Cosimo Cecchi &lt;span dir=&quot;ltr&quot;&gt;&amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26784536&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;cosimoc@...&lt;/a&gt;&amp;gt;&lt;/span&gt; wrote:&lt;br&gt;


&lt;blockquote class=&quot;gmail_quote&quot; style=&quot;border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;&quot;&gt;On Fri, 2009-12-04 at 10:28 +0100, Alexander Larsson wrote:&lt;br&gt;
&lt;br&gt;
&amp;gt; As a start, here is what the gnome-shell design docs say on the desktop:&lt;br&gt;
&lt;br&gt;
[cut]&lt;br&gt;
&lt;br&gt;
Right, I already read that paragraph, and I do not completely agree with&lt;br&gt;
it. IRL, the top of my desk is as messy as my desktop, I&amp;#39;m fine with it,&lt;br&gt;
and I know many people who have even more mess on it, and are fine with&lt;br&gt;
it too ;)&lt;br&gt;
I don&amp;#39;t want to say that confusion should be a goal, but different&lt;br&gt;
people develop different mental patterns when it comes to look for&lt;br&gt;
things, and I think the desktop is a perfectly flexible space for this.&lt;br&gt;
&lt;br&gt;
Removing the ease to save files on the desktop seems a bit to me like&lt;br&gt;
forcing a pattern to people, and a waste of incredibly useful space&lt;br&gt;
(unless we are going to reintroduce something like Piles, but I&amp;#39;ll&lt;br&gt;
comment on that later on).&lt;br&gt;
Sure, we could do a lot better than we do now for people who want their&lt;br&gt;
desktop to be tidy (ensure we never overlap icons would be a good&lt;br&gt;
start :)), but these are just implementation bugs IMO.&lt;br&gt;
&lt;br&gt;
&amp;gt; Yes, its quick to reach, but so is the activities overview (press the&lt;br&gt;
&amp;gt; windows key or move the mouse to the top-left corner. It all depends on&lt;br&gt;
&amp;gt; why you want to reach the desktop. If its for something like launching&lt;br&gt;
&amp;gt; an app/location then doing that via the activities overview is as&lt;br&gt;
&amp;gt; efficient as the desktop (and its an advantage imho to only have one&lt;br&gt;
&amp;gt; consistent way to do this). So, this argument is only valid if you&amp;#39;re&lt;br&gt;
&amp;gt; doing something you can&amp;#39;t do on the activities overview.&lt;br&gt;
&lt;br&gt;
I agree with you for the application case (though I&amp;#39;d like even more a&lt;br&gt;
gnome-do-like launcher). I&amp;#39;m not so sure about opening documents. Recent&lt;br&gt;
files and files that are currently being saved on the desktop might&lt;br&gt;
conceptually overlap, but they do not always do. So, unless we&amp;#39;re going&lt;br&gt;
to have a storage-like place in the overview (which IMO brings to a&lt;br&gt;
problem, see some next paragraph), this is a big change in the&lt;br&gt;
interaction model.&lt;br&gt;
&lt;br&gt;
&amp;gt; It is very big, but its often covered and its limited in space (and thus&lt;br&gt;
&amp;gt; doesn&amp;#39;t scale). Its also problematic in that its fixed size changes when&lt;br&gt;
&amp;gt; the resolution changes meaning you might &amp;quot;lose&amp;quot; files when that&lt;br&gt;
&amp;gt; happens.&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt; The main advantage to the desktop is really that its a logical default&lt;br&gt;
&amp;gt; storage location for starting something and for temporary things that is&lt;br&gt;
&amp;gt; easy to reach. If we remove the desktop the likely place that things&lt;br&gt;
&amp;gt; like this would be done is the home directory, but thats not as nice as&lt;br&gt;
&amp;gt; its full of stuff thats always there, so you can&amp;#39;t easily clean it up or&lt;br&gt;
&amp;gt; get an overview of only the stuff you&amp;#39;ve temporarily created.&lt;br&gt;
&lt;br&gt;
Yes, I agree.&lt;br&gt;
&lt;br&gt;
&amp;gt; Ideally it should be as easy to reach these with gnome-shell as the&lt;br&gt;
&amp;gt; desktop, and if its not we should instead fix it. Using the activities&lt;br&gt;
&amp;gt; overview its pretty easy to reach a mounted volume as they are listed on&lt;br&gt;
&amp;gt; the left.&lt;br&gt;
&lt;br&gt;
I think this brings up another issue: considering that most of the space&lt;br&gt;
in the activities overview is taken by the workspaces view, we have to&lt;br&gt;
deal with a limited free room there. On my Thinkpad X60, which has a&lt;br&gt;
1024x768 resolution, the activities view looks quite crowded, and we&lt;br&gt;
have to carefully consider which things are worth to put in there.&lt;br&gt;
Having recent documents + applications + search + volumes + a file&lt;br&gt;
storage place seems too much to me. You could smartly hide/expand some&lt;br&gt;
items, but this implies more clicks for the user to reach a target. The&lt;br&gt;
desktop as it is now, instead, seems to nicely fit the purpose of&lt;br&gt;
showing volumes and working files.&lt;br&gt;
&lt;br&gt;
This could be an issue in netbooks as well, where a 1024x600 screen&lt;br&gt;
resolution seems to be standard.&lt;br&gt;
&lt;br&gt;
&amp;gt; However, for the case of a newly mounted volume we should probably&lt;br&gt;
&amp;gt; integrate with the shell notification system so that plugging in a cd&lt;br&gt;
&amp;gt; will show you some notification that this is now availible, letting you&lt;br&gt;
&amp;gt; quickly click on it to open the mounted location.&lt;br&gt;
&lt;br&gt;
Agreed. This is orthogonal to the desktop though IMHO.&lt;br&gt;
&lt;br&gt;
&amp;gt; I&amp;#39;m always worried about adding non-file things to the nautilus views. A&lt;br&gt;
&amp;gt; lot of people has historically used gnome-vfs modules + nautilus to&lt;br&gt;
&amp;gt; create &amp;quot;lists&amp;quot; of things (fonts, themes and whatnot). This is almost&lt;br&gt;
&amp;gt; always a bad idea. All of the nautilus UI is specialized at showing&lt;br&gt;
&amp;gt; files and their properties. And the operations available on items expect&lt;br&gt;
&amp;gt; them to generally act like normal files. Adding other types of objects&lt;br&gt;
&amp;gt; always leads to strange behaviour due to this. (Not to mention that a&lt;br&gt;
&amp;gt; custom list dialog could contain the special features needed to make&lt;br&gt;
&amp;gt; listing the new type of object better.)&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt; Additionally I think its kinda unexpected to open the file management&lt;br&gt;
&amp;gt; application and have its search return a preference dialog. Especially&lt;br&gt;
&amp;gt; with the new focus on &amp;quot;file management&amp;quot; rather than being a shell.&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt; However, it would be cool for instance to have the search results in&lt;br&gt;
&amp;gt; gnome-shell have a link in the &amp;quot;files&amp;quot; section of the results that&lt;br&gt;
&amp;gt; opened up a nautilus search.&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt; It would also be nice if the search result picked up things like custom&lt;br&gt;
&amp;gt; icons and emblems from nautilus. And if the files had context menus with&lt;br&gt;
&amp;gt; things like &amp;quot;open with other...&amp;quot;, and &amp;quot;show in file manager&amp;quot; operations.&lt;br&gt;
&lt;br&gt;
I agree with you here.&lt;br&gt;
&lt;br&gt;
&amp;gt; What do you think of my proposal about piles?&lt;br&gt;
&lt;br&gt;
I&amp;#39;m not a big fan of auto-hiding/sliding interfaces, and there&amp;#39;s already&lt;br&gt;
a near hot corner :)&lt;br&gt;
I&amp;#39;d rather either see them on the desktop itself, like a small file&lt;br&gt;
view, or in another keystroke-triggered layer over the applications, so&lt;br&gt;
you can easily DnD to/from them. Also, I have to think more about it,&lt;br&gt;
but we could associate them with a name and make it real folders on the&lt;br&gt;
filesystem (with symlinks?), under ~/Desktop, with a default one which&lt;br&gt;
is ~/Desktop itself.&lt;br&gt;
&lt;br&gt;
&amp;gt; &amp;gt; By the way, if we&amp;#39;re going to stop drawing the desktop, what would be&lt;br&gt;
&amp;gt; &amp;gt; drawn on it and who would be responsible for that?&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt; If nautilus just stops this then the default will be for&lt;br&gt;
&amp;gt; gnome-settings-daemon to set the desktop background and for X to render&lt;br&gt;
&amp;gt; it. However, if gnome-shell instead managed it we could do nice things&lt;br&gt;
&amp;gt; like having different backgrounds for different workspaces.&lt;br&gt;
&lt;br&gt;
I think I did not make myself understood with my last question: what&lt;br&gt;
would be on the desktop after Nautilus stops drawing it? Would it just&lt;br&gt;
be empty?&lt;br&gt;
By the way, there&amp;#39;s a patchset for libgnome/Nautilus to handle different&lt;br&gt;
backgrounds right now :)&lt;br&gt;
&lt;br&gt;
Cheers,&lt;br&gt;
&lt;br&gt;
Cosimo&lt;br&gt;
&lt;br&gt;
_______________________________________________&lt;br&gt;
gnome-shell-list mailing list&lt;br&gt;
&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26784536&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;gnome-shell-list@...&lt;/a&gt;&lt;br&gt;
&lt;a href=&quot;http://mail.gnome.org/mailman/listinfo/gnome-shell-list&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://mail.gnome.org/mailman/listinfo/gnome-shell-list&lt;/a&gt;&lt;br&gt;
&lt;/blockquote&gt;&lt;/div&gt;&lt;br&gt;
&lt;br&gt;--&lt;br&gt;
nautilus-list mailing list&lt;br&gt;
&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26784536&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;nautilus-list@...&lt;/a&gt;&lt;br&gt;
&lt;a href=&quot;http://mail.gnome.org/mailman/listinfo/nautilus-list&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://mail.gnome.org/mailman/listinfo/nautilus-list&lt;/a&gt;&lt;br&gt;&lt;/blockquote&gt;&lt;/div&gt;&lt;br&gt;
&lt;br /&gt;-- 
&lt;br&gt;nautilus-list mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26784536&amp;i=4&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;nautilus-list@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://mail.gnome.org/mailman/listinfo/nautilus-list&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://mail.gnome.org/mailman/listinfo/nautilus-list&lt;/a&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Nautilus-vs-gnome-shell-and-the-future-tp26610438p26784536.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26777504</id>
	<title>Re: Selection tracking</title>
	<published>2009-12-14T05:11:38Z</published>
	<updated>2009-12-14T05:11:38Z</updated>
	<author>
		<name>Pierre Wieser-2</name>
	</author>
	<content type="html">&lt;br&gt;----- &amp;quot;Alexander Larsson&amp;quot; &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26777504&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;alexl@...&lt;/a&gt;&amp;gt; a écrit :
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Yes, that is planned and some initial work has been done on it, but
&lt;br&gt;&amp;gt; its not yet finished.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&lt;br&gt;Well, in the meanwhile, I've written a light C extension which does
&lt;br&gt;the trick. Final use case was to be able to define keyboard shortcut
&lt;br&gt;to an action (see [1])
&lt;br&gt;&lt;br&gt;Regards
&lt;br&gt;Pierre
&lt;br&gt;&lt;br&gt;[1] &lt;a href=&quot;https://bugzilla.gnome.org/show_bug.cgi?id=435820&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://bugzilla.gnome.org/show_bug.cgi?id=435820&lt;/a&gt;&lt;br&gt;-- 
&lt;br&gt;nautilus-list mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26777504&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;nautilus-list@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://mail.gnome.org/mailman/listinfo/nautilus-list&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://mail.gnome.org/mailman/listinfo/nautilus-list&lt;/a&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Selection-tracking-tp26702286p26777504.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26784225</id>
	<title>Icon display issue</title>
	<published>2009-12-14T02:05:08Z</published>
	<updated>2009-12-14T02:05:08Z</updated>
	<author>
		<name>Mia zhao</name>
	</author>
	<content type="html">Hi there,&lt;br&gt;&lt;br&gt;Have you ever seen the issue before:&lt;br&gt;Icon is displayed uncompletely in Gnome desktop and filemanager as if the right part was cut off.&lt;br&gt;&lt;br&gt;I think it&amp;#39;s margin setting issue caused by nautilus.&lt;br&gt;
Could you give me some suggestion to solve it pls?&lt;br&gt;Thanks.&lt;br&gt;&lt;br&gt;GNOME Nautilus version: 2.26.2&lt;br&gt;Kernel version: 2.6.31&lt;br&gt;&lt;br&gt;&lt;br&gt;BR,&lt;br&gt;Mia&lt;br&gt;
&lt;br /&gt;-- 
&lt;br&gt;nautilus-list mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26784225&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;nautilus-list@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://mail.gnome.org/mailman/listinfo/nautilus-list&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://mail.gnome.org/mailman/listinfo/nautilus-list&lt;/a&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Icon-display-issue-tp26784225p26784225.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26774807</id>
	<title>Re: Custom Home Button</title>
	<published>2009-12-14T01:09:28Z</published>
	<updated>2009-12-14T01:09:28Z</updated>
	<author>
		<name>Alexander Larsson</name>
	</author>
	<content type="html">On Fri, 2009-12-11 at 13:06 -0600, Eric Pruitt wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Hello,
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; I modified Nautilus to make it so that the Home button will take the
&lt;br&gt;&amp;gt; user to a custom directory if the environment variable &amp;quot;NAUTILUS_HOME&amp;quot;
&lt;br&gt;&amp;gt; is set with the following code:
&lt;br&gt;&amp;gt; File: nautilus-window-manage-views.c, Line 682
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; if !(g_getenv (&amp;quot;NAUTILUS_HOME&amp;quot;))
&lt;br&gt;&amp;gt; {
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; home = g_file_new_for_path (g_get_home_dir ());
&lt;br&gt;&amp;gt; } else {
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; home = g_file_new_for_path (g_getenv (&amp;quot;NAUTILUS_HOME&amp;quot;));
&lt;br&gt;&amp;gt; }
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; How would I go about trying to get the feature implemented in Nautilus
&lt;br&gt;&amp;gt; since I have already created a patch?
&lt;/div&gt;&lt;br&gt;What exactly is your usecase here? You can already change the HOME env
&lt;br&gt;var and nautilus should pick up that.
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
&lt;br&gt;&amp;nbsp;Alexander Larsson &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Red Hat, Inc 
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26774807&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;alexl@...&lt;/a&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26774807&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;alexander.larsson@...&lt;/a&gt; 
&lt;br&gt;He's a suicidal Amish boxer with a secret. She's a plucky Buddhist pearl diver 
&lt;br&gt;looking for love in all the wrong places. They fight crime! 
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;nautilus-list mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26774807&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;nautilus-list@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://mail.gnome.org/mailman/listinfo/nautilus-list&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://mail.gnome.org/mailman/listinfo/nautilus-list&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Custom-Home-Button-tp26749950p26774807.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26774779</id>
	<title>Re: Selection tracking</title>
	<published>2009-12-14T01:07:33Z</published>
	<updated>2009-12-14T01:07:33Z</updated>
	<author>
		<name>Alexander Larsson</name>
	</author>
	<content type="html">On Tue, 2009-12-08 at 23:52 +0100, Pierre Wieser wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Hi,
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; I have some requests from Nautilus-Actions users to have a
&lt;br&gt;&amp;gt; command-line
&lt;br&gt;&amp;gt; tool to run actions from outside of Nautilus. Obviously the main issue
&lt;br&gt;&amp;gt; would be to get the current selection.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; I note that, as a side effect of the implementation, a menu provider
&lt;br&gt;&amp;gt; is
&lt;br&gt;&amp;gt; able to track the selection. Starting from this, I may imagine an
&lt;br&gt;&amp;gt; extension which provides the current selection list in response to a
&lt;br&gt;&amp;gt; DBus request.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; I know that some guys already work on Nautilus DBus interfaces. Is
&lt;br&gt;&amp;gt; such
&lt;br&gt;&amp;gt; an interface, which would give the current selection, already planned
&lt;br&gt;&amp;gt; ?
&lt;/div&gt;&lt;br&gt;Yes, that is planned and some initial work has been done on it, but its
&lt;br&gt;not yet finished.
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
&lt;br&gt;&amp;nbsp;Alexander Larsson &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Red Hat, Inc 
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26774779&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;alexl@...&lt;/a&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26774779&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;alexander.larsson@...&lt;/a&gt; 
&lt;br&gt;He's a world-famous devious gangster searching for his wife's true killer. 
&lt;br&gt;She's a cold-hearted bisexual journalist who can talk to animals. They fight 
&lt;br&gt;crime! 
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;nautilus-list mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26774779&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;nautilus-list@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://mail.gnome.org/mailman/listinfo/nautilus-list&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://mail.gnome.org/mailman/listinfo/nautilus-list&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Selection-tracking-tp26702286p26774779.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26749950</id>
	<title>Custom Home Button</title>
	<published>2009-12-11T11:06:34Z</published>
	<updated>2009-12-11T11:06:34Z</updated>
	<author>
		<name>Eric Pruitt</name>
	</author>
	<content type="html">Hello,&lt;br&gt;&lt;br&gt;I modified Nautilus to make it so that the Home button will take the user to a custom directory if the environment variable &amp;quot;NAUTILUS_HOME&amp;quot; is set with the following code:&lt;br&gt;File: nautilus-window-manage-views.c, Line 682&lt;br&gt;

&lt;br&gt;if !(g_getenv (&amp;quot;NAUTILUS_HOME&amp;quot;))&lt;br&gt;{&lt;br&gt;    home = g_file_new_for_path (g_get_home_dir ());&lt;br&gt;} else {&lt;br&gt;    home = g_file_new_for_path (g_getenv (&amp;quot;NAUTILUS_HOME&amp;quot;));&lt;br&gt;}&lt;br&gt;&lt;br&gt;How would I go about trying to get the feature implemented in Nautilus since I have already created a patch?&lt;br&gt;

&lt;br&gt;
&lt;br /&gt;-- 
&lt;br&gt;nautilus-list mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26749950&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;nautilus-list@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://mail.gnome.org/mailman/listinfo/nautilus-list&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://mail.gnome.org/mailman/listinfo/nautilus-list&lt;/a&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Custom-Home-Button-tp26749950p26749950.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26731153</id>
	<title>split-view landed in master</title>
	<published>2009-12-10T09:19:13Z</published>
	<updated>2009-12-10T09:19:13Z</updated>
	<author>
		<name>Alexander Larsson</name>
	</author>
	<content type="html">I just landed the split-view branch from Holger Berndt with some rework
&lt;br&gt;from me on git master. 
&lt;br&gt;&lt;br&gt;It also includes some restructuring of the navigation window UI. To make
&lt;br&gt;split views work we put the location bar on itself and moved the other
&lt;br&gt;toolbar items to the standard toolbar. Then i landed the border addition
&lt;br&gt;patches and moved the tabs to the bottom (to avoid visual clutter at
&lt;br&gt;top).
&lt;br&gt;&lt;br&gt;I'm sure there will be issues, and we may want to discuss the exact UI
&lt;br&gt;details more, but I wanted to get something out there for testing, as
&lt;br&gt;this is a rather large code change.
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
&lt;br&gt;&amp;nbsp;Alexander Larsson &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Red Hat, Inc 
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26731153&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;alexl@...&lt;/a&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26731153&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;alexander.larsson@...&lt;/a&gt; 
&lt;br&gt;He's a fast talking moralistic boxer on the edge. She's an orphaned psychic 
&lt;br&gt;magician's assistant with a song in her heart and a spring in her step. They 
&lt;br&gt;fight crime! 
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;nautilus-list mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26731153&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;nautilus-list@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://mail.gnome.org/mailman/listinfo/nautilus-list&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://mail.gnome.org/mailman/listinfo/nautilus-list&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/split-view-landed-in-master-tp26731153p26731153.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26708608</id>
	<title>Re: Selection tracking</title>
	<published>2009-12-09T03:14:49Z</published>
	<updated>2009-12-09T03:14:49Z</updated>
	<author>
		<name>Pierre Wieser-2</name>
	</author>
	<content type="html">&lt;br&gt;----- &amp;quot;Bruce van der Kooij&amp;quot; &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26708608&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;brucevdkooij@...&lt;/a&gt;&amp;gt; a écrit :
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; In response to a similar request a few months ago[1] I wrote an
&lt;br&gt;&amp;gt; extension that does this. See:
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://rabbitvcs.googlecode.com/svn/other/NautilusDBus.py&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://rabbitvcs.googlecode.com/svn/other/NautilusDBus.py&lt;/a&gt;&lt;br&gt;&lt;br&gt;Hi Bruce,
&lt;br&gt;Yes, this is what I was searching for :)
&lt;br&gt;Do you have some sort of release/package of it, so I could define
&lt;br&gt;a Nautilus-Actions dependancy on this ?
&lt;br&gt;&lt;br&gt;&amp;gt; Best regards,
&lt;br&gt;&amp;gt; Bruce
&lt;br&gt;&lt;br&gt;Regards
&lt;br&gt;Pierre
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;nautilus-list mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26708608&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;nautilus-list@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://mail.gnome.org/mailman/listinfo/nautilus-list&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://mail.gnome.org/mailman/listinfo/nautilus-list&lt;/a&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Selection-tracking-tp26702286p26708608.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26707572</id>
	<title>Re: Selection tracking</title>
	<published>2009-12-09T01:46:55Z</published>
	<updated>2009-12-09T01:46:55Z</updated>
	<author>
		<name>Bruce van der Kooij</name>
	</author>
	<content type="html">Pierre Wieser wrote:
&lt;br&gt;&amp;gt; I note that, as a side effect of the implementation, a menu provider is
&lt;br&gt;&amp;gt; able to track the selection. Starting from this, I may imagine an
&lt;br&gt;&amp;gt; extension which provides the current selection list in response to a
&lt;br&gt;&amp;gt; DBus request.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; I know that some guys already work on Nautilus DBus interfaces. Is such
&lt;br&gt;&amp;gt; an interface, which would give the current selection, already planned ?
&lt;br&gt;&lt;br&gt;In response to a similar request a few months ago[1] I wrote an
&lt;br&gt;extension that does this. See:
&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://rabbitvcs.googlecode.com/svn/other/NautilusDBus.py&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://rabbitvcs.googlecode.com/svn/other/NautilusDBus.py&lt;/a&gt;&lt;br&gt;&lt;br&gt;Of course, in the end this kind of functionality should be exposed by
&lt;br&gt;Nautilus itself, but while progress is being made there you could still
&lt;br&gt;work out your ideas in the meantime.
&lt;br&gt;&lt;br&gt;References:
&lt;br&gt;&lt;br&gt;&amp;nbsp; [1] &lt;a href=&quot;http://mail.gnome.org/archives/nautilus-list/2009-March/msg00132.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://mail.gnome.org/archives/nautilus-list/2009-March/msg00132.html&lt;/a&gt;&lt;br&gt;&lt;br&gt;Best regards,
&lt;br&gt;&lt;br&gt;Bruce
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br /&gt; &lt;br /&gt;-- 
&lt;br&gt;nautilus-list mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26707572&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;nautilus-list@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://mail.gnome.org/mailman/listinfo/nautilus-list&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://mail.gnome.org/mailman/listinfo/nautilus-list&lt;/a&gt;&lt;div class=&quot;small&quot;&gt;&lt;br/&gt;&lt;img src=&quot;http://old.nabble.com/images/icon_attachment.gif&quot; &gt; &lt;strong&gt;signature.asc&lt;/strong&gt; (269 bytes) &lt;a href=&quot;http://old.nabble.com/attachment/26707572/0/signature.asc&quot; target=&quot;_top&quot;&gt;Download Attachment&lt;/a&gt;&lt;/div&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Selection-tracking-tp26702286p26707572.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26702286</id>
	<title>Selection tracking</title>
	<published>2009-12-08T14:52:03Z</published>
	<updated>2009-12-08T14:52:03Z</updated>
	<author>
		<name>Pierre Wieser-2</name>
	</author>
	<content type="html">Hi,
&lt;br&gt;&lt;br&gt;I have some requests from Nautilus-Actions users to have a command-line
&lt;br&gt;tool to run actions from outside of Nautilus. Obviously the main issue
&lt;br&gt;would be to get the current selection.
&lt;br&gt;&lt;br&gt;I note that, as a side effect of the implementation, a menu provider is
&lt;br&gt;able to track the selection. Starting from this, I may imagine an
&lt;br&gt;extension which provides the current selection list in response to a
&lt;br&gt;DBus request.
&lt;br&gt;&lt;br&gt;I know that some guys already work on Nautilus DBus interfaces. Is such
&lt;br&gt;an interface, which would give the current selection, already planned ?
&lt;br&gt;&lt;br&gt;Thanks in advance for your opinions.
&lt;br&gt;&lt;br&gt;Regards
&lt;br&gt;Pierre
&lt;br&gt;-- 
&lt;br&gt;nautilus-list mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26702286&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;nautilus-list@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://mail.gnome.org/mailman/listinfo/nautilus-list&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://mail.gnome.org/mailman/listinfo/nautilus-list&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Selection-tracking-tp26702286p26702286.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26678856</id>
	<title>Re: Nautilus vs gnome-shell and the future</title>
	<published>2009-12-07T07:27:17Z</published>
	<updated>2009-12-07T07:27:17Z</updated>
	<author>
		<name>Frederic Crozat</name>
	</author>
	<content type="html">Le 03/12/2009 17:04, Cosimo Cecchi a écrit :
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Hi Alex,
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; On Wed, 2009-12-02 at 16:08 +0100, Alexander Larsson wrote:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; This leads to two initial conclusions from my side. First of all we
&lt;br&gt;&amp;gt;&amp;gt; should disable the drawing of the desktop by default. Second we should
&lt;br&gt;&amp;gt;&amp;gt; default to browser mode. This might seem a bit suprising since I've
&lt;br&gt;&amp;gt;&amp;gt; generally been on the spatial side. But, this has mainly been because
&lt;br&gt;&amp;gt;&amp;gt; I've seen nautilus as much more used as a kind of file activation
&lt;br&gt;&amp;gt;&amp;gt; shell rather than a hardcore file manager, and when that changes the
&lt;br&gt;&amp;gt;&amp;gt; rationale for spatial mode change too.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; While I completely agree about enabling browser mode by default, &amp;nbsp;I'm
&lt;br&gt;&amp;gt; not completely sold on Nautilus not drawing the desktop by default:
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;* even with many applications opened, the desktop is just one
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;click (or one keystroke) away from you (Ctrl+Alt+D or the &amp;quot;Show
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Desktop&amp;quot; applet).
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;* it's a very big space to save things. If we're going to have
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;something like a file stack in gnome-shell, we should make it
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;sure it has the right amount of space. For instance, I find it
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;confusing to use the stacked &amp;quot;Downloads&amp;quot; icon on the OSX dock,
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;as it becomes just too messy and out-of-control when the number
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;of files is high. You can always clean up your desktop instead
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;when there are too many things on it, just like you'd do with a
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;real one :)
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;* orthogonal to the previous one, there are some items which are
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;very handy to have on the desktop anyway, for instance, newly
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;mounted volume icons.
&lt;/div&gt;&lt;br&gt;&amp;lt;Putting my distro hat&amp;gt;
&lt;br&gt;I have to concur with you.
&lt;br&gt;&lt;br&gt;When we first shipped KDE 4.1 with Mandriva release, a lot of people (I 
&lt;br&gt;think I can say a majority) used to &amp;quot;desktop&amp;quot; metaphor were completely 
&lt;br&gt;lost when the Plasmoid metaphor where there was no longer a &amp;quot;Desktop&amp;quot; 
&lt;br&gt;visible for their files stored there (and I'm not even talking about 
&lt;br&gt;migration issues).
&lt;br&gt;&lt;br&gt;We had to put a small &amp;quot;desktop&amp;quot; view on KDE default desktop and with 
&lt;br&gt;last Mandriva release, we changed KDE default configuration to use a 
&lt;br&gt;&amp;quot;full desktop directory&amp;quot; view, just like the old time. And users aren't 
&lt;br&gt;confused anymore.
&lt;br&gt;&lt;br&gt;I know GNOME isn't KDE but we have to be careful to not duplicate 
&lt;br&gt;mistakes from our fellow Qt desktop hackers ;)
&lt;br&gt;&amp;lt;/distro hat&amp;gt;
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Frederic Crozat
&lt;br&gt;Mandriva
&lt;br&gt;-- 
&lt;br&gt;nautilus-list mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26678856&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;nautilus-list@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://mail.gnome.org/mailman/listinfo/nautilus-list&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://mail.gnome.org/mailman/listinfo/nautilus-list&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Nautilus-vs-gnome-shell-and-the-future-tp26610438p26678856.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26675873</id>
	<title>Re: Saving search</title>
	<published>2009-12-07T03:23:13Z</published>
	<updated>2009-12-07T03:23:13Z</updated>
	<author>
		<name>Michele Tameni</name>
	</author>
	<content type="html">On Mon, Dec 7, 2009 at 12:16 PM, Alexander Larsson &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26675873&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;alexl@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&lt;br&gt;&amp;gt; Those two bugs seems to be about different things. One is that the
&lt;br&gt;&amp;gt; feature of saved searches (or search folders or what you want to call
&lt;br&gt;&amp;gt; it) is hard to find, the other thing seems to be about saving the result
&lt;br&gt;&amp;gt; of a particular search operation.
&lt;br&gt;&lt;br&gt;True.. sorry.
&lt;br&gt;&lt;br&gt;&amp;gt; Are search folders really created so often that having a button in the
&lt;br&gt;&amp;gt; UI (taking up space) is really a good idea? It means less space for
&lt;br&gt;&amp;gt; other things and more visual clutter/complexity.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; I agree that saved searches are kinda hard to find, but i think
&lt;br&gt;&amp;gt; improving the docs and maybe pimping the feature in other ways is a
&lt;br&gt;&amp;gt; better solution than making it an always visible icon in everyones file
&lt;br&gt;&amp;gt; manager all the time.
&lt;br&gt;&amp;gt;
&lt;br&gt;&lt;br&gt;I'm not thinking on something present all the time in the ui, but a small button
&lt;br&gt;present near the search bar (or near the search options) when a search
&lt;br&gt;are in place
&lt;br&gt;don't seem (at least to me) a bad idea.
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;michele tameni
&lt;br&gt;-- 
&lt;br&gt;nautilus-list mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26675873&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;nautilus-list@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://mail.gnome.org/mailman/listinfo/nautilus-list&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://mail.gnome.org/mailman/listinfo/nautilus-list&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Saving-search-tp26655836p26675873.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26675821</id>
	<title>Re: Saving search</title>
	<published>2009-12-07T03:16:30Z</published>
	<updated>2009-12-07T03:16:30Z</updated>
	<author>
		<name>Alexander Larsson</name>
	</author>
	<content type="html">On Sat, 2009-12-05 at 13:53 +0000, Michele Tameni wrote:
&lt;br&gt;&amp;gt; Hi guys,
&lt;br&gt;&amp;gt; I've found two bug, G#332299 [1] and G#325146 [2], on GNOME Bugzilla.
&lt;br&gt;&amp;gt; I think that save search could be very useful for many user,
&lt;br&gt;&amp;gt; especially with the ongoing tracker 0.7 integration.
&lt;br&gt;&amp;gt; Atm save the search are very difficult [i don't know that i can
&lt;br&gt;&amp;gt; already do it before reading the two bugs above], so i've looked a bit
&lt;br&gt;&amp;gt; into the code for understand what i can do.
&lt;br&gt;&lt;br&gt;Those two bugs seems to be about different things. One is that the
&lt;br&gt;feature of saved searches (or search folders or what you want to call
&lt;br&gt;it) is hard to find, the other thing seems to be about saving the result
&lt;br&gt;of a particular search operation.
&lt;br&gt;&lt;br&gt;&amp;gt; Possible places where a &amp;quot;Save search&amp;quot; are search bar (next to the text
&lt;br&gt;&amp;gt; entry), or in the query builder.
&lt;br&gt;&amp;gt; Add the button is not so difficult, but i see that the relevant code
&lt;br&gt;&amp;gt; that do the save are located in file-manager/fm-directory-view.c .
&lt;br&gt;&amp;gt; I really don't know anything about how-to-do-thing in nautilus and how
&lt;br&gt;&amp;gt; things are organized, and i haven't so much time in this period for
&lt;br&gt;&amp;gt; looking deep into the code, so someone point me in the right direction
&lt;br&gt;&amp;gt; for obtain the wanted result?
&lt;br&gt;&lt;br&gt;Are search folders really created so often that having a button in the
&lt;br&gt;UI (taking up space) is really a good idea? It means less space for
&lt;br&gt;other things and more visual clutter/complexity.
&lt;br&gt;&lt;br&gt;I agree that saved searches are kinda hard to find, but i think
&lt;br&gt;improving the docs and maybe pimping the feature in other ways is a
&lt;br&gt;better solution than making it an always visible icon in everyones file
&lt;br&gt;manager all the time.
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
&lt;br&gt;&amp;nbsp;Alexander Larsson &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Red Hat, Inc 
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26675821&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;alexl@...&lt;/a&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26675821&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;alexander.larsson@...&lt;/a&gt; 
&lt;br&gt;He's a lonely pirate ex-con gone bad. She's a man-hating impetuous bounty 
&lt;br&gt;hunter with a birthmark shaped like Liberty's torch. They fight crime! 
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;nautilus-list mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26675821&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;nautilus-list@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://mail.gnome.org/mailman/listinfo/nautilus-list&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://mail.gnome.org/mailman/listinfo/nautilus-list&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Saving-search-tp26655836p26675821.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26675725</id>
	<title>Re: Nautilus vs gnome-shell and the future</title>
	<published>2009-12-07T03:09:23Z</published>
	<updated>2009-12-07T03:09:23Z</updated>
	<author>
		<name>Alexander Larsson</name>
	</author>
	<content type="html">On Fri, 2009-12-04 at 18:35 +0100, Cosimo Cecchi wrote:
&lt;br&gt;&amp;gt; On Fri, 2009-12-04 at 10:28 +0100, Alexander Larsson wrote:
&lt;br&gt;&amp;gt; Removing the ease to save files on the desktop seems a bit to me like
&lt;br&gt;&amp;gt; forcing a pattern to people, and a waste of incredibly useful space
&lt;br&gt;&amp;gt; (unless we are going to reintroduce something like Piles, but I'll
&lt;br&gt;&amp;gt; comment on that later on).
&lt;br&gt;&amp;gt; Sure, we could do a lot better than we do now for people who want
&lt;br&gt;&amp;gt; their
&lt;br&gt;&amp;gt; desktop to be tidy (ensure we never overlap icons would be a good
&lt;br&gt;&amp;gt; start :)), but these are just implementation bugs IMO.
&lt;br&gt;&lt;br&gt;Yeah, trying to figure out ways to replace the features of the desktop
&lt;br&gt;is hard. The piles feature while cool doesn't solve the imho most
&lt;br&gt;important aspect of being a default storage locations for new/active
&lt;br&gt;files. So, I'm more and more disagreeing with removing the desktop from
&lt;br&gt;being handled by the file manager.
&lt;br&gt;&lt;br&gt;Of course, we should probably still think of ways we can change it to
&lt;br&gt;work better in the gnome-shell world. For instance, maybe it would be
&lt;br&gt;nice to be able to show different desktop contents on different
&lt;br&gt;workspaces? This would match with using workspaces as a way to manage
&lt;br&gt;separate &amp;quot;activities&amp;quot;. Of course, that would be sort of problematic when
&lt;br&gt;you're accessing the desktop directory from e.g. the file selector.
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; &amp;gt; Ideally it should be as easy to reach these with gnome-shell as the
&lt;br&gt;&amp;gt; &amp;gt; desktop, and if its not we should instead fix it. Using the
&lt;br&gt;&amp;gt; activities
&lt;br&gt;&amp;gt; &amp;gt; overview its pretty easy to reach a mounted volume as they are
&lt;br&gt;&amp;gt; listed on
&lt;br&gt;&amp;gt; &amp;gt; the left. 
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; I think this brings up another issue: considering that most of the
&lt;br&gt;&amp;gt; space
&lt;br&gt;&amp;gt; in the activities overview is taken by the workspaces view, we have to
&lt;br&gt;&amp;gt; deal with a limited free room there. On my Thinkpad X60, which has a
&lt;br&gt;&amp;gt; 1024x768 resolution, the activities view looks quite crowded, and we
&lt;br&gt;&amp;gt; have to carefully consider which things are worth to put in there.
&lt;br&gt;&amp;gt; Having recent documents + applications + search + volumes + a file
&lt;br&gt;&amp;gt; storage place seems too much to me. You could smartly hide/expand some
&lt;br&gt;&amp;gt; items, but this implies more clicks for the user to reach a target.
&lt;br&gt;&amp;gt; The
&lt;br&gt;&amp;gt; desktop as it is now, instead, seems to nicely fit the purpose of
&lt;br&gt;&amp;gt; showing volumes and working files.
&lt;/div&gt;&lt;br&gt;Yeah, the activities overview as it stands right now obviously focuses
&lt;br&gt;on managing running applications. File handling is sort of included but
&lt;br&gt;clearly a secondary feature.
&lt;br&gt;&lt;br&gt;&lt;br&gt;&amp;gt; &amp;gt; What do you think of my proposal about piles?
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; I'm not a big fan of auto-hiding/sliding interfaces, and there's
&lt;br&gt;&amp;gt; already a near hot corner :)
&lt;br&gt;&lt;br&gt;Yeah, but always-visible screen space is very valuable, and shouldn't be
&lt;br&gt;wasted on thing you're not using that often. auto-hiding is the obvious
&lt;br&gt;way around this, but as you say its already used for somethings and its
&lt;br&gt;getting crowded. Its interesting to think of what other possible
&lt;br&gt;solutions there are to the desktop features though.
&lt;br&gt;&lt;br&gt;&amp;gt; I'd rather either see them on the desktop itself, like a small file
&lt;br&gt;&amp;gt; view, or in another keystroke-triggered layer over the applications,
&lt;br&gt;&amp;gt; so you can easily DnD to/from them. Also, I have to think more about it,
&lt;br&gt;&amp;gt; but we could associate them with a name and make it real folders on
&lt;br&gt;&amp;gt; the filesystem (with symlinks?), under ~/Desktop, with a default one which
&lt;br&gt;&amp;gt; is ~/Desktop itself. 
&lt;br&gt;&lt;br&gt;Real folders is how OSX implement the stacks in the dock. Its possible
&lt;br&gt;but limits it to files and the other disadvantages i listed in my other
&lt;br&gt;mail.
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; &amp;gt; If nautilus just stops this then the default will be for
&lt;br&gt;&amp;gt; &amp;gt; gnome-settings-daemon to set the desktop background and for X to
&lt;br&gt;&amp;gt; render
&lt;br&gt;&amp;gt; &amp;gt; it. However, if gnome-shell instead managed it we could do nice
&lt;br&gt;&amp;gt; things
&lt;br&gt;&amp;gt; &amp;gt; like having different backgrounds for different workspaces.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; I think I did not make myself understood with my last question: what
&lt;br&gt;&amp;gt; would be on the desktop after Nautilus stops drawing it? Would it just
&lt;br&gt;&amp;gt; be empty?
&lt;/div&gt;&lt;br&gt;I don't think there are any proposals for this atm, so my guess is
&lt;br&gt;empty. Another possibility would be &amp;quot;gadgets&amp;quot; but it seems gnome-shell
&lt;br&gt;has decided to put these in a sidebar, so that seems unlikely.
&lt;br&gt;&lt;br&gt;&amp;gt; By the way, there's a patchset for libgnome/Nautilus to handle
&lt;br&gt;&amp;gt; different backgrounds right now :)
&lt;br&gt;&lt;br&gt;Its kinda hard to solve this in a correct fashion though. What you can
&lt;br&gt;do is monitor the current active workspace and change the background
&lt;br&gt;when it changes. However, that doesn't really work well in e.g. the
&lt;br&gt;gnome-shell activities overview because you'll get N_WORKSPACES x the
&lt;br&gt;currrent background.
&lt;br&gt;&lt;br&gt;A more correct solution would be to integrate tighter with the window
&lt;br&gt;manager and have one desktop window per workspace.
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
&lt;br&gt;&amp;nbsp;Alexander Larsson &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Red Hat, Inc 
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26675725&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;alexl@...&lt;/a&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26675725&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;alexander.larsson@...&lt;/a&gt; 
&lt;br&gt;He's an unconventional shark-wrestling firefighter on his last day in the job. 
&lt;br&gt;She's a cynical winged single mother with an MBA from Harvard. They fight 
&lt;br&gt;crime! 
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;nautilus-list mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26675725&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;nautilus-list@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://mail.gnome.org/mailman/listinfo/nautilus-list&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://mail.gnome.org/mailman/listinfo/nautilus-list&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Nautilus-vs-gnome-shell-and-the-future-tp26610438p26675725.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26675538</id>
	<title>Re: Nautilus vs gnome-shell and the future</title>
	<published>2009-12-07T02:51:57Z</published>
	<updated>2009-12-07T02:51:57Z</updated>
	<author>
		<name>Alexander Larsson</name>
	</author>
	<content type="html">On Fri, 2009-12-04 at 00:58 +0100, Giacomo Bordiga wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; 2009/12/4 Зоран Рилак &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26675538&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;zoran.rilak@...&lt;/a&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; For what it's worth, I need to interject here. &amp;nbsp;I know many
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; people
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; (myself included) who turn desktop icons off, not because I
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; keep many
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; windows open all the time (it's easy to access desktop as
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Cosimo wrote),
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; but because I hate to look at the messy, unevenly shaped,
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; partially
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; overlapping icons, sometimes with large gaps between them.
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;More than,
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; say, 5 or 6 icons on the desktop simply demand my attention;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; they
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; scream: &amp;quot;Drag us around! &amp;nbsp;Make us look neat!&amp;quot; &amp;nbsp;Then I have to
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; keep doing
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; that for every new couple of icons that land on the desktop.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; This [1] is a mockup I made 1 year and half ago. I'm not sure if it
&lt;br&gt;&amp;gt; can still be interesting/useful in the next gnome evolution. Still to
&lt;br&gt;&amp;gt; me is a step forward to the current desktop icon management. 
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; In addition to Cosimo's points i think the desktop is also often used
&lt;br&gt;&amp;gt; as a &amp;quot;buffer&amp;quot; for temporary file operation, works in progress or not
&lt;br&gt;&amp;gt; yet categorized files.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; [1] &lt;a href=&quot;http://www.flickr.com/photos/7449355@N06/2329133852/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.flickr.com/photos/7449355@N06/2329133852/&lt;/a&gt;&lt;/div&gt;&lt;br&gt;I don't think enforcing a layout like this on the desktop is a good
&lt;br&gt;idea. I guess it might be nice to have some form of better arrangement
&lt;br&gt;when you &amp;quot;Clean up by name&amp;quot;, but having a fixed layout like that gives
&lt;br&gt;you less space for your own files and forces the use of the desktop as
&lt;br&gt;more of a place to launch other locations. The current main usecase for
&lt;br&gt;the desktop is being a location where the user works on his current set
&lt;br&gt;of active files, although that may change with gnome-shell as per this
&lt;br&gt;discussion.
&lt;br&gt;&lt;br&gt;&lt;br&gt;=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
&lt;br&gt;&amp;nbsp;Alexander Larsson &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Red Hat, Inc 
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26675538&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;alexl@...&lt;/a&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26675538&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;alexander.larsson@...&lt;/a&gt; 
&lt;br&gt;He's a lonely misogynist barbarian trapped in a world he never made. She's a 
&lt;br&gt;virginal hypochondriac snake charmer who can talk to animals. They fight 
&lt;br&gt;crime! 
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;nautilus-list mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26675538&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;nautilus-list@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://mail.gnome.org/mailman/listinfo/nautilus-list&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://mail.gnome.org/mailman/listinfo/nautilus-list&lt;/a&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Nautilus-vs-gnome-shell-and-the-future-tp26610438p26675538.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26675476</id>
	<title>Re: Nautilus vs gnome-shell and the future</title>
	<published>2009-12-07T02:44:41Z</published>
	<updated>2009-12-07T02:44:41Z</updated>
	<author>
		<name>Alexander Larsson</name>
	</author>
	<content type="html">On Sun, 2009-12-06 at 01:45 +0100, Mark wrote:
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; &amp;gt; I've seen nautilus as much more used as a kind of file activation
&lt;br&gt;&amp;gt; &amp;gt; shell rather than a hardcore file manager, and when that changes the
&lt;br&gt;&amp;gt; &amp;gt; rationale for spatial mode change too.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Now this is interesting. I guess it was roughly 2 years ago that i
&lt;br&gt;&amp;gt; proposed the exact same thing about browser mode. Back then it ended
&lt;br&gt;&amp;gt; up in a huge flame war. Now you out of all people are proposing the
&lt;br&gt;&amp;gt; same thing and suddenly you get positive responses and even gnome
&lt;br&gt;&amp;gt; people that agree with it. Even a gnome person that proposes it! i
&lt;br&gt;&amp;gt; must have been ahead of my time when i proposed it. More on this some
&lt;br&gt;&amp;gt; lines down.
&lt;/div&gt;&lt;br&gt;Interesting. You proposed gnome-shell as the replacement for nautilus as
&lt;br&gt;the desktop shell two years ago? Got any links to that proposal?
&lt;br&gt;&lt;br&gt;&amp;gt; Now i didn't read every reply in this thread but i did saw the part to
&lt;br&gt;&amp;gt; split nautilus from the file management part and the mount part. Also
&lt;br&gt;&amp;gt; something i proposed a few years ago which was smashed down hard by a
&lt;br&gt;&amp;gt; lot of people, you included, so i hope the following proposal isn't
&lt;br&gt;&amp;gt; going to be smashed down since it's along the same lines just..
&lt;br&gt;&amp;gt; different.
&lt;br&gt;&lt;br&gt;I don't think splitting out the automounting stuff has ever been
&lt;br&gt;controversial. We're talking about a few hundred lines of code here. In
&lt;br&gt;fact, its only recently that nautilus has started doing this, it was
&lt;br&gt;done by gnome-volume-manager before.
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; KDE did a smart thing with KDE 4. They had konqueror as there file
&lt;br&gt;&amp;gt; management program but simply left it the way it was and made up
&lt;br&gt;&amp;gt; Dolphin just to restart the file management from scratch and be clean
&lt;br&gt;&amp;gt; again.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; I would propose to not touch nautilus! Make a new file manager just
&lt;br&gt;&amp;gt; like KDE did for KDE 4. Make that file manager to __only__ manage the
&lt;br&gt;&amp;gt; files! So you basically get a Dolphin only for Gnome. That way you can
&lt;br&gt;&amp;gt; leave the people that want to use nautilus happy and people that want
&lt;br&gt;&amp;gt; to use gnome-shall can use the new file manager (lets say: Sulituan
&lt;br&gt;&amp;gt; which is nautilus in reverse).
&lt;/div&gt;&lt;br&gt;KDE did this because konqueror was mainly a web browser. Nautilus is
&lt;br&gt;already only for managing files basically. I don't understand which part
&lt;br&gt;of nautilus you think are not for managing files.
&lt;br&gt;&lt;br&gt;&amp;gt; If you don't like this idea then at the very least make nautilus less
&lt;br&gt;&amp;gt; tied with gnome. Split the desktop part, the mount part and probably
&lt;br&gt;&amp;gt; some other part that i don't even know right now off of nautilus. Let
&lt;br&gt;&amp;gt; nautilus do one thing: manage files. Not the desktop, not the mounts;
&lt;br&gt;&amp;gt; only files!
&lt;br&gt;&lt;br&gt;What exactly do you mean by &amp;quot;mount part&amp;quot;? 
&lt;br&gt;&lt;br&gt;Its not really possible to split the &amp;quot;desktop part&amp;quot;, its just a nautilus
&lt;br&gt;window without menus or toolbar. It requires as much of the nautilus
&lt;br&gt;codebase as any other nautilus window.
&lt;br&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
&lt;br&gt;&amp;nbsp;Alexander Larsson &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Red Hat, Inc 
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26675476&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;alexl@...&lt;/a&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26675476&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;alexander.larsson@...&lt;/a&gt; 
&lt;br&gt;He's a jaded guitar-strumming werewolf with a robot buddy named Sparky. She's 
&lt;br&gt;a high-kicking kleptomaniac angel with her own daytime radio talk show. They 
&lt;br&gt;fight crime! 
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;nautilus-list mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26675476&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;nautilus-list@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://mail.gnome.org/mailman/listinfo/nautilus-list&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://mail.gnome.org/mailman/listinfo/nautilus-list&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Nautilus-vs-gnome-shell-and-the-future-tp26610438p26675476.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26662686</id>
	<title>Re: Nautilus vs gnome-shell and the future</title>
	<published>2009-12-05T22:50:02Z</published>
	<updated>2009-12-05T22:50:02Z</updated>
	<author>
		<name>Andre Klapper</name>
	</author>
	<content type="html">Am Sonntag, den 06.12.2009, 01:45 +0100 schrieb Mark:
&lt;br&gt;&amp;gt; Now this is interesting. I guess it was roughly 2 years ago that i
&lt;br&gt;&amp;gt; proposed the exact same thing about browser mode. Back then it ended
&lt;br&gt;&amp;gt; up in a huge flame war. Now you out of all people are proposing the
&lt;br&gt;&amp;gt; same thing and suddenly you get positive responses
&lt;br&gt;&lt;br&gt;Might have to do with the fact that Alex provided a good argumentation
&lt;br&gt;for it.
&lt;br&gt;&lt;br&gt;andre
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;&amp;nbsp;mailto:&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26662686&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;ak-47@...&lt;/a&gt; | failed
&lt;br&gt;&amp;nbsp;&lt;a href=&quot;http://www.iomc.de/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.iomc.de/&lt;/a&gt;&amp;nbsp; | &lt;a href=&quot;http://blogs.gnome.org/aklapper&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://blogs.gnome.org/aklapper&lt;/a&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;nautilus-list mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26662686&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;nautilus-list@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://mail.gnome.org/mailman/listinfo/nautilus-list&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://mail.gnome.org/mailman/listinfo/nautilus-list&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Nautilus-vs-gnome-shell-and-the-future-tp26610438p26662686.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26661052</id>
	<title>Re: Nautilus vs gnome-shell and the future</title>
	<published>2009-12-05T16:45:18Z</published>
	<updated>2009-12-05T16:45:18Z</updated>
	<author>
		<name>Bugzilla from markg85@gmail.com</name>
	</author>
	<content type="html">Hi
&lt;br&gt;On Wed, Dec 2, 2009 at 4:08 PM, Alexander Larsson &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26661052&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;alexl@...&lt;/a&gt;&amp;gt; wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; With gnome-shell being the direction that Gnome is going with for 3.0
&lt;br&gt;&amp;gt; I've been thinking some about how this affects nautilus, and how file
&lt;br&gt;&amp;gt; management should work with gnome-shell.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; The current ideas behind the design of nautilus is that its the main
&lt;br&gt;&amp;gt; way to access files. By this I mean everyday stuff like finding and
&lt;br&gt;&amp;gt; opening your files, rather than &amp;quot;file management&amp;quot; (reorganizing files,
&lt;br&gt;&amp;gt; copying files, etc). This together with the desktop having links to
&lt;br&gt;&amp;gt; important places (as well as being a repository for currently worked
&lt;br&gt;&amp;gt; on files) makes this a sort of &amp;quot;desktop shell&amp;quot; in the sense that its
&lt;br&gt;&amp;gt; how apps are launched to a large degree. This is also why spatial mode
&lt;br&gt;&amp;gt; is the default for the desktop icons (and why browser mode is
&lt;br&gt;&amp;gt; availibile in the menus as &amp;quot;File Browser&amp;quot; for those times you want to
&lt;br&gt;&amp;gt; do intense file management).
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; However, in the gnome-shell design a lot of the things nautilus is
&lt;br&gt;&amp;gt; currently used for (locating and opening files) is integrated into the
&lt;br&gt;&amp;gt; shell and mixed together with the ui for locating and starting
&lt;br&gt;&amp;gt; applications. This makes a lot of sense to me as launching
&lt;br&gt;&amp;gt; applications and opening files with an application are closely related
&lt;br&gt;&amp;gt; actions, and a merged UI could do a lot better than the current sort
&lt;br&gt;&amp;gt; of double UI with the panel launching apps and the desktop launching
&lt;br&gt;&amp;gt; files. The shell also wants to de-emphatize the desktop as a place for
&lt;br&gt;&amp;gt; storing files in use and launching links, for good reasons (read the
&lt;br&gt;&amp;gt; design paper[1] for details).
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; This leads to two initial conclusions from my side. First of all we
&lt;br&gt;&amp;gt; should disable the drawing of the desktop by default. Second we should
&lt;br&gt;&amp;gt; default to browser mode. This might seem a bit suprising since I've
&lt;br&gt;&amp;gt; generally been on the spatial side. But, this has mainly been because
&lt;br&gt;&amp;gt; I've seen nautilus as much more used as a kind of file activation
&lt;br&gt;&amp;gt; shell rather than a hardcore file manager, and when that changes the
&lt;br&gt;&amp;gt; rationale for spatial mode change too.
&lt;/div&gt;Now this is interesting. I guess it was roughly 2 years ago that i
&lt;br&gt;proposed the exact same thing about browser mode. Back then it ended
&lt;br&gt;up in a huge flame war. Now you out of all people are proposing the
&lt;br&gt;same thing and suddenly you get positive responses and even gnome
&lt;br&gt;people that agree with it. Even a gnome person that proposes it! i
&lt;br&gt;must have been ahead of my time when i proposed it. More on this some
&lt;br&gt;lines down.
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; This is a slight change in focus for nautilus, as its now to a larger
&lt;br&gt;&amp;gt; degree used when the user wants to do more complex file
&lt;br&gt;&amp;gt; operations. I think with this we can feel more confident that
&lt;br&gt;&amp;gt; for instance the split-view branch would fit better into
&lt;br&gt;&amp;gt; nautilus. Another thing is that we have more screen space now by
&lt;br&gt;&amp;gt; default, which I'd like to use to do a more expressive UI. For
&lt;br&gt;&amp;gt; instance, I've long wanted to do a metadata/tags/live-preview pane
&lt;br&gt;&amp;gt; somewhat like:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://2.bp.blogspot.com/_Xie1ydrCav4/RdH5i6KvUOI/AAAAAAAAACk/NMXxtde1198/s1600-h/nautilus-metadata-tile-5.png&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://2.bp.blogspot.com/_Xie1ydrCav4/RdH5i6KvUOI/AAAAAAAAACk/NMXxtde1198/s1600-h/nautilus-metadata-tile-5.png&lt;/a&gt;&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; There are still a bunch of questions as to how nautilus and
&lt;br&gt;&amp;gt; gnome-shell should work together:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; For instance, gnome-shell focuses a lot on using search to find files
&lt;br&gt;&amp;gt; and other things of interest. Nautilus also does search, but only
&lt;br&gt;&amp;gt; for files. The g-s search is more integrated in the desktop and gives
&lt;br&gt;&amp;gt; multiple types of results, but the nautilus search allows a more
&lt;br&gt;&amp;gt; detailed view of the results (multiple view types, previews, etc) and
&lt;br&gt;&amp;gt; also allows more interesting operations on the results (file ops,
&lt;br&gt;&amp;gt; nautilus extensions like sendto, etc). Maybe we could integrate these
&lt;br&gt;&amp;gt; better, or at least make them more similar?
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; With the desktop gone we don't have a place for shorttime &amp;quot;storage&amp;quot; of
&lt;br&gt;&amp;gt; actively used files. There is &amp;quot;recent files&amp;quot; which is accessible from
&lt;br&gt;&amp;gt; the activities overview, but the activities view is very much a
&lt;br&gt;&amp;gt; &amp;quot;launch some new activity&amp;quot; thing rather than something you actively
&lt;br&gt;&amp;gt; work with during an activity. For instance, your current app is zoomed
&lt;br&gt;&amp;gt; out and you lose all possibility to interact with it and the recent
&lt;br&gt;&amp;gt; files with e.g. drag and drop.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; I'd like to add some way to put files (file references really)
&lt;br&gt;&amp;gt; somewhere in the shell UI. Maybe just drag them to the side to make a
&lt;br&gt;&amp;gt; pile or a drawer. That way you could temporary put the files you're
&lt;br&gt;&amp;gt; working there and work on them easily from multiple apps. This does
&lt;br&gt;&amp;gt; require quite a bit of cooperation between the shell and nautilus
&lt;br&gt;&amp;gt; though in order for the files in the shell to have a look and
&lt;br&gt;&amp;gt; behaviour like that of nautilus (same icons, same operations, etc).
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; In fact, this is a general problem for the shell. The files as
&lt;br&gt;&amp;gt; represented in the shell UI just isn't as expressive as they are in
&lt;br&gt;&amp;gt; nautilus. You can't get their sizes, emblems, there is no open with
&lt;br&gt;&amp;gt; menus, extensions, scripts, property dialogs, etc. I'm not saying we
&lt;br&gt;&amp;gt; want all this in the shell, just that what the shell does for files is
&lt;br&gt;&amp;gt; not always enough, sometimes you want more, and we need to make sure
&lt;br&gt;&amp;gt; nautilus can take over in a nice fashion when you need it.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Another question is how we reformulate the UI for selecting spatial
&lt;br&gt;&amp;gt; mode. Right now its a checkbox for enabling &amp;quot;Always open in browser
&lt;br&gt;&amp;gt; windows&amp;quot;, and rather than just having this True by default i'd like to
&lt;br&gt;&amp;gt; somehow have a checkbox to enable spatial mode. I just can't think of
&lt;br&gt;&amp;gt; a good way to describe spatial mode in the UI. Does anyone have an idea?
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; With nautilus not handling the desktop there really is no reason to
&lt;br&gt;&amp;gt; run all of nautilus all the time. Its currently needed for the
&lt;br&gt;&amp;gt; automount handling, and its possible to turn on daemon mode so it can
&lt;br&gt;&amp;gt; do this even if the desktop is not visible. However, this seems a bit
&lt;br&gt;&amp;gt; unnecessary, so we should try to factor out the automount stuff to a
&lt;br&gt;&amp;gt; separate binary.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Gnome-shell will not be the default in the next gnome release (2.30),
&lt;br&gt;&amp;gt; but since this kind of large changes take a long time to design and
&lt;br&gt;&amp;gt; stabilize I'm thinking we should probably start to work towards this
&lt;br&gt;&amp;gt; already in this release.
&lt;br&gt;&amp;gt;
&lt;/div&gt;&lt;br&gt;Now i didn't read every reply in this thread but i did saw the part to
&lt;br&gt;split nautilus from the file management part and the mount part. Also
&lt;br&gt;something i proposed a few years ago which was smashed down hard by a
&lt;br&gt;lot of people, you included, so i hope the following proposal isn't
&lt;br&gt;going to be smashed down since it's along the same lines just..
&lt;br&gt;different.
&lt;br&gt;&lt;br&gt;KDE did a smart thing with KDE 4. They had konqueror as there file
&lt;br&gt;management program but simply left it the way it was and made up
&lt;br&gt;Dolphin just to restart the file management from scratch and be clean
&lt;br&gt;again.
&lt;br&gt;&lt;br&gt;I would propose to not touch nautilus! Make a new file manager just
&lt;br&gt;like KDE did for KDE 4. Make that file manager to __only__ manage the
&lt;br&gt;files! So you basically get a Dolphin only for Gnome. That way you can
&lt;br&gt;leave the people that want to use nautilus happy and people that want
&lt;br&gt;to use gnome-shall can use the new file manager (lets say: Sulituan
&lt;br&gt;which is nautilus in reverse).
&lt;br&gt;&lt;br&gt;If you don't like this idea then at the very least make nautilus less
&lt;br&gt;tied with gnome. Split the desktop part, the mount part and probably
&lt;br&gt;some other part that i don't even know right now off of nautilus. Let
&lt;br&gt;nautilus do one thing: manage files. Not the desktop, not the mounts;
&lt;br&gt;only files!
&lt;br&gt;&lt;br&gt;I hope this was some useful feedback.
&lt;br&gt;&lt;br&gt;Good luck,
&lt;br&gt;Mark
&lt;br&gt;-- 
&lt;br&gt;nautilus-list mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26661052&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;nautilus-list@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://mail.gnome.org/mailman/listinfo/nautilus-list&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://mail.gnome.org/mailman/listinfo/nautilus-list&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Nautilus-vs-gnome-shell-and-the-future-tp26610438p26661052.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26655836</id>
	<title>Saving search</title>
	<published>2009-12-05T05:53:59Z</published>
	<updated>2009-12-05T05:53:59Z</updated>
	<author>
		<name>Michele Tameni</name>
	</author>
	<content type="html">Hi guys,
&lt;br&gt;I've found two bug, G#332299 [1] and G#325146 [2], on GNOME Bugzilla.
&lt;br&gt;I think that save search could be very useful for many user,
&lt;br&gt;especially with the ongoing tracker 0.7 integration.
&lt;br&gt;Atm save the search are very difficult [i don't know that i can
&lt;br&gt;already do it before reading the two bugs above], so i've looked a bit
&lt;br&gt;into the code for understand what i can do.
&lt;br&gt;&lt;br&gt;Possible places where a &amp;quot;Save search&amp;quot; are search bar (next to the text
&lt;br&gt;entry), or in the query builder.
&lt;br&gt;Add the button is not so difficult, but i see that the relevant code
&lt;br&gt;that do the save are located in file-manager/fm-directory-view.c .
&lt;br&gt;I really don't know anything about how-to-do-thing in nautilus and how
&lt;br&gt;things are organized, and i haven't so much time in this period for
&lt;br&gt;looking deep into the code, so someone point me in the right direction
&lt;br&gt;for obtain the wanted result?
&lt;br&gt;Also a patch like this are welcome?
&lt;br&gt;&lt;br&gt;Thanks a lot, hope that can i help a bit. :)
&lt;br&gt;Michele
&lt;br&gt;[1] &lt;a href=&quot;https://bugzilla.gnome.org/show_bug.cgi?id=332299&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://bugzilla.gnome.org/show_bug.cgi?id=332299&lt;/a&gt;&lt;br&gt;[2] &lt;a href=&quot;https://bugzilla.gnome.org/show_bug.cgi?id=325146&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://bugzilla.gnome.org/show_bug.cgi?id=325146&lt;/a&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;michele tameni
&lt;br&gt;-- 
&lt;br&gt;nautilus-list mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26655836&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;nautilus-list@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://mail.gnome.org/mailman/listinfo/nautilus-list&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://mail.gnome.org/mailman/listinfo/nautilus-list&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Saving-search-tp26655836p26655836.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26784224</id>
	<title>Re: Nautilus vs gnome-shell and the future</title>
	<published>2009-12-04T12:30:53Z</published>
	<updated>2009-12-04T12:30:53Z</updated>
	<author>
		<name>Brent Foor</name>
	</author>
	<content type="html">As far as a messy desktop goes I&amp;#39;m in the same boat. In fact that is one of the reasons i love the stack idea. the papers on my desktop ain&amp;#39;t evenly spaced out in a grid i pile related things together. basically I&amp;#39;m mentally tagging them. I love the idea of being able to lasso a group of files and have them stack on my desktop i could then tag making it basicly a sexy looking folder. If i want to see the files in the stack i click on them and the rest of the desktop darkens and my files explode out to a grid. i can also search for the tag in the overlay.&lt;br&gt;
&lt;br&gt;...at least thats how i imagine the stack idea.&lt;br&gt;&lt;br&gt;Foor&lt;br&gt;&lt;br&gt;&lt;div class=&quot;gmail_quote&quot;&gt;On Fri, Dec 4, 2009 at 12:35 PM, Cosimo Cecchi &lt;span dir=&quot;ltr&quot;&gt;&amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26784224&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;cosimoc@...&lt;/a&gt;&amp;gt;&lt;/span&gt; wrote:&lt;br&gt;
&lt;blockquote class=&quot;gmail_quote&quot; style=&quot;border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;&quot;&gt;On Fri, 2009-12-04 at 10:28 +0100, Alexander Larsson wrote:&lt;br&gt;
&lt;br&gt;
&amp;gt; As a start, here is what the gnome-shell design docs say on the desktop:&lt;br&gt;
&lt;br&gt;
[cut]&lt;br&gt;
&lt;br&gt;
Right, I already read that paragraph, and I do not completely agree with&lt;br&gt;
it. IRL, the top of my desk is as messy as my desktop, I&amp;#39;m fine with it,&lt;br&gt;
and I know many people who have even more mess on it, and are fine with&lt;br&gt;
it too ;)&lt;br&gt;
I don&amp;#39;t want to say that confusion should be a goal, but different&lt;br&gt;
people develop different mental patterns when it comes to look for&lt;br&gt;
things, and I think the desktop is a perfectly flexible space for this.&lt;br&gt;
&lt;br&gt;
Removing the ease to save files on the desktop seems a bit to me like&lt;br&gt;
forcing a pattern to people, and a waste of incredibly useful space&lt;br&gt;
(unless we are going to reintroduce something like Piles, but I&amp;#39;ll&lt;br&gt;
comment on that later on).&lt;br&gt;
Sure, we could do a lot better than we do now for people who want their&lt;br&gt;
desktop to be tidy (ensure we never overlap icons would be a good&lt;br&gt;
start :)), but these are just implementation bugs IMO.&lt;br&gt;
&lt;br&gt;
&amp;gt; Yes, its quick to reach, but so is the activities overview (press the&lt;br&gt;
&amp;gt; windows key or move the mouse to the top-left corner. It all depends on&lt;br&gt;
&amp;gt; why you want to reach the desktop. If its for something like launching&lt;br&gt;
&amp;gt; an app/location then doing that via the activities overview is as&lt;br&gt;
&amp;gt; efficient as the desktop (and its an advantage imho to only have one&lt;br&gt;
&amp;gt; consistent way to do this). So, this argument is only valid if you&amp;#39;re&lt;br&gt;
&amp;gt; doing something you can&amp;#39;t do on the activities overview.&lt;br&gt;
&lt;br&gt;
I agree with you for the application case (though I&amp;#39;d like even more a&lt;br&gt;
gnome-do-like launcher). I&amp;#39;m not so sure about opening documents. Recent&lt;br&gt;
files and files that are currently being saved on the desktop might&lt;br&gt;
conceptually overlap, but they do not always do. So, unless we&amp;#39;re going&lt;br&gt;
to have a storage-like place in the overview (which IMO brings to a&lt;br&gt;
problem, see some next paragraph), this is a big change in the&lt;br&gt;
interaction model.&lt;br&gt;
&lt;br&gt;
&amp;gt; It is very big, but its often covered and its limited in space (and thus&lt;br&gt;
&amp;gt; doesn&amp;#39;t scale). Its also problematic in that its fixed size changes when&lt;br&gt;
&amp;gt; the resolution changes meaning you might &amp;quot;lose&amp;quot; files when that&lt;br&gt;
&amp;gt; happens.&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt; The main advantage to the desktop is really that its a logical default&lt;br&gt;
&amp;gt; storage location for starting something and for temporary things that is&lt;br&gt;
&amp;gt; easy to reach. If we remove the desktop the likely place that things&lt;br&gt;
&amp;gt; like this would be done is the home directory, but thats not as nice as&lt;br&gt;
&amp;gt; its full of stuff thats always there, so you can&amp;#39;t easily clean it up or&lt;br&gt;
&amp;gt; get an overview of only the stuff you&amp;#39;ve temporarily created.&lt;br&gt;
&lt;br&gt;
Yes, I agree.&lt;br&gt;
&lt;br&gt;
&amp;gt; Ideally it should be as easy to reach these with gnome-shell as the&lt;br&gt;
&amp;gt; desktop, and if its not we should instead fix it. Using the activities&lt;br&gt;
&amp;gt; overview its pretty easy to reach a mounted volume as they are listed on&lt;br&gt;
&amp;gt; the left.&lt;br&gt;
&lt;br&gt;
I think this brings up another issue: considering that most of the space&lt;br&gt;
in the activities overview is taken by the workspaces view, we have to&lt;br&gt;
deal with a limited free room there. On my Thinkpad X60, which has a&lt;br&gt;
1024x768 resolution, the activities view looks quite crowded, and we&lt;br&gt;
have to carefully consider which things are worth to put in there.&lt;br&gt;
Having recent documents + applications + search + volumes + a file&lt;br&gt;
storage place seems too much to me. You could smartly hide/expand some&lt;br&gt;
items, but this implies more clicks for the user to reach a target. The&lt;br&gt;
desktop as it is now, instead, seems to nicely fit the purpose of&lt;br&gt;
showing volumes and working files.&lt;br&gt;
&lt;br&gt;
This could be an issue in netbooks as well, where a 1024x600 screen&lt;br&gt;
resolution seems to be standard.&lt;br&gt;
&lt;br&gt;
&amp;gt; However, for the case of a newly mounted volume we should probably&lt;br&gt;
&amp;gt; integrate with the shell notification system so that plugging in a cd&lt;br&gt;
&amp;gt; will show you some notification that this is now availible, letting you&lt;br&gt;
&amp;gt; quickly click on it to open the mounted location.&lt;br&gt;
&lt;br&gt;
Agreed. This is orthogonal to the desktop though IMHO.&lt;br&gt;
&lt;br&gt;
&amp;gt; I&amp;#39;m always worried about adding non-file things to the nautilus views. A&lt;br&gt;
&amp;gt; lot of people has historically used gnome-vfs modules + nautilus to&lt;br&gt;
&amp;gt; create &amp;quot;lists&amp;quot; of things (fonts, themes and whatnot). This is almost&lt;br&gt;
&amp;gt; always a bad idea. All of the nautilus UI is specialized at showing&lt;br&gt;
&amp;gt; files and their properties. And the operations available on items expect&lt;br&gt;
&amp;gt; them to generally act like normal files. Adding other types of objects&lt;br&gt;
&amp;gt; always leads to strange behaviour due to this. (Not to mention that a&lt;br&gt;
&amp;gt; custom list dialog could contain the special features needed to make&lt;br&gt;
&amp;gt; listing the new type of object better.)&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt; Additionally I think its kinda unexpected to open the file management&lt;br&gt;
&amp;gt; application and have its search return a preference dialog. Especially&lt;br&gt;
&amp;gt; with the new focus on &amp;quot;file management&amp;quot; rather than being a shell.&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt; However, it would be cool for instance to have the search results in&lt;br&gt;
&amp;gt; gnome-shell have a link in the &amp;quot;files&amp;quot; section of the results that&lt;br&gt;
&amp;gt; opened up a nautilus search.&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt; It would also be nice if the search result picked up things like custom&lt;br&gt;
&amp;gt; icons and emblems from nautilus. And if the files had context menus with&lt;br&gt;
&amp;gt; things like &amp;quot;open with other...&amp;quot;, and &amp;quot;show in file manager&amp;quot; operations.&lt;br&gt;
&lt;br&gt;
I agree with you here.&lt;br&gt;
&lt;br&gt;
&amp;gt; What do you think of my proposal about piles?&lt;br&gt;
&lt;br&gt;
I&amp;#39;m not a big fan of auto-hiding/sliding interfaces, and there&amp;#39;s already&lt;br&gt;
a near hot corner :)&lt;br&gt;
I&amp;#39;d rather either see them on the desktop itself, like a small file&lt;br&gt;
view, or in another keystroke-triggered layer over the applications, so&lt;br&gt;
you can easily DnD to/from them. Also, I have to think more about it,&lt;br&gt;
but we could associate them with a name and make it real folders on the&lt;br&gt;
filesystem (with symlinks?), under ~/Desktop, with a default one which&lt;br&gt;
is ~/Desktop itself.&lt;br&gt;
&lt;br&gt;
&amp;gt; &amp;gt; By the way, if we&amp;#39;re going to stop drawing the desktop, what would be&lt;br&gt;
&amp;gt; &amp;gt; drawn on it and who would be responsible for that?&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt; If nautilus just stops this then the default will be for&lt;br&gt;
&amp;gt; gnome-settings-daemon to set the desktop background and for X to render&lt;br&gt;
&amp;gt; it. However, if gnome-shell instead managed it we could do nice things&lt;br&gt;
&amp;gt; like having different backgrounds for different workspaces.&lt;br&gt;
&lt;br&gt;
I think I did not make myself understood with my last question: what&lt;br&gt;
would be on the desktop after Nautilus stops drawing it? Would it just&lt;br&gt;
be empty?&lt;br&gt;
By the way, there&amp;#39;s a patchset for libgnome/Nautilus to handle different&lt;br&gt;
backgrounds right now :)&lt;br&gt;
&lt;br&gt;
Cheers,&lt;br&gt;
&lt;br&gt;
Cosimo&lt;br&gt;
&lt;br&gt;
_______________________________________________&lt;br&gt;
gnome-shell-list mailing list&lt;br&gt;
&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26784224&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;gnome-shell-list@...&lt;/a&gt;&lt;br&gt;
&lt;a href=&quot;http://mail.gnome.org/mailman/listinfo/gnome-shell-list&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://mail.gnome.org/mailman/listinfo/gnome-shell-list&lt;/a&gt;&lt;br&gt;
&lt;/blockquote&gt;&lt;/div&gt;&lt;br&gt;
&lt;br /&gt;-- 
&lt;br&gt;nautilus-list mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26784224&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;nautilus-list@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://mail.gnome.org/mailman/listinfo/nautilus-list&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://mail.gnome.org/mailman/listinfo/nautilus-list&lt;/a&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Nautilus-vs-gnome-shell-and-the-future-tp26610438p26784224.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26648442</id>
	<title>Re: User home and Desktop folder; position in Places sidebar</title>
	<published>2009-12-04T12:04:23Z</published>
	<updated>2009-12-04T12:04:23Z</updated>
	<author>
		<name>David Siegel-5</name>
	</author>
	<content type="html">On Fri, 2009-12-04 at 11:50 +1100, Paul Trevethan wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; On Thu, 03 Dec 2009 17:37:22 -0600
&lt;br&gt;&amp;gt; David Siegel &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26648442&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;djsiegel@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; &amp;gt; In the Nautilus Places sidebar, why are my Home folder and Desktop
&lt;br&gt;&amp;gt; &amp;gt; folder with the disks, and not with my other bookmarked folders, as they
&lt;br&gt;&amp;gt; &amp;gt; are in the Places menu? From a user's perspective, these are just
&lt;br&gt;&amp;gt; &amp;gt; folders containing their stuff. How do we justify this placement to
&lt;br&gt;&amp;gt; &amp;gt; users?
&lt;br&gt;&amp;gt; &amp;gt; 
&lt;br&gt;&amp;gt; &amp;gt; &lt;a href=&quot;http://img171.imageshack.us/img171/5161/screenshotli.png&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://img171.imageshack.us/img171/5161/screenshotli.png&lt;/a&gt;&lt;br&gt;&amp;gt; &amp;gt; 
&lt;br&gt;&amp;gt; &amp;gt; 
&lt;br&gt;&amp;gt; &amp;gt; (Left screen shot depicts current state of affairs; right mockup depicts
&lt;br&gt;&amp;gt; &amp;gt; the change I'd like to discuss.)
&lt;br&gt;&amp;gt; &amp;gt; 
&lt;br&gt;&amp;gt; &amp;gt; David
&lt;br&gt;&amp;gt; &amp;gt; 
&lt;br&gt;&amp;gt; &amp;gt; 
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; I would think it has something to do with the fact that the existence of these
&lt;br&gt;&amp;gt; two folders is 'system' generated &amp; controlled, whereas the others are purely
&lt;br&gt;&amp;gt; 'user' options.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Just a thought.
&lt;br&gt;&amp;gt; Paul.
&lt;/div&gt;&lt;br&gt;I am mostly concerned about what the user thinks of the positioning, and
&lt;br&gt;not why HOME or Desktop are special cases in terms of not being
&lt;br&gt;removable, or being placed there by the system.
&lt;br&gt;&lt;br&gt;My intuition is that users view the items above the separator as &amp;quot;disks and
&lt;br&gt;system stuff&amp;quot; and the items below the separator as &amp;quot;my stuff&amp;quot;. I
&lt;br&gt;think it's not controversial that most users consider Home and Desktop as &amp;quot;my stuff&amp;quot;,
&lt;br&gt;so placing them in the top section, instead of near Documents, for example, is confusing.
&lt;br&gt;To test, ask a lay user &amp;quot;do your home folder and desktop folder belong with your documents
&lt;br&gt;and photos folders, or with your disks and trash; keep in mind that you cannot delete your
&lt;br&gt;home folder.&amp;quot; I'm willing to bet that users will choose the former.
&lt;br&gt;&lt;br&gt;Of course, Hilke's solution is great (&lt;a href=&quot;http://www.bomahy.nl/hylke/blog/clutter-in-nautilus-sidebar/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.bomahy.nl/hylke/blog/clutter-in-nautilus-sidebar/&lt;/a&gt;)
&lt;br&gt;because it makes the groups explicit by labeling them, but this looks like more work than
&lt;br&gt;simply moving Home and Desktop to the bookmarks section.
&lt;br&gt;&lt;br&gt;David 
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;nautilus-list mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26648442&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;nautilus-list@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://mail.gnome.org/mailman/listinfo/nautilus-list&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://mail.gnome.org/mailman/listinfo/nautilus-list&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/User-home-and-Desktop-folder--position-in-Places-sidebar-tp26635213p26648442.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26646236</id>
	<title>Re: Nautilus vs gnome-shell and the future</title>
	<published>2009-12-04T09:41:00Z</published>
	<updated>2009-12-04T09:41:00Z</updated>
	<author>
		<name>Marcus Carlson-6</name>
	</author>
	<content type="html">Cosimo Cecchi skrev:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; On Fri, 2009-12-04 at 12:09 +0100, Alexander Larsson wrote:
&lt;br&gt;&amp;gt; &amp;nbsp; 
&lt;br&gt;&amp;gt;&amp;gt; On Fri, 2009-12-04 at 10:37 +0100, John Stowers wrote:
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; This is a slight change in focus for nautilus, as its now to a
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; larger
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; degree used when the user wants to do more complex file
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; operations. I think with this we can feel more confident that
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; for instance the split-view branch would fit better into
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; nautilus. Another thing is that we have more screen space now by
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; default, which I'd like to use to do a more expressive UI. 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; Speaking of UI changes, it would be great to see Cosimo's toolbar
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; editor
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; branch [1], or something similar, make it into the default install.
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; This
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; would hopefully allow uses of nautilus like [2].
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; John
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; [1] &lt;a href=&quot;http://github.com/cosimoc/nautilus/tree/toolbareditor&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://github.com/cosimoc/nautilus/tree/toolbareditor&lt;/a&gt;&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; [2] &lt;a href=&quot;http://davidsiegel.org/nautilus-simplified/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://davidsiegel.org/nautilus-simplified/&lt;/a&gt;&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;gt;&amp;gt; Yes, i'm interested in getting this in and looking at simplify the
&lt;br&gt;&amp;gt;&amp;gt; default toolbars. However, i have not gotten a ping from cosimoc that
&lt;br&gt;&amp;gt;&amp;gt; the changes are ready for review yet, so i haven't looked at it. (In
&lt;br&gt;&amp;gt;&amp;gt; fact, last i asked it was not ready.)
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; (Note that most of the initial code for this has been written by Marcus
&lt;br&gt;&amp;gt; Carlson, so credits go to him first :))
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; 
&lt;/div&gt;Actually the credit should go to Christian Neumair who did the really 
&lt;br&gt;initial code - I just brought it up to date :)
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; It's still not ready for review, and honestly I don't think I will have
&lt;br&gt;&amp;gt; time to work on it during this cycle, as I'm deep into my university
&lt;br&gt;&amp;gt; thesis.
&lt;br&gt;&amp;gt; John, if you or anyone else want to jump in and help with the code,
&lt;br&gt;&amp;gt; that's obviously appreciated and warmly welcomed!
&lt;br&gt;&amp;gt; So, if any of you is interested in working on this, feel free to ping me
&lt;br&gt;&amp;gt; on IRC or by mail for an overview of the changes that still needs to be
&lt;br&gt;&amp;gt; done.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; 
&lt;/div&gt;I'd like to help out, but I didn't have enough skills last time to pull 
&lt;br&gt;i through - but maybe with some help...?
&lt;br&gt;&lt;br&gt;M
&lt;br&gt;&amp;gt; Cheers,
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Cosimo
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; 
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;nautilus-list mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26646236&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;nautilus-list@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://mail.gnome.org/mailman/listinfo/nautilus-list&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://mail.gnome.org/mailman/listinfo/nautilus-list&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Nautilus-vs-gnome-shell-and-the-future-tp26610438p26646236.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26646154</id>
	<title>Re: Nautilus vs gnome-shell and the future</title>
	<published>2009-12-04T09:35:48Z</published>
	<updated>2009-12-04T09:35:48Z</updated>
	<author>
		<name>Cosimo Cecchi-2</name>
	</author>
	<content type="html">On Fri, 2009-12-04 at 10:28 +0100, Alexander Larsson wrote:
&lt;br&gt;&lt;br&gt;&amp;gt; As a start, here is what the gnome-shell design docs say on the desktop:
&lt;br&gt;&lt;br&gt;[cut]
&lt;br&gt;&lt;br&gt;Right, I already read that paragraph, and I do not completely agree with
&lt;br&gt;it. IRL, the top of my desk is as messy as my desktop, I'm fine with it,
&lt;br&gt;and I know many people who have even more mess on it, and are fine with
&lt;br&gt;it too ;)
&lt;br&gt;I don't want to say that confusion should be a goal, but different
&lt;br&gt;people develop different mental patterns when it comes to look for
&lt;br&gt;things, and I think the desktop is a perfectly flexible space for this. 
&lt;br&gt;&lt;br&gt;Removing the ease to save files on the desktop seems a bit to me like
&lt;br&gt;forcing a pattern to people, and a waste of incredibly useful space
&lt;br&gt;(unless we are going to reintroduce something like Piles, but I'll
&lt;br&gt;comment on that later on).
&lt;br&gt;Sure, we could do a lot better than we do now for people who want their
&lt;br&gt;desktop to be tidy (ensure we never overlap icons would be a good
&lt;br&gt;start :)), but these are just implementation bugs IMO.
&lt;br&gt;&lt;br&gt;&amp;gt; Yes, its quick to reach, but so is the activities overview (press the
&lt;br&gt;&amp;gt; windows key or move the mouse to the top-left corner. It all depends on
&lt;br&gt;&amp;gt; why you want to reach the desktop. If its for something like launching
&lt;br&gt;&amp;gt; an app/location then doing that via the activities overview is as
&lt;br&gt;&amp;gt; efficient as the desktop (and its an advantage imho to only have one
&lt;br&gt;&amp;gt; consistent way to do this). So, this argument is only valid if you're
&lt;br&gt;&amp;gt; doing something you can't do on the activities overview.
&lt;br&gt;&lt;br&gt;I agree with you for the application case (though I'd like even more a
&lt;br&gt;gnome-do-like launcher). I'm not so sure about opening documents. Recent
&lt;br&gt;files and files that are currently being saved on the desktop might
&lt;br&gt;conceptually overlap, but they do not always do. So, unless we're going
&lt;br&gt;to have a storage-like place in the overview (which IMO brings to a
&lt;br&gt;problem, see some next paragraph), this is a big change in the
&lt;br&gt;interaction model. 
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; It is very big, but its often covered and its limited in space (and thus
&lt;br&gt;&amp;gt; doesn't scale). Its also problematic in that its fixed size changes when
&lt;br&gt;&amp;gt; the resolution changes meaning you might &amp;quot;lose&amp;quot; files when that
&lt;br&gt;&amp;gt; happens. 
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; The main advantage to the desktop is really that its a logical default
&lt;br&gt;&amp;gt; storage location for starting something and for temporary things that is
&lt;br&gt;&amp;gt; easy to reach. If we remove the desktop the likely place that things
&lt;br&gt;&amp;gt; like this would be done is the home directory, but thats not as nice as
&lt;br&gt;&amp;gt; its full of stuff thats always there, so you can't easily clean it up or
&lt;br&gt;&amp;gt; get an overview of only the stuff you've temporarily created.
&lt;/div&gt;&lt;br&gt;Yes, I agree.
&lt;br&gt;&lt;br&gt;&amp;gt; Ideally it should be as easy to reach these with gnome-shell as the
&lt;br&gt;&amp;gt; desktop, and if its not we should instead fix it. Using the activities
&lt;br&gt;&amp;gt; overview its pretty easy to reach a mounted volume as they are listed on
&lt;br&gt;&amp;gt; the left. 
&lt;br&gt;&lt;br&gt;I think this brings up another issue: considering that most of the space
&lt;br&gt;in the activities overview is taken by the workspaces view, we have to
&lt;br&gt;deal with a limited free room there. On my Thinkpad X60, which has a
&lt;br&gt;1024x768 resolution, the activities view looks quite crowded, and we
&lt;br&gt;have to carefully consider which things are worth to put in there.
&lt;br&gt;Having recent documents + applications + search + volumes + a file
&lt;br&gt;storage place seems too much to me. You could smartly hide/expand some
&lt;br&gt;items, but this implies more clicks for the user to reach a target. The
&lt;br&gt;desktop as it is now, instead, seems to nicely fit the purpose of
&lt;br&gt;showing volumes and working files.
&lt;br&gt;&lt;br&gt;This could be an issue in netbooks as well, where a 1024x600 screen
&lt;br&gt;resolution seems to be standard. 
&lt;br&gt;&lt;br&gt;&amp;gt; However, for the case of a newly mounted volume we should probably
&lt;br&gt;&amp;gt; integrate with the shell notification system so that plugging in a cd
&lt;br&gt;&amp;gt; will show you some notification that this is now availible, letting you
&lt;br&gt;&amp;gt; quickly click on it to open the mounted location.
&lt;br&gt;&lt;br&gt;Agreed. This is orthogonal to the desktop though IMHO.
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; I'm always worried about adding non-file things to the nautilus views. A
&lt;br&gt;&amp;gt; lot of people has historically used gnome-vfs modules + nautilus to
&lt;br&gt;&amp;gt; create &amp;quot;lists&amp;quot; of things (fonts, themes and whatnot). This is almost
&lt;br&gt;&amp;gt; always a bad idea. All of the nautilus UI is specialized at showing
&lt;br&gt;&amp;gt; files and their properties. And the operations available on items expect
&lt;br&gt;&amp;gt; them to generally act like normal files. Adding other types of objects
&lt;br&gt;&amp;gt; always leads to strange behaviour due to this. (Not to mention that a
&lt;br&gt;&amp;gt; custom list dialog could contain the special features needed to make
&lt;br&gt;&amp;gt; listing the new type of object better.)
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Additionally I think its kinda unexpected to open the file management
&lt;br&gt;&amp;gt; application and have its search return a preference dialog. Especially
&lt;br&gt;&amp;gt; with the new focus on &amp;quot;file management&amp;quot; rather than being a shell.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; However, it would be cool for instance to have the search results in
&lt;br&gt;&amp;gt; gnome-shell have a link in the &amp;quot;files&amp;quot; section of the results that
&lt;br&gt;&amp;gt; opened up a nautilus search.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; It would also be nice if the search result picked up things like custom
&lt;br&gt;&amp;gt; icons and emblems from nautilus. And if the files had context menus with
&lt;br&gt;&amp;gt; things like &amp;quot;open with other...&amp;quot;, and &amp;quot;show in file manager&amp;quot; operations.
&lt;/div&gt;&lt;br&gt;I agree with you here.
&lt;br&gt;&lt;br&gt;&amp;gt; What do you think of my proposal about piles?
&lt;br&gt;&lt;br&gt;I'm not a big fan of auto-hiding/sliding interfaces, and there's already
&lt;br&gt;a near hot corner :)
&lt;br&gt;I'd rather either see them on the desktop itself, like a small file
&lt;br&gt;view, or in another keystroke-triggered layer over the applications, so
&lt;br&gt;you can easily DnD to/from them. Also, I have to think more about it,
&lt;br&gt;but we could associate them with a name and make it real folders on the
&lt;br&gt;filesystem (with symlinks?), under ~/Desktop, with a default one which
&lt;br&gt;is ~/Desktop itself. 
&lt;br&gt;&lt;br&gt;&amp;gt; &amp;gt; By the way, if we're going to stop drawing the desktop, what would be
&lt;br&gt;&amp;gt; &amp;gt; drawn on it and who would be responsible for that?
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; If nautilus just stops this then the default will be for
&lt;br&gt;&amp;gt; gnome-settings-daemon to set the desktop background and for X to render
&lt;br&gt;&amp;gt; it. However, if gnome-shell instead managed it we could do nice things
&lt;br&gt;&amp;gt; like having different backgrounds for different workspaces.
&lt;br&gt;&lt;br&gt;I think I did not make myself understood with my last question: what
&lt;br&gt;would be on the desktop after Nautilus stops drawing it? Would it just
&lt;br&gt;be empty?
&lt;br&gt;By the way, there's a patchset for libgnome/Nautilus to handle different
&lt;br&gt;backgrounds right now :)
&lt;br&gt;&lt;br&gt;Cheers,
&lt;br&gt;&lt;br&gt;Cosimo
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;nautilus-list mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26646154&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;nautilus-list@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://mail.gnome.org/mailman/listinfo/nautilus-list&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://mail.gnome.org/mailman/listinfo/nautilus-list&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Nautilus-vs-gnome-shell-and-the-future-tp26610438p26646154.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26642846</id>
	<title>Re: Nautilus vs gnome-shell and the future</title>
	<published>2009-12-04T05:54:37Z</published>
	<updated>2009-12-04T05:54:37Z</updated>
	<author>
		<name>John Stowers</name>
	</author>
	<content type="html">&lt;br&gt;&amp;gt; John, if you or anyone else want to jump in and help with the code,
&lt;br&gt;&amp;gt; that's obviously appreciated and warmly welcomed!
&lt;br&gt;&lt;br&gt;OK thanks, I might take a look. I am still slowly hacking on my nautilus
&lt;br&gt;coverflow branch [1][2] but will try to find some time.
&lt;br&gt;&lt;br&gt;John
&lt;br&gt;&lt;br&gt;[1] &lt;a href=&quot;http://github.com/nzjrs/nautilus&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://github.com/nzjrs/nautilus&lt;/a&gt;&lt;br&gt;[2] &lt;a href=&quot;http://github.com/nzjrs/nautilus/tree/liststore&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://github.com/nzjrs/nautilus/tree/liststore&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;nautilus-list mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26642846&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;nautilus-list@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://mail.gnome.org/mailman/listinfo/nautilus-list&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://mail.gnome.org/mailman/listinfo/nautilus-list&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Nautilus-vs-gnome-shell-and-the-future-tp26610438p26642846.html" />
</entry>

</feed>
