[2/4] tools: enable .lnk thumbnailing in Gnome

Alexandre Julliard julliard at winehq.org
Mon Jul 26 05:57:57 CDT 2010


Damjan Jovanovic <damjan.jov at gmail.com> writes:

> diff --git a/tools/Makefile.in b/tools/Makefile.in
> index a9ec324..a0c9c99 100644
> --- a/tools/Makefile.in
> +++ b/tools/Makefile.in
> @@ -75,6 +75,8 @@ install install-lib:: wine.inf $(INSTALLDIRS)
>  	$(INSTALL_DATA) $(SRCDIR)/l_intl.nls $(DESTDIR)$(datadir)/wine/l_intl.nls
>  	$(INSTALL_DATA) $(SRCDIR)/wine.desktop $(DESTDIR)$(datadir)/applications/wine.desktop
>  	-$(UPDATE_DESKTOP_DATABASE)
> +	gconftool --set -t string /desktop/gnome/thumbnailers/application at x-ms-shortcut/command "wine winemenubuilder -t %i %o" || true
> +	gconftool --set -t bool /desktop/gnome/thumbnailers/application at x-ms-shortcut/enable "true" || true

There needs to be a better way of doing this. Probably filing a bug with
freedesktop.org is in order.

-- 
Alexandre Julliard
julliard at winehq.org



More information about the wine-devel mailing list