After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 361768 - gimp-remote called by .desktop file even with no XMU headers
gimp-remote called by .desktop file even with no XMU headers
Status: RESOLVED FIXED
Product: GIMP
Classification: Other
Component: General
2.3.x
Other Linux
: Normal normal
: 2.4
Assigned To: GIMP Bugs
GIMP Bugs
Depends on:
Blocks:
 
 
Reported: 2006-10-12 18:09 UTC by Maciej Katafiasz
Modified: 2008-01-15 14:09 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Maciej Katafiasz 2006-10-12 18:09:20 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.
Comment 1 Michael Natterer 2006-10-12 19:10:34 UTC
Indeed, I would prefer that. However we need to figure if XMU is
available on all X11 platforms.
Comment 2 Sven Neumann 2006-10-16 11:05:17 UTC
Actually, we should finally get rid of gimp-remote.
Comment 3 Sven Neumann 2006-12-20 14:31:05 UTC
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.