Vadim Vygonets <[EMAIL PROTECTED]> writes:
> > [ "$PARAM" != "SOMETHING" ] || {
> > ;}
> I think that it's better to do:
> if [ "X$PARAM" != "XSOMETHING" ]; then .
Yes you right it's more unix, but i usually use the "$PARAM" !=
"SOME".
--
MandrakeSoft http://www.mandrakesoft.com
Oded Arbel <[EMAIL PROTECTED]> writes:
> you can find various truetype servers on the web (surpries surprise !).
> there's xfstt and xfsft (carefull not to mix these two though they're
> very similar in the way they work), there's the Bero TrueType server and
> Mandrake have they're own version o
Erez Doron <[EMAIL PROTECTED]> writes:
> > xauth +localhost
> this is an ileagle syntax for xauth
> thanks anyway
oups sorry, it's xhost.
Amicalement.
--
Chmouel
Erez Doron <[EMAIL PROTECTED]> writes:
> when running X not as root, i get:
> 'Authentication failed'
do a :
xauth +localhost
to allow all users from localhost to launch x applications. See the
man xauth(1) for more information
--
Chmouel
Gal Aviel <[EMAIL PROTECTED]> writes:
> 1) does it work ? I mean installing a debian package into a RH system
> (5.2 in my case)
Yes, if you don't have take the binaries from potato (glibc2.1 based
doen't work with you glibc2.0 system)
> 2) where can I find the source and compile the debia
Gaal Yahas <[EMAIL PROTECTED]> writes:
> My Q: can anyone with RH 5.9 / 6 check if this was fixed, before I
> report it?
No it's not fixed.
--
MandrakeSoft http://www.mandrakesoft.com/
--Chmouel
"yossy" <[EMAIL PROTECTED]> writes:
> when i make ./configure, it write:
Rebuild it with automake and autoconf.
--
MandrakeSoft http://www.mandrakesoft.com/
--Chmouel