Results 1 to 3 of 3
The only thing that I miss about my former windows xp os is the Hearts game. I tried downloading the gnome hearts zip file and extracted it but it did ...
- 01-26-2010 #1
How do I Install Gnome Hearts
The only thing that I miss about my former windows xp os is the Hearts game. I tried downloading the gnome hearts zip file and extracted it but it did not work. Then I found it in the synaptic package manager and I tried that on my ubuntu 8.04 os.
I must not be doing something correctly. Can anyone help me out with this, Please!!
Thank You!Linux registered user # 414321
You Should Not Give In To Evils, But Proceed Ever More Boldly Against Them!! -from book six of Virgil's Aeneid
http://www.paynal.com
Everything Within The Universe Is Related; We Are All Cousins!!
- 01-26-2010 #2forum.guy
- Join Date
- May 2004
- Location
- arch linux
- Posts
- 18,099
The game shows to be in Universe, so you should be able to install it with Synaptic if the repo is enabled. Can you post any error messages that you received, or reveal the details of what happened or didn't happen that causes you to say the package installation failed?
oz
→ new members/users: read this first | new member faq
→ no private messages requesting computer support - post them on the forums!
→ please use the "report post" button to alert our forum admins to problematic posts rather than responding to them yourself.
- 01-26-2010 #3
Ozar, between my post and now I went back to synaptic and added the gnome games extras and then I probed google and found on ubuntu forums that a correction needed to be made because the cards were located in a different file.
I opened the terminal and pasted the code in and now I finally have gnome hearts on my computer again!! Here is the code:
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/
I have not lost my touch either First Game John 71 - Pauline 101 - Mike 93 - Lucky 21Last edited by cousinlucky; 01-26-2010 at 03:10 PM.
Linux registered user # 414321
You Should Not Give In To Evils, But Proceed Ever More Boldly Against Them!! -from book six of Virgil's Aeneid
http://www.paynal.com
Everything Within The Universe Is Related; We Are All Cousins!!


Reply With Quote
