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 126000 - GAP plug-ins don't like being moved
GAP plug-ins don't like being moved
Status: RESOLVED NOTABUG
Product: gimp-gap
Classification: Other
Component: general
Current SVN
Other Windows
: Normal normal
: ---
Assigned To: hof
hof
Depends on:
Blocks:
 
 
Reported: 2003-11-01 20:04 UTC by Michael Schumacher
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Michael Schumacher 2003-11-01 20:04:32 UTC
When the GAP plug-in executables are moved to another directory (this is
the default on win32 btw, since the files system is localized and users
often install to arbitrary directories), strange things happen:

Each time a GAP plug-in is used, a console windows opens. The plug-in
itself seems to work, but most users will recognize it as broken.

Some of them even seem to hang GIMP, but I've not been able to find a way
reproduce this.

Other GIMP plug-ins and GIMP itself can be moved without problems. Is
anything hard coded in GAP that shouldn't be?
Comment 1 Sven Neumann 2003-11-08 18:03:20 UTC
*** Bug 126499 has been marked as a duplicate of this bug. ***
Comment 2 Sven Neumann 2003-11-08 18:04:04 UTC
Sorry, entered the number into the wrong entry. This report is unrelated.
Comment 3 Sven Neumann 2003-11-08 18:06:12 UTC
It would certainly help if you could tell us what the console window
is trying to tell us. I assume that there's some output, isn't it ?
Comment 4 Michael Schumacher 2003-11-09 17:19:23 UTC
IIRC there is no output, just the console window. "IIRC" because I
don't have a working GAP right now, cause by the gimp_dialog_new changes.
Comment 5 Sven Neumann 2004-02-12 13:17:11 UTC
You should be able to compile gimp-gap from CVS. Michael, can you
check if the latest version still shows this problem?
Comment 6 Michael Schumacher 2004-02-12 14:21:57 UTC
Still happens with current cvs. The console windows open and close
instantly when gimp is started, and stay open when the plug-ins are
used   in GIMP. But there is no ouput.
Comment 7 Jernej Simoncic 2004-03-28 18:35:27 UTC
Are you sure this isn't just a case of missing -mwindows compiler flag?
Comment 8 Michael Schumacher 2004-03-28 18:50:55 UTC
As I get the same symptoms with the separate plug-in, and already successfully
tried to add -mwindows to the LDFLAGS, this could be the cause here, too. So the
fix would be to add this option.

BTW, is there a reason why the console window does not appear when the plug-ins
are not moved?
Comment 9 Michael Schumacher 2004-09-13 18:30:15 UTC
Closing this bug - -mwindows fixes it, and LDFLAGS get used.