From pauljohn@ukans.edu Received: (qmail 29658 invoked from network); 6 May 1998 15:58:06 -0000 Received: from lark.cc.ukans.edu (@129.237.34.2) by mail2.redhat.com with SMTP; 6 May 1998 15:58:06 -0000 Received: from ukans.edu by lark.cc.ukans.edu (8.8.7/1.1.8.2/12Jan95-0207PM) id KAA0000021069; Wed, 6 May 1998 10:57:51 -0500 (CDT) From: <pauljohn@ukans.edu> Message-Id: <199805061557.KAA0000021069@lark.cc.ukans.edu> Date: Wed, 6 May 1998 10:56:04 -0500 (CDT) Subject: Re: Icons on the desktop To: gnome-list@gnome.org In-Reply-To: <001c01bd78d6$60e81980$4545a8c0@hettar> MIME-Version: 1.0 Content-Type: TEXT/plain; CHARSET=US-ASCII In this icons thread, I've not seen anyone make the point that one can have icons on the desktop either as supported by a file-manager shell (such as gmc, kfm, DFM, or other like programs) or by the window manager itself. With WindowMaker, for example, there is the ability to "dock" icons to a floating object formerly called "fiend". I respect all the hard work you people put into coding this and I certainly cannot do it myself. Looking at gmc, I have to say I wonder why the designers did not look at other programs like DFM, which are already almost done and do the same thing. It seems to me that grafting MC to do this job was going the hard way. The Linux Explorer might also have been a better example to work against. What's lacking in gmc? Little things like indicators of used and available disk space. The selection of multiple files seems strange to me (highlight 3, get 2). DFM deals with the icons on the background problem by creating a "clear layer" of objects on top of the background but underneath opened applications, incidentally. -- Paul E. Johnson email: pauljohn@ukans.edu Dept. of Political Science http://lark.cc.ukans.edu/~pauljohn University of Kansas Office: (913) 864-9086 Lawrence, Kansas 66045 FAX: (913) 864-5700
From miguel@nuclecu.unam.mx Received: (qmail 18026 invoked from network); 6 May 1998 17:31:55 -0000 Received: from athena.nuclecu.unam.mx (132.248.29.9) by mail2.redhat.com with SMTP; 6 May 1998 17:31:55 -0000 Received: (from miguel@localhost) by athena.nuclecu.unam.mx (8.8.7/8.8.7) id MAA19514; Wed, 6 May 1998 12:30:51 -0500 Date: Wed, 6 May 1998 12:30:51 -0500 Message-Id: <199805061730.MAA19514@athena.nuclecu.unam.mx> From: Miguel de Icaza <miguel@nuclecu.unam.mx> To: pauljohn@ukans.edu CC: gnome-list@gnome.org In-reply-to: <199805061557.KAA0000021069@lark.cc.ukans.edu> (pauljohn@ukans.edu) Subject: Re: Icons on the desktop X-FileLength: are infinite where infinity is set to 255 characters > I respect all the hard work you people put into coding this and I > certainly cannot do it myself. Looking at gmc, I have to say I wonder > why the designers did not look at other programs like DFM, which are > already almost done and do the same thing. It seems to me that > grafting MC to do this job was going the hard way. The Linux Explorer > might also have been a better example to work against. Several reasons: 1. The file manager needs to use the Gtk toolkit and the Gnome libraries. Any existing file manager had to be ported to do this task. 2. Feature-wise and power-wise I have yet to see a file manager more powerful than MC in the Linux world. Adding desktop extensions was an easy task compared to adding the features mc had to other file managers. 3. MC had already been ported to XView and Tk before, so the Gtk port was just another port (it happens to be the most clean port and the port that cleaned up a lot of the code though). Now, can you tell me which are those DFM features and Linux Explorer features that you miss? Write a complete list of those and mail that to the list. Best wishes, Miguel.
From hettar@uq.net.au Received: (qmail 20477 invoked from network); 7 May 1998 10:55:28 -0000 Received: from fox.uq.net.au (HELO uq.net.au) (root@203.101.255.1) by mail2.redhat.com with SMTP; 7 May 1998 10:55:28 -0000 Received: from hettar (HeTTaR@zzmeaton.dialin.uq.net.au [203.101.228.67]) by uq.net.au (8.8.8/8.8.8) with SMTP id UAA21372 for <gnome-list@gnome.org>; Thu, 7 May 1998 20:55:20 +1000 (GMT+1000) Message-ID: <001e01bd79a6$a0b09120$4545a8c0@hettar> From: "Mark Eaton (HeTTaR)" <hettar@uq.net.au> To: "Gnome List" <gnome-list@gnome.org> Subject: GMC and Features I miss was (Re: Icons on the desktop) Date: Thu, 7 May 1998 20:55:18 +1000 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 4.72.2106.4 X-MimeOLE: Produced By Microsoft MimeOLE V4.72.2106.4 ok well I will probably get flamed for this but I miss having a tree view ala windows explorer. It is Soooo convienient if you have to move files around. I like to be able to sort files by size type etc. the select is mega weird. it always selects on less than you think it is. apart from that it is pretty cool :) HeTTaR M & D Eaton hettar@uq.net.au ICQ 1779385 ... -----Original Message----- From: Miguel de Icaza <miguel@nuclecu.unam.mx> To: pauljohn@ukans.edu <pauljohn@ukans.edu> Cc: gnome-list@gnome.org <gnome-list@gnome.org> Date: Thursday, 7 May 1998 3:34 am Subject: Re: Icons on the desktop > I respect all the hard work you people put into coding this and I > certainly cannot do it myself. Looking at gmc, I have to say I wonder > why the designers did not look at other programs like DFM, which are > already almost done and do the same thing. It seems to me that > grafting MC to do this job was going the hard way. The Linux Explorer > might also have been a better example to work against. Several reasons: 1. The file manager needs to use the Gtk toolkit and the Gnome libraries. Any existing file manager had to be ported to do this task. 2. Feature-wise and power-wise I have yet to see a file manager more powerful than MC in the Linux world. Adding desktop extensions was an easy task compared to adding the features mc had to other file managers. 3. MC had already been ported to XView and Tk before, so the Gtk port was just another port (it happens to be the most clean port and the port that cleaned up a lot of the code though). Now, can you tell me which are those DFM features and Linux Explorer features that you miss? Write a complete list of those and mail that to the list. Best wishes, Miguel. -- To unsubscribe: mail gnome-list-request@gnome.org with "unsubscribe" as the Subject.
From miguel@nuclecu.unam.mx Received: (qmail 19521 invoked from network); 7 May 1998 15:08:00 -0000 Received: from athena.nuclecu.unam.mx (132.248.29.9) by mail2.redhat.com with SMTP; 7 May 1998 15:08:00 -0000 Received: (from miguel@localhost) by athena.nuclecu.unam.mx (8.8.7/8.8.7) id KAA02202; Thu, 7 May 1998 10:07:43 -0500 Date: Thu, 7 May 1998 10:07:43 -0500 Message-Id: <199805071507.KAA02202@athena.nuclecu.unam.mx> From: Miguel de Icaza <miguel@nuclecu.unam.mx> To: hettar@uq.net.au CC: gnome-list@gnome.org In-reply-to: <001e01bd79a6$a0b09120$4545a8c0@hettar> Subject: Re: GMC and Features I miss was (Re: Icons on the desktop) X-Mexico: Este es un pais de orates, un pais amateur. First of all, gmc is not finished. For a list of known items that I want to address on the gnome port, look in mc/gnome/gnome.TODO file. > ok well I will probably get flamed for this but I miss having a tree view > ala windows explorer. It is Soooo convienient if you have to move files > around. This is on the existing TODO. > I like to be able to sort files by size type etc. Tried the "Window/Sort order" menu? Or just click on the column titles. > the select is mega weird. it always selects on less than you think > it is. apart from that it is pretty cool :) Yes, I know. Checkout the latest version, this has changed a little now, it should be *a little bit* better. Miguel.
From redhat@frostnet.coso.com Received: (qmail 364 invoked from network); 7 May 1998 20:53:14 -0000 Received: from tnt1-236.hiwaay.net (HELO pooh.frostnet.net) (redhat@208.147.147.236) by mail2.redhat.com with SMTP; 7 May 1998 20:53:14 -0000 Received: from localhost (redhat@localhost) by pooh.frostnet.net (8.8.7/8.8.7) with SMTP id PAA10620; Thu, 7 May 1998 15:52:24 -0500 Date: Thu, 7 May 1998 15:52:24 -0500 (CDT) From: Chris Frost <redhat@frostnet.coso.com> X-Sender: redhat@pooh.frostnet.net Reply-To: chris@frostnet.coso.com To: Miguel de Icaza <miguel@nuclecu.unam.mx> cc: hettar@uq.net.au, gnome-list@gnome.org Subject: Re: GMC and Features I miss was (Re: Icons on the desktop) In-Reply-To: <199805071507.KAA02202@athena.nuclecu.unam.mx> Message-ID: <Pine.LNX.3.96.980507155127.10526C-100000@pooh.frostnet.net> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII On Thu, 7 May 1998, Miguel de Icaza wrote: > Yes, I know. Checkout the latest version, this has changed a little > now, it should be *a little bit* better. The latest version eats 100% of my cpu after a minute or so, is it supposed to do this? ;-) Seriously, is this just affecting me, or others (I used the rpm's from gnome.org). Chris
From pancho@nuclecu.unam.mx Received: (qmail 25205 invoked from network); 8 May 1998 00:32:05 -0000 Received: from cs4-32.modems.unam.mx (HELO unam.mx) (132.248.64.32) by mail2.redhat.com with SMTP; 8 May 1998 00:32:05 -0000 Received: (from pancho@localhost) by unam.mx (8.8.7/8.8.7) id TAA01390; Thu, 7 May 1998 19:36:34 -0500 Date: Thu, 7 May 1998 19:36:34 -0500 Message-Id: <199805080036.TAA01390@unam.mx> From: Francisco Bustamante <pancho@nuclecu.unam.mx> To: chris@frostnet.coso.com CC: gnome-list@gnome.org In-reply-to: <Pine.LNX.3.96.980507155127.10526C-100000@pooh.frostnet.net> (message from Chris Frost on Thu, 7 May 1998 15:52:24 -0500 (CDT)) Subject: Re: GMC and Features I miss was (Re: Icons on the desktop) Reply-to: pancho@nuclecu.unam.mx References: <Pine.LNX.3.96.980507155127.10526C-100000@pooh.frostnet.net> > > Yes, I know. Checkout the latest version, this has changed a little > > now, it should be *a little bit* better. > The latest version eats 100% of my cpu after a minute or so, is it > supposed to do this? ;-) Seriously, is this just affecting me, or others > (I used the rpm's from gnome.org). I had a similar problem with gmc that I solved deleting ~/desktop You probably have a previous install. Bit
From chris@frostnet.coso.com Received: (qmail 2456 invoked from network); 8 May 1998 01:20:48 -0000 Received: from tnt1-236.hiwaay.net (HELO pooh.frostnet.net) (chris@208.147.147.236) by mail2.redhat.com with SMTP; 8 May 1998 01:20:48 -0000 Received: from localhost (chris@localhost) by pooh.frostnet.net (8.8.7/8.8.7) with SMTP id UAA15630; Thu, 7 May 1998 20:20:26 -0500 Date: Thu, 7 May 1998 20:20:26 -0500 (CDT) From: Chris Frost <chris@frostnet.coso.com> X-Sender: chris@pooh.frostnet.net To: Francisco Bustamante <pancho@nuclecu.unam.mx> cc: gnome-list@gnome.org Subject: Re: GMC and Features I miss was (Re: Icons on the desktop) In-Reply-To: <199805080036.TAA01390@unam.mx> Message-ID: <Pine.LNX.3.96.980507201927.15616A-100000@pooh.frostnet.net> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII No, this is my first install of gnome. I deleted ~/desktop and started gnome-session, but it still ate 100% cpu. *But* I started panel and then gmc (not gnome-session) and things look ok now! Chris
From tromey@creche.cygnus.com Received: (qmail 15440 invoked from network); 8 May 1998 05:32:44 -0000 Received: from creche.cygnus.com (192.203.188.26) by mail2.redhat.com with SMTP; 8 May 1998 05:32:44 -0000 Received: (from tromey@localhost) by creche.cygnus.com (8.7.6/8.7.3) id XAA07619; Thu, 7 May 1998 23:32:16 -0600 Sender: tromey@creche.cygnus.com To: Chris Frost <chris@frostnet.coso.com> Cc: Francisco Bustamante <pancho@nuclecu.unam.mx>, gnome-list@gnome.org Subject: Re: GMC and Features I miss was (Re: Icons on the desktop) References: <Pine.LNX.3.96.980507201927.15616A-100000@pooh.frostnet.net> X-Zippy: Yow! And then we could sit on the hoods of cars at stop lights! X-Attribution: Tom BCC: Reply-To: tromey@cygnus.com From: Tom Tromey <tromey@cygnus.com> Date: 07 May 1998 23:32:15 -0600 In-Reply-To: Chris Frost's message of Thu, 7 May 1998 20:20:26 -0500 (CDT) Message-ID: <m1wwbxmiow.fsf@creche.cygnus.com> Lines: 13 X-Mailer: Red Gnus v0.34/Emacs 19.34 Chris> No, this is my first install of gnome. I deleted ~/desktop and Chris> started gnome-session, but it still ate 100% cpu. *But* I Chris> started panel and then gmc (not gnome-session) and things look Chris> ok now! Which gnome-session did you try? It used to have a cpu-sucking bug, but I believe that is now fixed. If there is another one, I'd appreciate getting some idea of what it is, or how to reproduce it. Just running gnome-session works fine for me. Tom
From chris@frostnet.coso.com Received: (qmail 16252 invoked from network); 8 May 1998 11:01:17 -0000 Received: from tnt1-236.hiwaay.net (HELO pooh.frostnet.net) (chris@208.147.147.236) by mail2.redhat.com with SMTP; 8 May 1998 11:01:17 -0000 Received: from localhost (chris@localhost) by pooh.frostnet.net (8.8.7/8.8.7) with SMTP id GAA25627; Fri, 8 May 1998 06:01:02 -0500 Date: Fri, 8 May 1998 06:01:01 -0500 (CDT) From: Chris Frost <chris@frostnet.coso.com> X-Sender: chris@pooh.frostnet.net To: Tom Tromey <tromey@cygnus.com> cc: Francisco Bustamante <pancho@nuclecu.unam.mx>, gnome-list@gnome.org Subject: Re: GMC and Features I miss was (Re: Icons on the desktop) In-Reply-To: <m1wwbxmiow.fsf@creche.cygnus.com> Message-ID: <Pine.LNX.3.96.980508055937.25530A-100000@pooh.frostnet.net> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII I'm running gnome 1998050211 right now. Again, I can run gmc and panel w/o the problem, but gnome-session shoots up to 100%. Chris
From tromey@creche.cygnus.com Received: (qmail 25788 invoked from network); 8 May 1998 15:59:47 -0000 Received: from creche.cygnus.com (192.203.188.26) by mail2.redhat.com with SMTP; 8 May 1998 15:59:47 -0000 Received: (from tromey@localhost) by creche.cygnus.com (8.7.6/8.7.3) id JAA27159; Fri, 8 May 1998 09:59:19 -0600 Sender: tromey@creche.cygnus.com To: Chris Frost <chris@frostnet.coso.com> Cc: Tom Tromey <tromey@cygnus.com>, Francisco Bustamante <pancho@nuclecu.unam.mx>, gnome-list@gnome.org Subject: Re: GMC and Features I miss was (Re: Icons on the desktop) References: <Pine.LNX.3.96.980508055937.25530A-100000@pooh.frostnet.net> X-Zippy: This ASEXUAL PIG really BOILS my BLOOD... He's so..so.....URGENT!! X-Attribution: Tom BCC: Reply-To: tromey@cygnus.com From: Tom Tromey <tromey@cygnus.com> Date: 08 May 1998 09:59:17 -0600 In-Reply-To: Chris Frost's message of Fri, 8 May 1998 06:01:01 -0500 (CDT) Message-ID: <m1somkrbxm.fsf@creche.cygnus.com> Lines: 10 X-Mailer: Red Gnus v0.34/Emacs 19.34 Chris> I'm running gnome 1998050211 right now. Chris> Again, I can run gmc and panel w/o the problem, but Chris> gnome-session shoots up to 100%. According to the ChangeLog, my bug fix for this went in on May 3. So presumably if you get a newer version you won't see this problem any more. Tom
From miguel@nuclecu.unam.mx Received: (qmail 1046 invoked from network); 8 May 1998 17:54:51 -0000 Received: from athena.nuclecu.unam.mx (132.248.29.9) by mail2.redhat.com with SMTP; 8 May 1998 17:54:51 -0000 Received: (from miguel@localhost) by athena.nuclecu.unam.mx (8.8.7/8.8.7) id MAA25289; Fri, 8 May 1998 12:53:54 -0500 Date: Fri, 8 May 1998 12:53:54 -0500 Message-Id: <199805081753.MAA25289@athena.nuclecu.unam.mx> From: Miguel de Icaza <miguel@nuclecu.unam.mx> To: chris@frostnet.coso.com CC: tromey@cygnus.com, pancho@nuclecu.unam.mx, gnome-list@gnome.org In-reply-to: <Pine.LNX.3.96.980508055937.25530A-100000@pooh.frostnet.net> (message from Chris Frost on Fri, 8 May 1998 06:01:01 -0500 (CDT)) Subject: Re: GMC and Features I miss was (Re: Icons on the desktop) X-Windows: The joke that kills. > I'm running gnome 1998050211 right now. > > Again, I can run gmc and panel w/o the problem, but gnome-session shoots > up to 100%. That is probably the source of the problem. Isnt' t there a more recent snapshot? Miguel.