----Original Message----- From: gnome-list-admin@xxxxxxxxx [mailto:gnome-list-admin@xxxxxxxxx]On Behalf Of gnome-list-request@xxxxxxxxx Sent: Friday, October 03, 2003 12:00 AM To: gnome-list@xxxxxxxxx Subject: gnome-list digest, Vol 1 #1575 - 6 msgs Send gnome-list mailing list submissions to gnome-list@xxxxxxxxx To subscribe or unsubscribe via the World Wide Web, visit http://mail.gnome.org/mailman/listinfo/gnome-list or, via email, send a message with subject or body 'help' to gnome-list-request@xxxxxxxxx You can reach the person managing the list at gnome-list-admin@xxxxxxxxx When replying, please edit your Subject line so it is more specific than "Re: Contents of gnome-list digest..." Today's Topics: 1. Re: GNOME 2.0 on Solaris - anyone worked on this environment? (Jorge Mauricio Hernandez Torres) 2. Re: Gnome 2.4 video thumbnail (Mario Vukelic) 3. Thor's Day is Now Bug Day (Luis Villa) 4. Re: GNOME 2.0 on Solaris - anyone worked on this environment? (Laszlo Peter) 5. New to gnome (Kurt V. Hindenburg) 6. Re: New to gnome (Mariano Suarez-Alvarez) --__--__-- Message: 1 Subject: Re: GNOME 2.0 on Solaris - anyone worked on this environment? From: Jorge Mauricio Hernandez Torres <jmauricio@xxxxxxxxxxxxxx> To: murrayc@xxxxxxx Cc: "Larry W. Virden" <lvirden@xxxxxxx>, Gnome List <gnome-list@xxxxxxxxx> Organization: Date: 01 Oct 2003 18:04:36 -0500 On Wed, 2003-10-01 at 10:03, Murray Cumming wrote: > On Wed, 2003-10-01 at 16:03, Larry W. Virden wrote: > > I'm trying to figure out how to get standard GNOME utilities to work > > and code to build. > > > > What I am finding is this: > > > > $ pkg-config --cflags libgnomeui-2.0 > > sh: gnome-config: not found > > Package libxml-2.0 was not found in the pkg-config search path. > > Perhaps you should add the directory containing `libxml-2.0.pc' > > to the PKG_CONFIG_PATH environment variable > > Package 'libxml-2.0', required by 'Bonobo Activation', not found > > > > > > However, when I checked with my sys admins, they have indicated they > > installed what Sun provided for GNOME. > > > > It sounds to me as if _something_ is missing - anyone familar enough > > with the sun setup to know what it might be? > > Maybe your admins (or SUN) did not provide the development packages. On > linux there is generally a runtime package (e.g. libxml so that a > libxml-using app can _run_) and a development package (e.g. libxml-devel > so that you can build a libxml-using app from source) with headers, .pc > files, etc. Well, in my short experience i have found all the packages required to work with gnome, in http://xmlsoft.org you can find the libxml source code, of course you must have a c compiler and other utilities needed to build a package from source code. Hope this help Best regards & sorry about my poor english -- Jorge Mauricio Hernandez Torres <jmauricio@xxxxxxxxxxxxxx> PGP key 1024D/DDF2CC4C 2003-08-22 Key fingerprint = DC61 6993 77A2 A955 2488 E879 448A 8422 DDF2 CC4C --__--__-- Message: 2 Subject: Re: Gnome 2.4 video thumbnail From: Mario Vukelic <mario.vukelic@xxxxxxxxxxx> To: gnome-list@xxxxxxxxx Date: Wed, 01 Oct 2003 22:09:25 +0200 On Mit, 2003-10-01 at 09:32, Jason Ang wrote: > I read reviews and saw that Gnome 2.4 is capable of video thumbnailing. I > used garnome to upgrade my Gnome 2.2 to 2.4. *Upgrade*? Did u install _over 2.2? Bad idea > I installed Totem, installed > gstreamer, nautilus-media and all. But when I get to nautilus views, only > choices are list and icons. Nothing that says anything about video > thumbnails. I have no views either, it just works. Thumbnailers should be listed in gconf: gnome->desktop->thumbnailers. Be aware that they eat *lots* of CPU If using garnome to upgrade to 2.4 isn't the right and best way, what other way do I have? Do you suggest install redhat without gnome and use garnome to install gnome? Should I install without X? Or do I install X with KDE? How much cpu power is *lots*? I'm using a PIII 1.0 with 256 MB memory. Would that be tolerable? Also, do you think it might be because it's an upgrade that's why it may not be enabled by default? Further research told me that Gnome 2.2 already supports this, but when I installed Redhat 9.0, it doesn't show. What distro are you talking about that has this enabled by default? What other dependencies did you install? Where can I find gconf: gnome->desktop->thumbnailers ??? Am new to linux (NEWBIE :-) ) Jason --__--__-- Message: 3 Subject: Thor's Day is Now Bug Day From: Luis Villa <louie@xxxxxxxxxx> To: bugsquad <gnome-bugsquad@xxxxxxxxx>, gnome-love@xxxxxxxxx, gnome-list@xxxxxxxxx Organization: Ximian, Inc. Date: Wed, 01 Oct 2003 18:16:27 -0400 At least in my little corner of Boston. Join us again in irc.gnome.org's #bugs to pound on bugzilla and help bring the bug count in the right direction. If you haven't heard of Bug Day before, but are curious, lots of questions and answers are on our web page at http://developer.gnome.org/projects/bugsquad/triage/faq.html#II The most important thing is that bug day is a great way for virtually everyone with 1/2 hour on their hands to contribute to GNOME, even in a small way. Hours tomorrow will be 0900EST (1500GMT) and when I have to leave for class (probably around 1700EST, 2300GMT.) Others may be around later. Hope to see lots of people there- Luis --__--__-- Message: 4 Date: Thu, 02 Oct 2003 18:18:35 +1200 From: Laszlo Peter <Laszlo.Peter@xxxxxxx> Subject: Re: GNOME 2.0 on Solaris - anyone worked on this environment? To: "Larry W. Virden" <lvirden@xxxxxxx> Cc: gnome-list@xxxxxxxxx Reply-To: Laszlo.Peter@xxxxxxx Organization: Sun Microsystems, Inc. Hi, libxml2 was shipped with Solaris before GNOME (and so before pkgconfig) Therefore the .pc was not included originally. You need one of these patches depending on your Solaris version: 114014-03, 114015-03, 114814-01, 114815-01 HTH, Laca On Thu, 2003-10-02 at 02:03, Larry W. Virden wrote: > I'm trying to figure out how to get standard GNOME utilities to work > and code to build. > > What I am finding is this: > > $ pkg-config --cflags libgnomeui-2.0 > sh: gnome-config: not found > Package libxml-2.0 was not found in the pkg-config search path. > Perhaps you should add the directory containing `libxml-2.0.pc' > to the PKG_CONFIG_PATH environment variable > Package 'libxml-2.0', required by 'Bonobo Activation', not found > > > However, when I checked with my sys admins, they have indicated they > installed what Sun provided for GNOME. > > It sounds to me as if _something_ is missing - anyone familar enough > with the sun setup to know what it might be? --__--__-- Message: 5 Subject: New to gnome From: "Kurt V. Hindenburg" <khindenburg@xxxxxxxxxxxxxxxx> To: Gnome List <gnome-list@xxxxxxxxx> Date: Thu, 02 Oct 2003 09:34:08 -0500 I just installed gnome 2.4 with Gentoo. I've noticed a couple of things that are somewhat irrating off-hand. 1. When moving to workspaces it would be nice to wrap-around workspaces. I.E. When moving to the right, 1 -> 2 -> 3 -> 4 -> 1 ,etc... 2. The same as #1 but in gnome-terminal, moving between tabs. 3. In Evolution, can you alter the email headers layout? I would prefer to remove certain headers from being displayed. Kurt --__--__-- Message: 6 Subject: Re: New to gnome From: Mariano Suarez-Alvarez <msuarezalvarez@xxxxxxxxxxxx> To: "Kurt V. Hindenburg" <khindenburg@xxxxxxxxxxxxxxxx> Cc: Gnome List <gnome-list@xxxxxxxxx> Date: Thu, 02 Oct 2003 12:33:23 -0300 On Thu, 2003-10-02 at 11:34, Kurt V. Hindenburg wrote: > I just installed gnome 2.4 with Gentoo. I've noticed a couple of things > that are somewhat irrating off-hand. > 1. When moving to workspaces it would be nice to wrap-around > workspaces. I.E. When moving to the right, 1 -> 2 -> 3 -> 4 -> 1 > ,etc... > 2. The same as #1 but in gnome-terminal, moving between tabs. > 3. In Evolution, can you alter the email headers layout? I would prefer > to remove certain headers from being displayed. The correct place to put wishes/bugs is in bugzilla (http://bugzilla.gnome.org/ for the workspaces thing and gnome-terminal, and http://bugzilla.ximian.com for Evolution) Please do search the corresponding databases, as (at least the first 2 of) those wishes are already there: even though bugzilla is not vote-based, you may find out what has been discussed abut those points. Cheers, -- m --=20 ----------------------------------------------------------------------- Mariano Su=E1rez-Alvarez Departamento de Matematica - FCEyN - Universidad de Buenos Aires Ciudad Universitaria, Pab. I. (1428) Ciudad de Buenos Aires, Argentina http://mate.dm.uba.ar/~aldoc9 De la observaci=F3n de la irreductibilidad de las creencias =FAltimas=20 he sacado la mayor lecci=F3n de mi vida. Aprend=ED a respetar las ideas= =20 ajenas, a detenerme ante el secreto de las conciencias, a entender=20 antes de discutir, a discutir antes de condenar. Y como estoy en=20 vena de confesiones, hago una m=E1s, quiz=E1s superflua: detesto con=20 toda mi alma a los fan=E1ticos. Norberto Bobbio, Italia civil. --__--__-- _______________________________________________ gnome-list mailing list gnome-list@xxxxxxxxx http://mail.gnome.org/mailman/listinfo/gnome-list End of gnome-list Digest