Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 332117 - fvwm-crystal requires fvwm to be built with png support
Summary: fvwm-crystal requires fvwm to be built with png support
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: No maintainer - Look at https://wiki.gentoo.org/wiki/Project:Proxy_Maintainers if you want to take care of it
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-08-10 20:01 UTC by Jonathan Geisler
Modified: 2011-09-27 13:52 UTC (History)
2 users (show)

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 Jonathan Geisler 2010-08-10 20:01:23 UTC
fvwm-crystal uses a lot of icons for its built in menus that are in png format and so it needs fvwm to be built with that use flag set.  The wm still runs without the use flag, but it is much more difficult to use the system if you don't know the missing icons can still be clicked on.  Setting a runtime use dependency on fvwm of +png will solve the problem

Reproducible: Always

Steps to Reproduce:
1. emerge fvwm[-png]
2. emerge fvwm-crystal
3. set .xinitrc to run fvwm-crystal
4. startx

Actual Results:  
fvwm-crystal runs, but the menus don't display the various icons and are just blank.  You need to guess that the menus even exist before you know to click on them to get them to do the various tasks they are assigned to do.

Expected Results:  
The menus should come up with the proper icons already displayed.
Comment 1 Dominique Michel 2011-02-20 13:00:10 UTC
It is a fix for this issue into bug 345985
Comment 2 Samuli Suominen (RETIRED) gentoo-dev 2011-09-27 13:52:27 UTC
+  27 Sep 2011; Samuli Suominen <ssuominen@gentoo.org>
+  fvwm-crystal-3.0.6-r1.ebuild:
+  Fix missing USE="png" depend for x11-wm/fvwm wrt #332117 by Jonathan Geisler