Bug 123286

Summary: Missing 'glade--' when setting Language to C++
Product: [Fedora] Fedora Reporter: Pascal Volk <bugzilla.redhat>
Component: glade2Assignee: Matthias Clasen <mclasen>
Status: CLOSED UPSTREAM QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: rawhide   
Target Milestone: ---   
Target Release: ---   
Hardware: i386   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2004-09-29 04:21:36 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Pascal Volk 2004-05-15 21:00:03 UTC
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.6) Gecko/20040510

Description of problem:
When I select the Language C++ in the options dialog and try to build
the source code glade-2 returns the following message:

Errors writing source code

Error running glade-- to generate the C++ source code.
Check that you have glade-- installed and that it is in your PATH.
Then try running 'glade-- <project_file.glade>' in a terminal.

Version-Release number of selected component (if applicable):
glade2-2.5.0-1

How reproducible:
Always

Steps to Reproduce:
1. Start glade-2
2. Open foo.project
3. Menu: Project -> Options...
4. Select Language C++
5. hit OK
6. Press Ctrl+B

Actual Results:  Returns:
Errors writing source code

Error running glade-- to generate the C++ source code.
Check that you have glade-- installed and that it is in your PATH.
Then try running 'glade-- <project_file.glade>' in a terminal.

In xterm:
sh: line 1: glade--: command not found

Comment 1 Matthias Clasen 2004-09-29 04:21:36 UTC
Generating source code from glade is deprecated anyway, but maybe
glade should check for the availability of glade--/gate and disable
the radio buttons if they're not there. Filed upstream as
http://bugzilla.gnome.org/show_bug.cgi?id=154027