GNOME Bugzilla – Bug 361768
gimp-remote called by .desktop file even with no XMU headers
Last modified: 2008-01-15 14:09:15 UTC
.desktop file calls gimp-remote even if ./configure didn't find XMU headers and reported the remote support won't be compiled in. It should be changed to either accommodate for that in .desktop, or as mitch says, just make XMU a hard requirement since we want to be running gimp-remote always.
Indeed, I would prefer that. However we need to figure if XMU is available on all X11 platforms.
Actually, we should finally get rid of gimp-remote.
2006-12-20 Sven Neumann <sven@gimp.org> * configure.in: set variable GIMP_COMMAND depending on whether gimp-remote is being built or not. * desktop/gimp.applications.in (command) * desktop/gimp.desktop.in.in (Exec): use @GIMP_COMMAND@. Fixes bug #361768.