Bug 1911 - SEVERE: ProcPop glade XML file not found
Summary: SEVERE: ProcPop glade XML file not found
Status: RESOLVED FIXED
Alias: None
Product: frysk
Classification: Unclassified
Component: general (show other bugs)
Version: unspecified
: P1 normal
Target Milestone: ---
Assignee: Andrew Cagney
URL:
Keywords:
Depends on:
Blocks: 1632
  Show dependency treegraph
 
Reported: 2005-11-22 21:15 UTC by Adam Jocksch
Modified: 2005-11-29 01:44 UTC (History)
2 users (show)

See Also:
Host:
Target:
Build:
Last reconfirmed:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Adam Jocksch 2005-11-22 21:15:26 UTC
When running frysk after a make install it cannot find the procpop glade xml file
Comment 1 Andrew Cagney 2005-11-29 01:44:43 UTC
Turns out that the frysk-*/configure.ac:AC_INIT macros must all get <<frysk>>
and not <<frysk-gui>> et.al. as the package name.  Otherwize the glade files get
installed into /usr/share/frysk-gui/... which isn't where the gui is looking.

2005-11-28  Andrew Cagney  <cagney@redhat.com>

        * configure.ac (AC_INIT): Shorten package to just <<frysk>>.