Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 312923 - media-sound/denemo-0.8.2: missing icons
Summary: media-sound/denemo-0.8.2: missing icons
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: x86 Linux
: High minor (vote)
Assignee: Gentoo Sound Team
URL:
Whiteboard:
Keywords:
Depends on: 293299
Blocks:
  Show dependency tree
 
Reported: 2010-04-03 07:55 UTC by Stephan Litterst
Modified: 2010-04-23 14:28 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Stephan Litterst 2010-04-03 07:55:07 UTC
Missing icons in denemo 0.8.2.
I get the following output when starting denemo via console:

BinReloc failed to initialize:
Domain: 91 (GBinReloc)
Code: 4
Message: Binary relocation support is disabled.
----------------

** (denemo:5179): WARNING **: Konnte angegebenen pixbuf nicht laden: 
Das Format der Bilddatei »/usr/share/denemo/pixmaps/feta26-scripts-coda.xbm« konnte nicht erkannt werden

init prefs run
(denemo:5179): Gtk-WARNING **: Refusing to add non-unique action 'Markings' to action group 'MenuActions'

(denemo:5179): Gtk-WARNING **: LilyToggleShow: missing action LilyToggleShow

(denemo:5179): Gtk-WARNING **: LilyToggleShow: missing action LilyToggleShow

(denemo:5179): Gtk-WARNING **: LilyCreateCustom: missing action LilyCreateCustom

(denemo:5179): Gtk-WARNING **: LilyToggleShow: missing action LilyToggleShow

(denemo:5179): Gtk-WARNING **: LilyDelete: missing action LilyDelete
Trying local file /home/stephan/.denemo/actions/Default.cmdset as xml...I/O warning : failed to load external entity "/home/stephan/.denemo/actions/Default.cmdset"

** (denemo:5179): WARNING **: Could not read XML file /home/stephan/.denemo/actions/Default.cmdset
..no.
Trying systemwide file /usr/share/denemo/actions/Default.cmdset as xml...Hiding Builtin StemUp
Hiding Builtin StemDown

(denemo:5179): Gtk-WARNING **: Refusing to add non-unique action 'Transpose' to action group 'MenuActions'
..ok.

GNU Denemo, eine gtk+-Benutzeroberfläche für GNU Lilypond
(c) 1999-2005 Matthew Hiller, Adam Tee, und andere


This program is provided with absolutely NO WARRANTY; see
the file COPYING for details.

This software may be redistributed and modified under the
terms of the GNU General Public License; again, see the file
COPYING for details.

Calling script (use-modules (srfi srfi-13))
(define Chord? (lambda ()
                  (string=? (d-GetType) "CHORD")))

(define NextChordInSelection (lambda () (if (d-NextSelectedObject) 
                                            (if (Chord?)
                                                 #t
                                                 (NextChordInSelection))
                                            #f
                                            )))
(define FirstChordInSelection (lambda () (if (d-GoToMark)
                                                  (if (Chord?)
                                                 #t)
                                                  #f)))
                                    
(define ApplyToSelection (lambda (command positioning_command)
                           (begin
                             (if (eval-string positioning_command)
                                 (begin
                                    (eval-string  command)
                                    (ApplyToSelection command "(d-NextSelectedObject)"))))))

(display "Denemo scheme initialization complete. ")
(d-A)
(d-SetGrace)
(d-GoToEnd)
(d-DeletePreviousObject)
(d-DeletePreviousObject)
(d-DeletePreviousObject)
(display "Worked around initialization bug for grace notes. ")

Denemo scheme initialization complete. Worked around initialization bug for grace notes. I/O warning : failed to load external entity "/home/stephan/.denemo/actions/init.denemo"

** (denemo:5179): WARNING **: Could not read XML file /home/stephan/.denemo/actions/init.denemo


Reproducible: Always

Steps to Reproduce:
1.start denemo version 0.8.2
2.
3.

Actual Results:  
no icons

Expected Results:  
icons

There is a newer version available on the denemo homepage:
http://www.denemo.org/index.php/Main_Page
The problem may be already fixed but not in portage...
Comment 1 Stephan Litterst 2010-04-05 06:38:43 UTC
I downloaded and compiled the newest denemo version which fixed the problem.
Comment 2 Samuli Suominen (RETIRED) gentoo-dev 2010-04-23 14:28:58 UTC
(In reply to comment #1)
> I downloaded and compiled the newest denemo version which fixed the problem.
> 

in portage now