On Debian Squeeze installed gnustep - The font specified for NSFont, Helvetica, can't be found.

2010-08-19 Thread Csanyi Pal
Hi, (I installed back Debian Squeeze 64 bit instead of Gentoo.) I installed gnustep debian packages using aptitude. I follow advices of Yavor Doganov: sudo aptitude install mknfonts.tool fontconfig sudo defoma-app purge gnustep-nfont sudo mkdir -p /var/lib/defoma/gnustep-nfont.d/Fonts cd /var/li

Re: On Debian Squeeze installed gnustep - The font specified for NSFont, Helvetica, can't be found.

2010-08-20 Thread Yavor Doganov
В Thu, 19 Aug 2010 21:17:48 +0200, Csanyi Pal написа: > Cynthiune[13011] Problem posting notification: > NAME:NSRangeException REASON:RangeError in method > -attribute:atIndex:longestEffectiveRange:inRange: in class > NSAttributedString INFO:(nil) > > Segmentation Fault This is due to the ABI b

Re: On Debian Squeeze installed gnustep - The font specified for NSFont, Helvetica, can't be found.

2010-08-22 Thread Yavor Doganov
At Thu, 19 Aug 2010 21:17:48 +0200, Csanyi Pal wrote: > sudo mkdir -p /var/lib/defoma/gnustep-nfont.d/Fonts > cd /var/lib/defoma/gnustep-nfont.d/Fonts > sudo mknfonts $(fc-list : file | grep -v '\.gz' | cut -d: -f1) > for dir in *\ */; do sudo mv "$dir" `echo $dir | tr -d [:space:]`; done BTW, you