Hi Christophe, I read the current review status of the Fedora package for GoGui and here are some more remarks: I won't use xdg-utils in install.sh of the next version of GoGui anymore. I simply use /usr/bin/install to install the icons and desktop/mime entries to the standard locations. See the current version of install.sh in GoGui's git repository. You might consider to already do the same for the Fedora package for GoGui 1.4.6, which would get rid of the build dependency on xdg-utils and allow you to install a SVG icon for GoGui (installing scalable icons is not supported by xdg-utils, at least not in the version I am using). The line for installing the SVG icon is: install -m 644 src/net/sf/gogui/images/gogui.svg $PREFIX/share/icons/hicolor/scalable/apps This will make the application icon look much nicer on modern Gnome desktops. Note that I also renamed the desktop entry and application icons to no longer use the prefix "gogui-" (which was only because xdg-utils complained about a missing vendor prefix). So you either have to change the icon name in gogui.desktop and rename gogui-gogui.png to gogui.png, or you have to rename gogui.svg to gogui-gogui.svg. Regards - Markus