Bug 67485

Summary: fvmw2 package build doesn't set image path
Product: [Retired] Red Hat Linux Reporter: Ian Mortimer <i.mortimer>
Component: fvwm2Assignee: Than Ngo <than>
Status: CLOSED RAWHIDE QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: 7.3   
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2002-06-26 04:09:56 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Attachments:
Description Flags
Patch to configure imagepath in build of fvwm2 none

Description Ian Mortimer 2002-06-26 04:07:58 UTC
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.0.0) Gecko/20020605

Description of problem:
The spec file for fvwm2 uses a --with-iconpath argument to configure.
This option no longer works - it has been replaced by --with-imagepath.

The consequence is that the image path is not configured properly.

Version-Release number of selected component (if applicable):
2.4.6-1

How reproducible:
Always

Steps to Reproduce:
1.configure some icons in your .fvwm2rc configuration file.
2.restart fvwm2
3.
	

Actual Results:  The icons aren't displayed because fvwm2 isn't looking in
the right place for them.

Expected Results:  The icons should have displayed since they are in the 
standard search path.

Additional info:

This is an easy fix.  Just replace --with-iconpath in line 75
of fvwm2.spec with --with-imagepath or apply the attached patch
to fvwm2.spec.

Comment 1 Ian Mortimer 2002-06-26 04:09:48 UTC
Created attachment 62664 [details]
Patch to configure imagepath in build of fvwm2

Comment 2 Ngo Than 2002-07-01 12:35:07 UTC
it's fixed now in 2.4.6-2. Thanks for your fix