Bug 186450 - Main window comes up, but no buttons work.
Summary: Main window comes up, but no buttons work.
Keywords:
Status: CLOSED NEXTRELEASE
Alias: None
Product: Fedora
Classification: Fedora
Component: gmpc
Version: 5
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Aurelien Bompard
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks: FE6Target
TreeView+ depends on / blocked
 
Reported: 2006-03-23 17:20 UTC by Jonathan Dieter
Modified: 2007-11-30 22:11 UTC (History)
1 user (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2006-04-11 15:41:01 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)
Fixed .spec file (2.15 KB, patch)
2006-03-23 17:20 UTC, Jonathan Dieter
no flags Details | Diff

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.


Note You need to log in before you can comment on or make changes to this bug.