[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Can't run ProjectCenter on Debian Squeeze
From: |
Paul Chany |
Subject: |
Can't run ProjectCenter on Debian Squeeze |
Date: |
Sun, 18 Jul 2010 00:02:33 +0200 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/23.1 (gnu/linux) |
Hi,
I have a fresh install of GNUstep on my Debian GNU/Linux Squeeze that is
installed on a VirtualBox as a guest.
The installation of GNUstep was with aptitude.
The I run commands:
sudo aptitude install mknfonts.tool fontconfig
sudo defoma-app purge gnustep-nfont
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
defaults write NSGlobalDomain GSBackend libgnustep-art
Then tried to run ProjectCenter but get messages:
2010-07-17 23:39:56.414 ProjectCenter[9784] Font not found FreeSans
2010-07-17 23:39:56.415 ProjectCenter[9784] The font specified for
NSFont, FreeSans, can't be found.
2010-07-17 23:39:56.415 ProjectCenter[9784] Font not found FreeSans
2010-07-17 23:39:56.415 ProjectCenter[9784] Font not found Helvetica
2010-07-17 23:39:56.415 ProjectCenter[9784] Font not found Helvetica
2010-07-17 23:39:56.415 ProjectCenter[9784] Font not found Courier
2010-07-17 23:39:56.415 ProjectCenter[9784] Font not found Fixed
2010-07-17 23:39:56.416 ProjectCenter[9784] Font not found FreeSans
2010-07-17 23:39:56.416 ProjectCenter[9784] The font specified for
NSFont, FreeSans, can't be found.
2010-07-17 23:39:56.416 ProjectCenter[9784] Font not found FreeSans
2010-07-17 23:39:56.416 ProjectCenter[9784] Font not found Helvetica
2010-07-17 23:39:56.417 ProjectCenter[9784] Font not found Helvetica
2010-07-17 23:39:56.417 ProjectCenter[9784] Font not found Courier
2010-07-17 23:39:56.417 ProjectCenter[9784] Font not found Fixed
2010-07-17 23:39:56.455 ProjectCenter[9784] Exception occured while
loading model: the volatile domain Hungarian already exists
2010-07-17 23:39:56.456 ProjectCenter[9784] Failed to load Gorm
2010-07-17 23:39:56.456 ProjectCenter[9784] Could not load Gorm file:
/usr/lib/GNUstep/Applications/ProjectCenter.app/Resources/\
English.lproj/ProjectCenter.gorm
2010-07-17 23:39:56.458 ProjectCenter[9784] Cannot load the main model
file 'ProjectCenter.gorm'
Then I run command:
defaults write NSGlobalDomain GSBackend libgnustep-cairo
and run again ProjectCenter but get messages:
2010-07-17 23:41:49.632 ProjectCenter[9786] Exception occured while
loading model: the volatile domain Hungarian already exists
2010-07-17 23:41:49.636 ProjectCenter[9786] Failed to load Gorm
2010-07-17 23:41:49.636 ProjectCenter[9786] Could not load Gorm file:
/usr/lib/GNUstep/Applications/ProjectCenter.app/Resources/\
English.lproj/ProjectCenter.gorm
2010-07-17 23:41:49.636 ProjectCenter[9786] Cannot load the main model
file 'ProjectCenter.gorm'
However, I can run Gorm.
Is this a bug?
--
Regards,
Paul Chany
You can freely correct my English.
http://csanyi-pal.info
- Can't run ProjectCenter on Debian Squeeze,
Paul Chany <=