From 3ff3262e50d2515845ff0f139208f5891933693f Mon Sep 17 00:00:00 2001 From: Andreas Bierfert Date: Apr 03 2006 12:05:39 +0000 Subject: - fix #187734 --- diff --git a/fluxbox-menu.patch b/fluxbox-menu.patch index 328a083..b82587c 100644 --- a/fluxbox-menu.patch +++ b/fluxbox-menu.patch @@ -5,7 +5,7 @@ # idesk & +if [ -x /usr/bin/fluxbox-xdg-menu.py ]; then -+ /usr/bin/fluxbox-generate_menu --with-icons & ++ /usr/bin/fluxbox-xdg-menu.py --with-icons & +fi + # And last but not least we start fluxbox. diff --git a/fluxbox.spec b/fluxbox.spec index 6af1f1c..11e3576 100644 --- a/fluxbox.spec +++ b/fluxbox.spec @@ -1,6 +1,6 @@ Name: fluxbox Version: 0.9.15 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Window Manager based on Blackbox @@ -78,6 +78,10 @@ rm -rf $RPM_BUILD_ROOT %{_datadir}/xsessions/fluxbox.desktop %changelog +* Mon Apr 03 2006 Andreas Bierfert +0.9.15-2 +- fix #187734 + * Sun Mar 19 2006 Andreas Bierfert 0.9.15-1 - version upgrade