Package: fluxbox
Version: 0.9.11-1
Severity: wishlist
Tags: patch

Hi

Starting from version 0.9.10 fluxbox supports icons in the menu[0].
Attached you find a patch for fluxbox.menu-methods which activates these
icons. 

Thanks!

Reto Schuettel

0: http://www.fluxbox.org/version-0.9.php
|     * Added icons in menu and improved menu loading speed
|       * New option for menu file:
|        [key] (label) {argument to key} <the icon filename>
|        example:
|        [exec] (aterm) {aterm} <terminal.xpm>


diff -ru fluxbox-0.9.11.orig/debian/fluxbox.menu-method 
fluxbox-0.9.11/debian/fluxbox.menu-method
--- fluxbox-0.9.11.orig/debian/fluxbox.menu-method      2005-01-23 
13:46:22.000000000 +0100
+++ fluxbox-0.9.11/debian/fluxbox.menu-method   2005-01-23 13:46:45.000000000 
+0100
@@ -15,9 +15,9 @@
 treewalk=M)
 
 supported
-    x11=   nstring(level(), "   ") "[exec] (" esc($title, ")") ") {" 
esc($command, "()") "}\n" 
+    x11=   nstring(level(), "   ") "[exec] (" esc($title, ")") ") {" 
esc($command, "()") "} <" esc($icon, "<>") ">\n" 
     wm=           nstring(level(), "   ") "[restart] ("  esc($title, ")")  ")  
{" esc($command, "()") "}\n" 
-    text=  nstring(level(), "   ") "[exec] (" esc($title, ")") ") { 
x-terminal-emulator -T \"" $title "\" -e " esc($command, "()") "}\n"
+    text=  nstring(level(), "   ") "[exec] (" esc($title, ")") ") { 
x-terminal-emulator -T \"" $title "\" -e " esc($command, "()") "} <" esc($icon, 
"<>") ">\n"
     fluxbox= nstring(level(), "   ") "[" esc($command, "()") "] (" esc($title, 
")") ")\n"
 endsupported
 

Reply via email to