Bug 186450

Summary: Main window comes up, but no buttons work.
Product: [Fedora] Fedora Reporter: Jonathan Dieter <jonathan>
Component: gmpcAssignee: Aurelien Bompard <gauret>
Status: CLOSED NEXTRELEASE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: medium Docs Contact:
Priority: medium    
Version: 5CC: extras-qa
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2006-04-11 15:41:01 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:
Bug Depends On:    
Bug Blocks: 187071    
Attachments:
Description Flags
Fixed .spec file none

Description Jonathan Dieter 2006-03-23 17:20:36 UTC
Description of problem:
When I open gmpc, the main window comes up, but none of the buttons work.
When I open it in the command prompt, the following messages appear:
(gmpc:9199): libglade-WARNING **: could not find signal handler 'id3_info'.
(gmpc:9199): libglade-WARNING **: could not find signal handler
'progress_seek_stop'.
(gmpc:9199): libglade-WARNING **: could not find signal handler
'change_progress_update'.
(gmpc:9199): libglade-WARNING **: could not find signal handler 'next_song'.
(gmpc:9199): libglade-WARNING **: could not find signal handler
'time_format_toggle'.
(gmpc:9199): libglade-WARNING **: could not find signal handler
'volume_change_update'.
(gmpc:9199): libglade-WARNING **: could not find signal handler 'random_pl'.
(gmpc:9199): libglade-WARNING **: could not find signal handler
'title_size_allocate'.
(gmpc:9199): libglade-WARNING **: could not find signal handler
'create_preferences_window'.
(gmpc:9199): libglade-WARNING **: could not find signal handler
'volume_change_start'.
(gmpc:9199): libglade-WARNING **: could not find signal handler
'volume_change_stop'.
(gmpc:9199): libglade-WARNING **: could not find signal handler
'progress_seek_start'.
(gmpc:9199): libglade-WARNING **: could not find signal handler 'repeat_pl'.
(gmpc:9199): libglade-WARNING **: could not find signal handler 'toggle_playlist2'.
(gmpc:9199): libglade-WARNING **: could not find signal handler 'prev_song'.
(gmpc:9199): libglade-WARNING **: could not find signal handler 'play_song'.
(gmpc:9199): libglade-WARNING **: could not find signal handler 'stop_song'.

The problem seems to lie with how the program is linked.  I've attached a new
spec file that fixes it.  The only change I made was to add
"LDFLAGS=-Wl,--export-dynamic" to the make line.

Version-Release number of selected component (if applicable):
0.11.2-3fc5

How reproducible:
Always

Comment 1 Jonathan Dieter 2006-03-23 17:20:36 UTC
Created attachment 126554 [details]
Fixed .spec file

Comment 2 Aurelien Bompard 2006-04-11 15:41:01 UTC
Patch applied, thanks. The next release is building.