DOS vs Linux format

2003-01-03 Thread Jason Dale
Hi : Does anyone know of a command set that can be used to convert Linux format files into DOS/Windows format , and visa versa ? On UnixWare 7 there were commands called 'dtox' and 'xtod' , but I cannot find the equivalent commands on Linux Regards , Jason -- Psyche-list mailing list [EMAIL

Re: DOS vs Linux format

2003-01-03 Thread Neil Bird
Around about 03/01/2003 08:18, Jason Dale typed ... Does anyone know of a command set that can be used to convert Linux format files into DOS/Windows format , and visa versa ? On UnixWare 7 there were commands called 'dtox' and 'xtod' , but I cannot find the equivalent commands on Linux Do you

Re: DOS vs Linux format

2003-01-03 Thread Ed . Greshko
On Fri, 3 Jan 2003, Jason Dale wrote: > Does anyone know of a command set that can be used to convert > Linux format files into DOS/Windows format , and visa versa ? > On UnixWare 7 there were commands called 'dtox' and 'xtod' , > but I cannot find the equivalent commands on Linux Try "dos2unix"

Re: dual head inconvenience

2003-01-03 Thread Cameron Simpson
On 02:41 03 Jan 2003, D. Hugh Redelmeier <[EMAIL PROTECTED]> wrote: | I've just set up a dual head system (Matrox G450, RHL8.0, Metacity, | Xinerama) and I don't find it comfortable. Why? [...] | I'd like to have most stuff happen on my main monitor, but be able to | drag widows to the other monit

Problems with xDSL connetion, any idear?

2003-01-03 Thread Axel Pauli
Hi all, I've installed Redhat Linux 8.0 and have now the problem that my ADSL will not work anymore. Before Redhat 7.2 was installed and all worked fine. Unfortunately I forgot to save the old custumization. At the moment I get always a timeout when I try to connect to my DSL provider (German Te

Re: anoconda

2003-01-03 Thread Javier Gostling
On Thu, Jan 02, 2003 at 06:08:34PM -0500, Derek Martin wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > On Thu, Jan 02, 2003 at 10:48:27PM +, M A Young wrote: > > > Really? Which option in fsck? fsck is normally used to check and > > > repair file systems, and this isn't a file

Re: The Strange Case Of The Installed Yet Uninstalled Package

2003-01-03 Thread Michael Schwendt
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Fri, 3 Jan 2003 01:24:49 -0500, Michael Fratoni wrote: > This is an odd error, now that I look more closely. > Typo perhaps, or is this a paste from the console? > > > [root@localhost root]# rpm -i > > /home/jlowell/downloads/krb5-1.2.5-6.i386

Re: Problems with xDSL connetion, any idear?

2003-01-03 Thread Michael Schwendt
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Fri, 03 Jan 2003 12:37:58 +0100, Axel Pauli wrote: > I've installed Redhat Linux 8.0 and have now the problem that my ADSL > will not work anymore. Before Redhat 7.2 was installed and all worked fine. > Unfortunately I forgot to save the old custu

Re: The Strange Case Of The Installed Yet Uninstalled Package

2003-01-03 Thread Lionel Barrow
This might be off topic slightly but you mentioned a whichcd command. I tried running it just now and apparently it is not installed. What package did you get the whichcd command from? Thanks in advance Salty1 On Fri, 2003-01-03 at 02:24, Michael Fratoni wrote: -BEGIN PGP SIGNED MESSAG

a question regarding upgrading to a new release.

2003-01-03 Thread Kent Nyberg
Hello, In the past i have always just saved the few important things i have on my Linux drive to some other place and then made a clean new install and moved back the things of importance that i needed (mp3s and so on.). But now, i have moved to RH8.0 to use mail, internet and all that, so i dont

Re: Problems with xDSL connetion, any idear?

2003-01-03 Thread Michael Schwendt
On Fri, 3 Jan 2003 15:05:18 +0100, Michael Schwendt wrote: > # pppoe -I eth1 Typo. Make it: pppoe -I eth1 -A -- -- Psyche-list mailing list [EMAIL PROTECTED] https://listman.redhat.com/mailman/listinfo/psyche-list

kernel problems

2003-01-03 Thread Adam Manock
I have a couple of questions.. I'm kinda new to kernel hacking :-) I have a MSI K7 MasterS motherboard, (see lspci SNIP#1 below), I'm currently running a pretty much stock RH8.0 setup, with some stuff upgraded to support current rawhide kernels kernel-2.4.20-2.2 Thu J

Problems with background jobs with linux

2003-01-03 Thread Margaret_Doll
On a system running 2.4.18-18.8.0 RH A job started in the background dies when I log out.I want users to be able to dial into the system, start long jobs (jobs taking several days to complete), and then be able to log out while the job continues to run. On a system running 2.4.18-17.8.0,

Re: Problems with background jobs with linux

2003-01-03 Thread Manfred Hollstein
On Fri, 03 Jan 2003, 16:49:12 +0100, Margaret_Doll wrote: > On a system running 2.4.18-18.8.0 RH > > A job started in the background dies when I log out.I want users > to be able to dial into the system, start long jobs (jobs taking > several days to complete), and then be able to log

Re: anoconda

2003-01-03 Thread B. Alan Mattison
Please send your messages as text or html instead of attachments!I will not read attachments from email. - Original Message - From: "Javier Gostling" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, January 03, 2003 5:53 AM Subject: Re: anoconda -- Psyche-list mailing li

Re: Problems with background jobs with linux

2003-01-03 Thread Peter Larsen
> A job started in the background dies when I log out. A job started with the & will terminate when the parent process is killed - correct. This is standard for Unix/Linux. You have several ways around this. One is to use the 'nohup' command infront of your command. This little trick program

Re: anoconda

2003-01-03 Thread Aaron Konstam
On Thu, Jan 02, 2003 at 04:03:34PM -0600, Ed Wilts wrote: > On Thu, Jan 02, 2003 at 02:49:39PM -0600, Aaron Konstam wrote: > > fsck will test your disk for bad blocks and allow you to map them out. > > Really? Which option in fsck? fsck is normally used to check and > repair file systems, and th

Re: Problems with background jobs with linux

2003-01-03 Thread Keith Winston
On Fri, 2003-01-03 at 10:56, Manfred Hollstein wrote: > On Fri, 03 Jan 2003, 16:49:12 +0100, Margaret_Doll wrote: > > On a system running 2.4.18-18.8.0 RH > > > > A job started in the background dies when I log out.I want users > > to be able to dial into the system, start long jobs (jobs

Re: The Strange Case Of The Installed Yet Uninstalled Package

2003-01-03 Thread Jesse Keating
On Friday 03 January 2003 06:02, Lionel Barrow uttered: > This might be off topic slightly but you mentioned a whichcd command. I > tried running it just now and apparently it is not installed. What > package did you get the whichcd command from? It's a 3rd party tool, found at sourceforge. -- J

Re: Problems with background jobs with linux

2003-01-03 Thread ABrady
On Fri, 3 Jan 2003 10:49:12 -0500 Margaret_Doll <[EMAIL PROTECTED]> wrote: > On a system running 2.4.18-18.8.0 RH > > A job started in the background dies when I log out.I want > users > to be able to dial into the system, start long jobs (jobs taking > several days to complete)

Re: a question regarding upgrading to a new release.

2003-01-03 Thread Craig White
On Fri, 2003-01-03 at 07:13, Kent Nyberg wrote: > Hello, > > In the past i have always just saved the few important things i have > on my Linux drive to some other place and then made a clean new install > and moved back the things of importance that i needed (mp3s and so on.). > > But now, i hav

Evolution Won't Start -- Missing Config DB

2003-01-03 Thread rchrismon
When I first loaded RH 8.0 some months ago, I used Evolution a couple of times just to try it out. I then let it languish for a while because I generally use Lotus Notes for my email (I'm a Notes developer). Lately, I've wanted to give Evolution another shot, in part so I can compare and contra

Re: Problems with background jobs with linux

2003-01-03 Thread Kevin McConnell
--- ABrady <[EMAIL PROTECTED]> wrote: > I can rejoin it from the same account on machine B > (I haven't actually > tried that last, but since I went in as $USER I see > no reason why the > machine would differentiate if I log in as the same > user locally and > pick the session back up). Yes, thi

Re: Problems with background jobs with linux

2003-01-03 Thread Pierre Lamb
You do the sam with VNC. You can also start the bg job with a nohup option --- ABrady <[EMAIL PROTECTED]> wrote: > On Fri, 3 Jan 2003 10:49:12 -0500 > Margaret_Doll <[EMAIL PROTECTED]> wrote: > > > On a system running 2.4.18-18.8.0 RH > > > > A job started in the background dies when I log

DNS questions

2003-01-03 Thread Randy Kelsoe
Hey, all I am trying to setup a mailserver on a new internet connection. The domain has been registered, and I have a static IP. If I try and send mail to the new domain, the mail bounces, and I get a message like: Recipient address: [EMAIL PROTECTED] Reason: Remote SMTP server has rejected

RE: Evolution Won't Start -- Missing Config DB

2003-01-03 Thread rchrismon
As a followup, I tried starting evolution from a terminal. In addition to the GUI error message I described in my prior message, I got the following message in the terminal: evolution-shell-WARNING **: Cannot access Bonobo/ConfigDatabase on wombat: (IDL:OAF/GeneralError:1.0) The bonobo rpm is

Re: Evolution Won't Start -- Missing Config DB

2003-01-03 Thread Randy Kelsoe
[EMAIL PROTECTED] wrote: As a followup, I tried starting evolution from a terminal. In addition to the GUI error message I described in my prior message, I got the following message in the terminal: evolution-shell-WARNING **: Cannot access Bonobo/ConfigDatabase on wombat: (IDL:OAF/GeneralErro

Re: DNS questions

2003-01-03 Thread Kevin McConnell
--- Randy Kelsoe <[EMAIL PROTECTED]> wrote: > Hey, all > > I am trying to setup a mailserver on a new internet > connection. The > domain has been registered, and I have a static IP. > If I try and send > mail to the new domain, the mail bounces, and I get > a message like: > >Recipient ad

Re: DNS questions

2003-01-03 Thread Jesse Keating
On Friday 03 January 2003 08:37, Randy Kelsoe uttered: > I am trying to setup a mailserver on a new internet connection. The > domain has been registered, and I have a static IP. If I try and send > mail to the new domain, the mail bounces, and I get a message like: Sendmail on Red Hat doesn't lis

Re: DNS questions

2003-01-03 Thread Kevin McConnell
--- Randy Kelsoe <[EMAIL PROTECTED]> wrote: >Recipient address: [EMAIL PROTECTED] >Reason: Remote SMTP server has rejected address >Diagnostic code: smtp;550 5.7.1 > <[EMAIL PROTECTED]>... Relaying denied also what is in the class w variable ? = Kevin C. McConnell --RHCE-- ___

Re: DNS questions

2003-01-03 Thread Tom Diehl
On Fri, 3 Jan 2003, Randy Kelsoe wrote: > Hey, all > > I am trying to setup a mailserver on a new internet connection. The > domain has been registered, and I have a static IP. If I try and send > mail to the new domain, the mail bounces, and I get a message like: > >Recipient address: [EM

Re: DNS questions

2003-01-03 Thread Kevin McConnell
--- Jesse Keating <[EMAIL PROTECTED]> wrote: > Sendmail on Red Hat doesn't listen to anything but > localhost by default. You > have to configure it to allow certian IP addresses > to relay. Please consult > the release notes, and sendmail documentation. to get around this you simply need to

Re: The Strange Case Of The Installed Yet Uninstalled Package

2003-01-03 Thread Lionel Barrow
I just went to www.sourceforge.net and did a search and came up with 0 zero results. Do you have a direct link? One other thing, I noticed that you are both a MCSE and RHCE. How much do you use either in your day to day business? I am most interested in RHCE as I have been thinking about beco

Re: The Strange Case Of The Installed Yet Uninstalled Package

2003-01-03 Thread Jesse Keating
On Friday 03 January 2003 09:10, Lionel Barrow uttered: > I just went to www.sourceforge.net and did a search and came up with 0 > zero results. Do you have a direct link? http://sourceforge.net/projects/whichcd/ > One other thing, I noticed that you are both a MCSE and RHCE. How much > do you us

DC10+ Video Capture Card Woes on RH8.0

2003-01-03 Thread Robert Styma
I am trying to get my DC10+ video capture card to work on the Linux Redhat 8.0 system I just built at home. For an assortment of reasons, one being to prove that Linux can do anything windows can do, I want to do my video capture using the Linux box. The box is a clean install of RH8.0 from t

Re: DNS questions

2003-01-03 Thread Randy Kelsoe
Kevin McConnell wrote: --- Randy Kelsoe <[EMAIL PROTECTED]> wrote: Hey, all I am trying to setup a mailserver on a new internet connection. The domain has been registered, and I have a static IP. If I try and send mail to the new domain, the mail bounces, and I get a message like: Recipien

Re: DNS questions

2003-01-03 Thread Randy Kelsoe
Kevin McConnell wrote: also what is in the class w variable ? grep -i Cw sendmail.cf # $Id: use_cw_file.m4,v 8.11 2001/08/26 20:58:57 gshapiro Exp $ # Cwlocalhost.localdomain Cwlocalhost -- Psyche-list mailing list [EMAIL PROTECTED] https://listman.redhat.com/mailman/listinfo/ps

Re: The Strange Case Of The Installed Yet Uninstalled Package

2003-01-03 Thread Patrick
http://sourceforge.net/projects/whichcd/ Cheers, Patrick On Fri, 2003-01-03 at 18:10, Lionel Barrow wrote: > I just went to www.sourceforge.net and did a search and came up with 0 > zero results. Do you have a direct link? > > One other thing, I noticed that you are both a MCSE and RHCE. How m

Re: DNS questions

2003-01-03 Thread Randy Kelsoe
Kevin McConnell wrote: --- Jesse Keating <[EMAIL PROTECTED]> wrote: Sendmail on Red Hat doesn't listen to anything but localhost by default. You have to configure it to allow certian IP addresses to relay. Please consult the release notes, and sendmail documentation. to get around this you

Re: dual head inconvenience

2003-01-03 Thread Gordon Messmer
On Thu, 2003-01-02 at 23:41, D. Hugh Redelmeier wrote: > 1) Don't use Xinerama. Then the two screens become different devices >(i.e. DISPLAY=:0.0 for one and DISPLAY=:0.1 for the other). The >fundamental problem is that you cannot drag a window between >devices, as far as I know. GNO

Re: DNS questions

2003-01-03 Thread Tommy McNeely
IIRC the /etc/mail/relay-hosts is the same as the old /etc/mail/sendmail.cw file .. it lists the domains that you will accept mail for... the accessdb is for allowing who can relay through your mailserver (like you would specify your local networks in there) Tommy --On Friday, January 03, 2003

Re: DNS questions

2003-01-03 Thread Randy Kelsoe
Tom Diehl wrote: On Fri, 3 Jan 2003, Randy Kelsoe wrote: Recipient address: [EMAIL PROTECTED] Reason: Remote SMTP server has rejected address Diagnostic code: smtp;550 5.7.1 <[EMAIL PROTECTED]>... Relaying denied ^^^

Re: DNS questions (fixed)

2003-01-03 Thread Randy Kelsoe
Thanks to all for the replies. The problem WAS my sendmail config. In the Cw line in sendmail.mc, I had the FQDN of my mailserver, but not the domainname by itself. I added the domainname to the Cw line, and all is working fine. Thanks for the help. rk -- Psyche-list mailing list [EMAIL P

RE: Evolution Won't Start -- Missing Config DB

2003-01-03 Thread rchrismon
On Fri, 03 Jan 2003 10:48:48 -0600 Randy Kelsoe said: > The fix is to add > /usr/lib/mozilla-1.x.x to /etc/ld.so.conf and run ldconfig.(Substitute > your mozilla version for the x's) Did you upgrade mozilla since you had > Evolution running? Thanks for your response. Yep, I did upgrade mozill

RE: Evolution Won't Start -- Missing Config DB

2003-01-03 Thread Michael Knepher
Check this page (from ximian.com's evolution knowledge base) for more info/suggestions: http://tinyurl.com/41wt Quick suggestions that I haven't seen yet: Make sure you have mozilla-nspr installed Try running oaf-slay -- Michael Knepher <[EMAIL PROTECTED]> -- Psyche-list mailing list [EMAIL

Re: Running X on servers in really plain language...

2003-01-03 Thread David A. De Graaf
On Sun, Dec 08, 2002 at 04:23:12AM -0500, Mike A. Harris wrote: > On Sat, 7 Dec 2002, Jim Christiansen wrote: > > >Ok, so what I'm understanding is that a linux host system > >without X installed can be accessed from another computer, > >remotely, using ssh and its X system to operate an X session

Reiserfs and Redhat 8.0 :)

2003-01-03 Thread Norman Madden
-- Norman Madden <[EMAIL PROTECTED]> I have found a easy way to get reiserfs support in RH8. At the boot prompt (where you can choose f1, f2 etc) type: linux reiserfs (to load reiserfs support) then in the install you can format partitions as reiserfs. if this is documented anywhere, I have no

Phrases to be syspicious of.

2003-01-03 Thread Aaron Konstam
I am always wary when someone says to use a program because it is easy to use. Recently there was a discussion of how to get a program to execute after you logoff. Someone agreed that session should be used since it is easy to use. No program with a ~30 page man page is going to be easy to use but

Re: Reiserfs and Redhat 8.0 :)

2003-01-03 Thread David Durst
> > -- > Norman Madden <[EMAIL PROTECTED]> > > I have found a easy way to get reiserfs support in RH8. > At the boot prompt (where you can choose f1, f2 etc) > type: linux reiserfs > (to load reiserfs support) > > then in the install you can format partitions as reiserfs. > if this is documented an

Adobe fonts

2003-01-03 Thread Peter Larsen
I am getting this error/warning from an X application: Font specified in font.properties not found [--symbol-medium-r-normal--*-%d-*-*-p-*-adobe-fontspecific] Font specified in font.properties not found [--symbol-medium-r-normal--*-%d-*-*-p-*-adobe-fontspecific] Font specified in font.properties

Re: DNS questions

2003-01-03 Thread Mike Watson
On Friday 03 January 2003 10:37 am, Randy Kelsoe wrote: > Hey, all I assume you are running 8.0 Did you comment out the line in sendmail.cf that restricts sendmail to 127.0.0.1? mw > > I am trying to setup a mailserver on a new internet connection. The > domain has been registered, and I have a

Trying to Install LimeWire

2003-01-03 Thread Gerry Doris
I've been trying to install LimeWire on a RH 8.0 box but I can't get it to work properly. I've installed jre 1.3 since LimeWire didn't like the 1.4 version. When I installed and when I start LimeWire it issues a string of warnings about not being able to create virtual key bindings but it does

Re: Adobe fonts

2003-01-03 Thread Havoc Pennington
On Fri, Jan 03, 2003 at 08:40:42PM -0500, Peter Larsen wrote: > I am getting this error/warning from an X application: > Font specified in font.properties not found >[--symbol-medium-r-normal--*-%d-*-*-p-*-adobe-fontspecific] > Font specified in font.properties not found >[--symbol-medium-r-norma

Re: Adobe fonts

2003-01-03 Thread Peter Larsen
Havoc Pennington wrote: > On Fri, Jan 03, 2003 at 08:40:42PM -0500, Peter Larsen wrote: >> I am getting this error/warning from an X application: >> Font specified in font.properties not found >> [--symbol-medium-r-normal--*-%d-*-*-p-*-adobe-fontspecific] Font >> specified in font.properties not fo

RH8 and GAIM : unable to read

2003-01-03 Thread Philippe
Hi everybody. I used Gaim for a while then stopped, and decided to use it again. But from yesterday, it is impossible to connect to yahoo ? Has anything changed with Gaim (0.59.6 and 0.59.7). ? Anyone else has difficulties to log on ? The message is just "user has been sign off : unable to read" Is

Re: RH8 and GAIM : unable to read

2003-01-03 Thread Peter Larsen
Philippe wrote: > Hi everybody. > I used Gaim for a while then stopped, and decided to use it again. > But from yesterday, it is impossible to connect to yahoo ? > Has anything changed with Gaim (0.59.6 and 0.59.7). ? > Anyone else has difficulties to log on ? I'm faily new to gaim - but yahoo kee

Re: RH8 and GAIM : unable to read

2003-01-03 Thread Philippe
I switched back to Yahoo M. Unix rpm, and I connect with no problem...and my friend too... Maybe again a protocol change in Yahoo... but seems not to be linked to Rh8 kernel. Thanks Peter. Philippe > I'm faily new to gaim - but yahoo keeps falling in and out. > However, I am able to keep up the IM

Re: DNS questions

2003-01-03 Thread Tom Diehl
> > On Fri, 3 Jan 2003, Randy Kelsoe wrote: > > I did give postfix a try once, but IIRC, it does not send mail to root > by default, and I did not take the time to figure out how to get it to > send mail to root. Since you appear to have solved your problems I will make just 1 comment to be sur

recriminations

2003-01-03 Thread Craig Toenes
I'd like to thank all of you for your attempts to assist me in grapleing with 8.0. I've spent 8 weeks trying to get it to just work. In less than a hour I've been able to get everything to work. My solution? Mandrake 9.0. Better luck with 8.2, moby __

Re: RH8 and GAIM : unable to read

2003-01-03 Thread Tommy McNeely
gaim has been VERY high on the activity meeter on sf.net lately.. perhaps the found a bug in the version that was shipped with 8.0 .. there are several newer releases.. I suggest trying those first :) Although you will loose your cute little Instant Messenger icon in the Internet menu :-( Tommy O

Re: RH8 and GAIM : unable to read

2003-01-03 Thread Philippe
Thanks, but I tried Gaim 0.59.7 (but not the CVS ..don't know a lot about it)... Back to 0.59.6, same results ... I will wait some days, maybe they will give us some information. Amyway, sad but true, I will miss this cute Gaim icon ! ;-) Philippe On Sat, 2003-01-04 at 12:14, Tommy McNeely wrot

Re: RH8 and GAIM : unable to read

2003-01-03 Thread Ben Brown
I just downloaded the latest, and it has made no difference (gaim-0.59.7-1). It does the same thing, occasionally, with MSN messenger to me, and I have a friend running the latest on RH73 with the same problem. In other words: Not a RH8 problem. Off to GAIM's site to find out who to report this t

Re: RH8 and GAIM : unable to read

2003-01-03 Thread Philippe
OK I got it, there seem to be a change in Yahoo, That's the link (the end is more useful that the beginning) http://sourceforge.net/forum/forum.php?thread_id=783181&forum_id=665 Soory to disturb, Hope that this helps main gaim users. Philippe On Sat, 2003-01-04 at 12:14, Tommy McNeely wrote: >

Re: Trying to Install LimeWire

2003-01-03 Thread Brian Schmidt
On Fri, 3 Jan 2003, Gerry Doris wrote: > Has anyone got any hints? Is there a linux kazaa? I have not tried it out, but give this a whirl: http://frankscorner.org/wine/modules.php?op=modload &name=Sections&file=index&req=viewarticle&artid=22&page=1 ** This link should all be on one line, but I

Re: RH8 and GAIM : unable to read

2003-01-03 Thread Justin Zygmont
I tried quickly using it for icq and I couldn't log in, did you have success with this before, what did you have to change to log in? On 4 Jan 2003, Philippe wrote: > Hi everybody. > I used Gaim for a while then stopped, and decided to use it again. > But from yesterday, it is impossible to con

Re: RH8 and GAIM : unable to read

2003-01-03 Thread Kevin McConnell
--- Justin Zygmont <[EMAIL PROTECTED]> wrote: > I tried quickly using it for icq and I couldn't log > in, did you have > success with this before, what did you have to > change to log in? You have to change the ICQ servers to the proper one. = Kevin C. McConnell --RHCE--

kernel panic solved!!

2003-01-03 Thread Rigoberto de la Cruz
last month I had several problems with kernel panics after installing new hardware. I have solved the problem by insatalling a new power supply. I guess that the old psu was sufficient for the new graphic card. thanks to Andrew for helping me out... by the way.. happy new year to everyone.. Rigo

gaim-applet

2003-01-03 Thread Chase Urich
Has anyone attempted an install of gaim-applet in Psyche? I see that libpanel_applet.so.0 is required and the only package I can find that provides this is gnome-core-1.4.0.4-54.i386.rpm, which is a 7.3 package. Since RH8.0 uses gnome2, I didn't think it was safe to install what looked to be a gnom

Same fonts on display and paper via fontconfig?

2003-01-03 Thread Marco Fioretti
Hello, I just read here : http://mail.gnome.org/archives/gtk-devel-list/2002-March/msg00298.html the following statement, right before the last paragraph: This also unifies font selection and configuration under the Fontconfig library making fonts portable from display to printer Why does tha

(no subject)

2003-01-03 Thread Grzegorz Górnisiewicz
unsubscribe s19870913s [EMAIL PROTECTED] -- Psyche-list mailing list [EMAIL PROTECTED] https://listman.redhat.com/mailman/listinfo/psyche-list

Re: gaim-applet

2003-01-03 Thread Philippe
I read somewhere that Gaim-applet cannot' work on gtk2.I read this in the Gaim forum .. So not in RH8. They are working on rewriting Gaim for gtk2...seems not to ne so easy. That could be the reason. Philippe On Sat, 2003-01-04 at 13:54, Chase Urich wrote: > Has anyone attempted an install of ga