Topic: Adding Gnome-Games to menu

I am going on a flight to New York soon and thought "I need something to keep me busy on the plane.  But, no games in #!"

I went into Synaptic and searched for 'gnome-games' and installed with no problems.

Now, you may ask, how to start the games.  Well, I did this for about one day by typing in gnect for 'Four In A Row' but couldn't remember some of the weird names.

So, I edited my menu.xml file to help me quickly play my games.  If you want games too, follow these directions.

1) Install the games.
     in Synaptic search for 'gnome-games' and install, or
     in terminator type in 'sudo apt-get install gnome-games'

2) Open your menu.xml file
     in Crunchbang menu go to Preferences > Openbox Config > Edit menu.xml
     add the code below wherever you want your new 'Games' menu to show up

Enjoy playing games!
Dave.

<menu id="games" label="Games">
            <item label="Solitaire">
                <action name="Execute">
                    <execute>
                        sol
                    </execute>
                </action>
            </item>
            <item label="Blackjack">
                <action name="Execute">
                    <execute>
                        blackjack
                    </execute>
                </action>
            </item>
            <item label="Chess">
                <action name="Execute">
                    <execute>
                        glchess
                    </execute>
                </action>
            </item>
            <item label="Five Or More">
                <action name="Execute">
                    <execute>
                        glines
                    </execute>
                </action>
            </item>
            <item label="Four In A Row">
                <action name="Execute">
                    <execute>
                        gnect
                    </execute>
                </action>
            </item>
            <item label="Snake">
                <action name="Execute">
                    <execute>
                        gnibbles
                    </execute>
                </action>
            </item>
            <item label="Robots">
                <action name="Execute">
                    <execute>
                        gnobots2
                    </execute>
                </action>
            </item>
            <item label="Sudoku">
                <action name="Execute">
                    <execute>
                        gnome-sudoku
                    </execute>
                </action>
            </item>
            <item label="Tetris">
                <action name="Execute">
                    <execute>
                        gnometris
                    </execute>
                </action>
            </item>
            <item label="Minesweeper">
                <action name="Execute">
                    <execute>
                        gnomine
                    </execute>
                </action>
            </item>
            <item label="Tiles">
                <action name="Execute">
                    <execute>
                        gnotravex
                    </execute>
                </action>
            </item>
            <item label="Klotski">
                <action name="Execute">
                    <execute>
                        gnotski
                    </execute>
                </action>
            </item>
            <item label="Poker">
                <action name="Execute">
                    <execute>
                        gtali
                    </execute>
                </action>
            </item>
            <item label="Othello">
                <action name="Execute">
                    <execute>
                        iagno
                    </execute>
                </action>
            </item>
            <item label="Mahjongg">
                <action name="Execute">
                    <execute>
                        mahjongg
                    </execute>
                </action>
            </item>
            <item label="Balls">
                <action name="Execute">
                    <execute>
                        same-gnome
                    </execute>
                </action>
            </item>
        </menu>

Edit by anonymous: I made the thread title more clear

Black eeePC 1005ha Atom 1.6ghz 250g hd 2g Crucial #!CrunchBang Linux!

Re: Adding Gnome-Games to menu

Or you could install the your games, and setup the Debian pipe menu as detailed here: http://crunchbanglinux.org/forums/topic … date-menu/

and find your games in the Debian>games menu with the menu auto updating as you install more.

Re: Adding Gnome-Games to menu

Thank you for sharing your games menu. smile

Re: Adding Gnome-Games to menu

Tips, Tricks & Scripts?

Re: Adding Gnome-Games to menu

Toolz wrote:

Tips, Tricks & Scripts?

Moved, thanks smile

A Creative Commoner | My images at Google+ | A Waldorf Review

Silence is sometimes the best answer - Dalai Lama.

Re: Adding Gnome-Games to menu

Thank you very much, now another hurdle in getting used to #! done and dusted.

Re: Adding Gnome-Games to menu

Thanks for this tip.

Re: Adding Gnome-Games to menu

For card games you could install Pysol which includes many games in one command: pysol

sudo apt-get install pysol pysol-cardsets

smile

Re: Adding Gnome-Games to menu

I know I'm resurrecting an old thread but I am back smile

I am sort of hoping someone knows where I can get a nice mahjongg game for #!

I downloaded the Pysol and added it to my Openbox menu. I'm wanting to do this for my Dad's old 600X. I had Win98 on it and I couldn't get the Intel 2100 card to work! I reinstalled #! and it connects to our WPA-PSK network with no problem.

I'm confounded but yet pleased that it works.  smile

Socrates: I drank what?

Re: Adding Gnome-Games to menu

If you don't want the gnome-games package, what about xmahjongg?

while ( ! ( succeed = try() ) );

Re: Adding Gnome-Games to menu

smile

Installed it. Now to get the "real tile" set!

Socrates: I drank what?