User Tools

Site Tools


fluxboxmenu
no way to compare when less than two revisions

Differences

This shows you the differences between two versions of the page.


fluxboxmenu [2013/01/28 04:29] (current) – created - external edit 127.0.0.1
Line 1: Line 1:
 +====== Fluxbox Menu ======
 +You need to edit file in ~/.fluxbox/menu
  
 +The systax is very simple..
 +
 +Just add this line in the correct submenu
 +<file>
 +[exec] (Name) {/path/application}
 +</file>
 +Also do this
 +<file>
 +ln -s /full_path_to_executable /usr/bin
 +</file>
 +as root
 +
 +===== Example =====
 +Add to ~/.fluxbox/menu
 +<file>
 +[exec] (firefox) {/home/opti/Apps/Firefox/firefox-installer/firefox}
 +</file>
 +Then run this as root
 +<file>
 +ln -s /home/opti/Apps/Firefox/firefox-installer/firefox /usr/bin
 +</file>
 +
 +-- Main.FredPettis - 2010-10-13
fluxboxmenu.txt · Last modified: 2013/01/28 04:29 by 127.0.0.1