Hi Thomas,
Am 28.06.2008 um 09:27 schrieb Thomas:
That seems to have worked!
Any idea what caused this?
I'm actually only working on linux systems and not so familiar with
MacOS. I bought a Macbook Pro in April and I'm just starting to figure
out how things go here.
The first problem w
On linux you can do the following:strace
strace gnubg 2>files.log
to see what's being looked for and opened by a program. The strace
program doesn't exist under mac osx, but try looking into ktrace or
dtrace depending on your mac os x version.
The following seems relevant to your problems:
acce
Zitat von Thomas <[EMAIL PROTECTED]>:
Any updates to GNUBG?
Fontconfig error: Cannot load default config file
(gnubg:22611): Pango-CRITICAL **: No fonts found:
This probably means that the fontconfig
library is not correctly configured. You may need to
edit the fonts.conf configuration file.
Am 25.06.2008 um 15:14 schrieb Thomas:
(gnubg:22611): Pango-CRITICAL **: No fonts found:
This probably means that the fontconfig
library is not correctly configured. You may need to
edit the fonts.conf configuration file. More information
about fontconfig can be found in the fontconfig(3) manua
Zitat von Christian Anthon <[EMAIL PROTECTED]>:
The missing text is most likely translated. Could it be a problem with
missing mo files, gettext files, or bad locale settings?
Bingo! I didn't pack the mo-files in /opt/local/share/locale.
@Thomas: I'll provide new packages this evening.
Ciao
Last login: Tue Jun 24 10:31:22 on ttys000
Earth:~ thomas$ /opt/local/bin/gnubg
GNU Backgammon 0.9.0
Copyright, 1999-2004 by Gary Wong, 2004-2008 GNU Backgammon is the legal
property of its authors.
GNU Backgammon is free software, covered by the GNU General Public
License
version 3 or later,
The missing text is most likely translated. Could it be a problem with
missing mo files, gettext files, or bad locale settings?
Christian.
Achim Mueller wrote:
Christian Anthon schrieb:
This is so Mac specific that I can only guess. Is it possible that you
have other gtk using apps installed,
Christian Anthon schrieb:
This is so Mac specific that I can only guess. Is it possible that you
have other gtk using apps installed, which depends on certain fonts,
not necessarily placed under /usr/X11. Do you run anything like gnome
under mac osx?
Nope, only a few terminal based application
This is so Mac specific that I can only guess. Is it possible that you
have other gtk using apps installed, which depends on certain fonts,
not necessarily placed under /usr/X11. Do you run anything like gnome
under mac osx?
Christian.
On Tue, Jun 24, 2008 at 4:37 PM, Mueller Achim <[EMAIL PROTEC