According to this command:
- Code: Select all
equo query installed icewm --verbose
icewm was compiled with the gnome USE flag.
From the ebuild:
- Code: Select all
pkg_postinst() {
if use gnome; then
elog "You have enabled gnome USE flag which provides icewm-menu-gnome2 ."
elog "It is used internally and generates IceWM program menus from"
elog "FreeDesktop .desktop files"
fi
}
However, I get an empty menu in icewm. I do not have Gnome installed but the .desktop files are in the standard directory:
/usr/share/applications
You should be able to specify the directory to look in by putting the following line in the .icewm/menu file but it has no effect.
- Code: Select all
menuprog "Progs" folder icewm-menu-gnome2 --list /usr/share/applications/
- Code: Select all
equo query files icewm
Does not show
icewm-menu-gnome1
or
icewm-menu-gnome2
as files belonging to icewm and they are not on my computer. The gnome USE flag is supposed to cause those scripts to be included in the installation but they are not there.
Something is not right but I don't know what it is. Does anyone know how to solve this problem?
