Bug 1911

Summary: SEVERE: ProcPop glade XML file not found
Product: frysk Reporter: Adam Jocksch <ajocksch>
Component: generalAssignee: Andrew Cagney <cagney>
Status: RESOLVED FIXED    
Severity: normal CC: pmuldoon, swagiaal
Priority: P1    
Version: unspecified   
Target Milestone: ---   
Host: Target:
Build: Last reconfirmed:
Project(s) to access: ssh public key:
Bug Depends on:    
Bug Blocks: 1632    

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>>.