PDA

View Full Version : Gnome Hearts...


rgraves22
October 22nd, 2007, 12:38 AM
Since im the ultra cool uber geek boyfriend, and put linux on my wonderful girlfriends laptop, she wants to play gnome hearts that comes standard on ubu. I run it from both the desktop, and the gnome menu, and it will open, than close. I tried to run it from the terminal, and got ryanjess@ryanjess-laptop:~$ gnome-hearts

** ERROR **: file hearts.c: line 859 (load_card_styles): assertion failed: (directory != NULL)
aborting...
Aborted (core dumped)
ryanjess@ryanjess-laptop:~$

:confused::confused::confused:
I'm pretty linux savy, been using ubu since 6.10 came out. but this one definitally becomes me.

rgraves22
October 22nd, 2007, 12:39 AM
If it matters,

IBM R40 P4 2.4
1 GB RAM. Just recently pushed to gusty from 7.04.

basbeek
October 24th, 2007, 04:05 PM
Yeah i had the same problem,
You see, the default cards are in the /usr/share/gnome-common-games directory while gnome-hearts searches in the /usr/share/pixmaps directory.

A simple symbolic link to the gnome-common-games directory does the trick. To make this, do the following:

cd /usr/share/pixmaps/
sudo ln -s ../gnome-games-common/

Hope this works

Bas

MillDaKill
November 3rd, 2007, 09:14 PM
Yeah i had the same problem,
You see, the default cards are in the /usr/share/gnome-common-games directory while gnome-hearts searches in the /usr/share/pixmaps directory.

A simple symbolic link to the gnome-common-games directory does the trick. To make this, do the following:

cd /usr/share/pixmaps/
sudo ln -s ../gnome-games-common/

Hope this works

Bas

Thanks for the fix. Worked for me.

www.rzr.online.fr
November 4th, 2007, 05:41 AM
the bug is still present and reported at :

https://bugs.launchpad.net/ubuntu/+source/gnome-hearts/+bug/123623

--
http://rzr.online.fr/q/Game

markthecarp
November 5th, 2007, 05:27 PM
Yeah i had the same problem,
You see, the default cards are in the /usr/share/gnome-common-games directory while gnome-hearts searches in the /usr/share/pixmaps directory.

A simple symbolic link to the gnome-common-games directory does the trick. To make this, do the following:

cd /usr/share/pixmaps/
sudo ln -s ../gnome-games-common/

Hope this works

Bas

This worked for me as well. I went looking for a fix when editing ~/.gnome-hearts.cfg to look in the correct directory did not work.

-mark

mock47
December 12th, 2007, 10:44 PM
Yeah i had the same problem,
You see, the default cards are in the /usr/share/gnome-common-games directory while gnome-hearts searches in the /usr/share/pixmaps directory.

A simple symbolic link to the gnome-common-games directory does the trick. To make this, do the following:

cd /usr/share/pixmaps/
sudo ln -s ../gnome-games-common/

Hope this works

Bas

Thanks Bas, this worked for me as well.
Art

nikolas68
December 13th, 2007, 08:05 PM
Yeah i had the same problem,
You see, the default cards are in the /usr/share/gnome-common-games directory while gnome-hearts searches in the /usr/share/pixmaps directory.

A simple symbolic link to the gnome-common-games directory does the trick. To make this, do the following:

cd /usr/share/pixmaps/
sudo ln -s ../gnome-games-common/

Hope this works

Bas

My wife was booting into Vista just to play Hearts: SOOOOOO glad i found this thread!!! Thanks Bas

treesurf
December 25th, 2007, 12:05 AM
Thanks very much. This did the trick for me as well.

beamo
December 29th, 2007, 01:37 PM
Worked for me. Thank you very much.

rgraves22
December 31st, 2007, 02:07 PM
Sorry for the late update... worked great for me as well.. Thanks m8!!

xMist
March 5th, 2008, 01:17 AM
I love this forum. Hearts didn't start for me - I assumed it was opening and closing faster than I could tell. Went to Ubuntu Forums. And now I'm losing to the computer. :guitar:

Thank you. These forums have helped me solve so many problems just by searching.