I have the same output than Richard (I run a Fedora 18 64bits) when I run your program. I usually use Gtk3 when I compile denemo, and I don't have this result.
2013/5/17 Richard Shann <[email protected]> > I don't have much idea here, but FWIW here is the output when I try the > binary you quoted (the program runs - the music is visible, and the > staff name is readable, but the menus are all boxes and, curiously the > print view window is solid blue). > Below is the console output on running it, > Richard > ./denemo > GUILE_LOAD_PATH > is > /home/denemo-user/denemo/usr/share/guile/1.8::/home/denemo-user/denemo/usr/share/denemo/actions > GUILE_LOAD_PATH > is > /home/denemo-user/denemo/usr/share/guile/1.8::/home/denemo-user/denemo/usr/share/denemo/actions:/home/denemo-user/denemo/usr/share/denemo/actions/denemo-modules > Gtk-Message: Failed to load module "canberra-gtk-module" > > systemwide == /home/denemo-user/denemo/usr/etc/denemo/denemo.conf > > xmlsource == /home/denemo-user/denemo/usr/etc/denemo/denemo.conf > > xmlsource == /home/denemo-user/.denemo-1.0.3/denemorc > /usr/lib/gio/modules/libgvfsdbus.so: wrong ELF class: ELFCLASS64 > Failed to load module: /usr/lib/gio/modules/libgvfsdbus.so > > (denemo:28594): Pango-CRITICAL **: No modules found: > No builtin or dynamically loaded modules were found. > PangoFc will not work correctly. > This probably means there was an error in the creation of: > '/usr/etc/pango/pango.modules' > You should create this file by running: > pango-querymodules > '/usr/etc/pango/pango.modules' > > (denemo:28594): Pango-WARNING **: failed to choose a font, expect ugly > output. engine-type='PangoRenderFc', script='latin' > > (denemo:28594): Pango-WARNING **: failed to choose a font, expect ugly > output. engine-type='PangoRenderFc', script='common' > > GNU Denemo, a free and open music notation editor > (c) 1999-2005, 2009 Matthew Hiller, Adam Tee, and others, 2010-2011 > Richard Shann, Jeremiah Benham, Nils Gey and others. > > > 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. > > audio driver is 'portaudio' 0 > Initializing Fluidsynth > ALSA > lib > /home/jjbenham/src/gub/target/linux-x86/src/alsa-1.0.25/src/pcm/pcm.c:2217:(snd_pcm_open_noupdate) > Unknown PCM cards.pcm.rear > ALSA > lib > /home/jjbenham/src/gub/target/linux-x86/src/alsa-1.0.25/src/pcm/pcm.c:2217:(snd_pcm_open_noupdate) > Unknown PCM cards.pcm.center_lfe > ALSA > lib > /home/jjbenham/src/gub/target/linux-x86/src/alsa-1.0.25/src/pcm/pcm.c:2217:(snd_pcm_open_noupdate) > Unknown PCM cards.pcm.side > ALSA > lib > /home/jjbenham/src/gub/target/linux-x86/src/alsa-1.0.25/src/pcm/pcm_dmix.c:1018:(snd_pcm_dmix_open) > unable to open slave > ALSA > lib > /home/jjbenham/src/gub/target/linux-x86/src/alsa-1.0.25/src/pcm/pcm_dmix.c:1018:(snd_pcm_dmix_open) > unable to open slave > fluidsynth: warning: Failed to pin the sample data to RAM; swapping is > possible. > > ** (denemo:28594): WARNING **: > The default soundfont has been loaded > > initializing PortAudio backend > ALSA > lib > /home/jjbenham/src/gub/target/linux-x86/src/alsa-1.0.25/src/pcm/pcm.c:2217:(snd_pcm_open_noupdate) > Unknown PCM cards.pcm.rear > ALSA > lib > /home/jjbenham/src/gub/target/linux-x86/src/alsa-1.0.25/src/pcm/pcm.c:2217:(snd_pcm_open_noupdate) > Unknown PCM cards.pcm.center_lfe > ALSA > lib > /home/jjbenham/src/gub/target/linux-x86/src/alsa-1.0.25/src/pcm/pcm.c:2217:(snd_pcm_open_noupdate) > Unknown PCM cards.pcm.side > ALSA > lib > /home/jjbenham/src/gub/target/linux-x86/src/alsa-1.0.25/src/pcm/pcm_dmix.c:1018:(snd_pcm_dmix_open) > unable to open slave > ALSA > lib > /home/jjbenham/src/gub/target/linux-x86/src/alsa-1.0.25/src/pcm/pcm_dmix.c:1018:(snd_pcm_dmix_open) > unable to open slave > opening output device 'ALSA: HDA Intel PCH: VT2020 Digital (hw:0,1)' > MIDI driver is 'portmidi' > initializing PortMidi backend > opening input device 'ALSA: Midi Through Port-0' > opening output device 'ALSA: Midi Through Port-0' > > (denemo:28594): Gtk-WARNING **: Error loading icon from file > '/home/denemo-user/denemo/usr/share/denemo/../pixmaps/denemo.png': > Couldn't recognize the image file format for file > '/home/denemo-user/denemo/usr/share/denemo/../pixmaps/denemo.png' > > (denemo:28594): EvinceDocument-WARNING **: Error opening directory > '/usr/lib/evince/3/backends': No such file or directory > recent (null) > Version 1_0_3Arranger Profile > Gtk version 3.2.0 > > (denemo:28594): GLib-GObject-WARNING **: value "-nan" of type `gdouble' > is invalid or out of range for property `step-increment' of type > `gdouble' > > (denemo:28594): GLib-GObject-WARNING **: value "-nan" of type `gdouble' > is invalid or out of range for property `page-increment' of type > `gdouble' > > ** (denemo:28594): WARNING **: Error launching lilypond! Message is > Failed to execute child process > "/home/denemo-user/local/bin/lilypond" (No such file or directory) > > > ** (denemo:28594): WARNING **: Error executing lilypond. Perhaps > Lilypond is not installed > > > On Thu, 2013-05-16 at 12:59 -0500, Jeremiah Benham wrote: > > I have been trying to build a linux binary based on gtk3. I am having > > an issue with the menu fonts not displaying. I was wonder if any of > > you have a clue as to what can fix it. I ran fc-cache and > > pango-qureymodules but that did not seem to work. > > > > > > Jeremiah > > > > http://denemo.org/downloads/denemo-0.0.0-0.linux-x86 > > > > _______________________________________________ > > Denemo-devel mailing list > > [email protected] > > https://lists.gnu.org/mailman/listinfo/denemo-devel > > > > _______________________________________________ > Denemo-devel mailing list > [email protected] > https://lists.gnu.org/mailman/listinfo/denemo-devel > -- Éloi Rivard - [email protected] « On perd plus à être indécis qu'à se tromper. »
_______________________________________________ Denemo-devel mailing list [email protected] https://lists.gnu.org/mailman/listinfo/denemo-devel
