Pages : 1
#1 Le 02/07/2012, à 20:31
- lmsv
Glines (Five or more)
Bonjour,
Glines (Five or more ) ne marche pas avec la version 12.04 de Ubuntu,
Il existe un patch, mais je ne sais pas comment l'appliquer.
Merci pour votre aide.
Voici le patch :
Author: Carey Underwood <cwillu@cwillu.com>
Bug-Ubuntu: https://launchpad.net/bugs/995281
--- gnome-games-3.4.1.orig/glines/src/glines.c
+++ gnome-games-3.4.1/glines/src/glines.c
@@ -439,6 +439,9 @@ draw_preview (void)
{
guint i;
cairo_pattern_t *pattern;
+ if (preview[0] == 0)
+ init_preview();
for (i = 0; i < MAXNPIECES; i++) {
@@ -1614,6 +1617,7 @@ main (int argc, char *argv[])
gtk_widget_show_all (app);
+ reset_game ();
start_game ();
/* Enter the event loop */
Hors ligne
Pages : 1