[te@matematik.su.se: Re: Can't access http://bugzilla.abisource.com/ + bug with solution]


Subject: [te@matematik.su.se: Re: Can't access http://bugzilla.abisource.com/ + bug with solution]
From: Sam TH (sam@uchicago.edu)
Date: Sat Sep 01 2001 - 08:15:06 CDT


           
sam th --- sam@uchicago.edu --- http://www.abisource.com/~sam/
OpenPGP Key: CABD33FC --- http://samth.dyndns.org/key
DeCSS: http://samth.dynds.org/decss

attached mail follows:


Hi again,

Sorry, the right diff should look like this:

# diff /usr/bin/abiword /usr/bin/abiword.orig
48,51c48,51
< #if [ -d $ABISUITE_FONT_HOME ]
< #then
< # xset fp+ $ABISUITE_FONT_PATH 1>/dev/null 2>/dev/null
< #fi

---
> if [ -d $ABISUITE_FONT_HOME ]
> then
>     xset fp+ $ABISUITE_FONT_PATH 1>/dev/null 2>/dev/null
> fi
70,78c70,78
< #if [ -z "$currentFonts" ]
< #then
< #    # Set post run-time font path
< #    if [ -d "$ABISUITE_FONT_HOME" ]
< #    then
< #     xset fp- $ABISUITE_FONT_PATH 1>/dev/null 2>/dev/null
< #     xset fp rehash 1>/dev/null 2>/dev/null
< #    fi
< #fi
---
> if [ -z "$currentFonts" ]
> then
>     # Set post run-time font path
>     if [ -d "$ABISUITE_FONT_HOME" ]
>     then
>       xset fp- $ABISUITE_FONT_PATH 1>/dev/null 2>/dev/null
>       xset fp rehash 1>/dev/null 2>/dev/null
>     fi
> fi

Regards,

Tomas Ericsson te@matematik.su.se




This archive was generated by hypermail 2b25 : Sat Sep 01 2001 - 08:15:07 CDT