Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 22021 - nautilus-media libglade-WARNING could not find glade file
Summary: nautilus-media libglade-WARNING could not find glade file
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] GNOME (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Linux Gnome Desktop Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-05-31 18:07 UTC by Link M Dupont
Modified: 2003-06-01 06:22 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 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.