mines:

Mines is the modified version of the mines games from:
http://sites.google.com/site/victorhr02/pymassrotate2
# PyGTK Simple Minesweeper 0.3
# (c) 2006 Vctor M. Hernndez Rocamora

It now has a close menu/toolbar-icon and is visible in the taskbar.

The purpose of this code is to show how to modify existing programs
to run them on the DR.

Note that due to some limitation in the Python-port, the main-file to
load must be named 'python' (same as the executable) without any
extension.