GNOME Bugzilla – Bug 622310
There are no icons on the button "Pause", "Continue", "Results"
Last modified: 2011-04-07 16:58:45 UTC
There are no icons on the button "Pause", "Continue", "Results" Instead of icons sheets with cross. Bug also present in other games package gnome-games. Bug does not depend on the installed icon themes. Archlinux, gnome-games 2.30.1-1 Original (Russian): Отсутствуют иконки на кнопках "Пауза", "Продолжить", "Результаты". Вместо иконок листки с крестиком. Баг присутствует и в других играх пакета gnome-games. Баг не зависит от установленной темы иконок.
libgames-support references "stock_timer", "stock_timer_stopped", and "stock_scores", none of which still exist in gnome-icon-theme.
Created attachment 179064 [details] [review] Fix missing icons Patch from Josselin Mouette to fix this bug.
*** Bug 631668 has been marked as a duplicate of this bug. ***
Comment on attachment 179064 [details] [review] Fix missing icons Looks good to me.
Thanks, pushed. This problem has been fixed in the development version. The fix will be available in the next major software release. Thank you for your bug report.
+ { GAMES_STOCK_RESUME_GAME, GTK_STOCK_MEDIA_PLAY }, #endif #ifndef HAVE_HILDON { GAMES_STOCK_NETWORK_GAME, GTK_STOCK_NETWORK }, { GAMES_STOCK_NETWORK_LEAVE, GTK_STOCK_STOP }, { GAMES_STOCK_PLAYER_LIST, GTK_STOCK_INFO }, - { GAMES_STOCK_PAUSE_GAME, "stock_timer_stopped" }, - { GAMES_STOCK_RESUME_GAME, "stock_timer" }, - { GAMES_STOCK_SCORES, "stock_scores" }, + { GAMES_STOCK_PAUSE_GAME, GTK_STOCK_MEDIA_PAUSE }, #endif /* !HAVE_HILDON */ Why did you add RESUME_GAME at the top, instead of inside the !HAVE_HILDON case where it was before? And it also needs to be ifdef'd inside stock_icon_aliases_bidi .
Ping!
Also, + { GAMES_STOCK_SCORES, "scores" }, where is this icon? It's installed as a 'private' icon, meaning that it should exist in our icons/ directory. But there is none. Really, I should just revert this patch...
This was fixed some time ago.