Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 22021

Summary: nautilus-media libglade-WARNING could not find glade file
Product: Gentoo Linux Reporter: Link M Dupont <link.dupont>
Component: [OLD] GNOMEAssignee: Gentoo Linux Gnome Desktop Team <gnome>
Status: RESOLVED INVALID    
Severity: normal    
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Link M Dupont 2003-05-31 18:07:56 UTC
when i have nautilus running and i run the properties of an audio file, the
following warning appears:
(nautilus:31113): libglade-WARNING **: could not find glade file
'/var/tmp/portage/nautilus-media-0.2.1/work/nautilus-media-0.2.1/audio-properties-view/audio-properties-view.glade'

not sure if this is good or bad, but it seems to me nautilus shouldn't be
looking there.
Comment 1 Alastair Tse (RETIRED) gentoo-dev 2003-06-01 06:22:19 UTC
its should be fine to ignore the warning .. the code in nautilus-media checks in two places:

DATADIR_UNINST "/audio-properties-view/audio-properties-view.glade
DATADIR"/nautilus/glade/audio-properties-view.glade"

as long as the audio properties tab works, then it should be working fine. the other path is for local testing without installing, i guess. audio-properties-view.glade doesn't even get installed in anything resembling that path.