Sponsored Content
Full Discussion: FluxBox: Can't add to menu
Operating Systems Linux Slackware FluxBox: Can't add to menu Post 302479825 by looop on Monday 13th of December 2010 04:34:12 AM
Old 12-13-2010
FluxBox: Can't add to menu

Have problem with the menu in FluxBox on SlackWare 13.1 on my desktop.
I simply can't add things to the menu, on my Laptop I do as follows:
Open a terminal, type
Code:
emacs ~/.fluxbox/menu

Then I add or remove the things I want to add or remove.

But on my desktop I can remove things, but I can't add them, when I save my menu file with
Code:
C+x C+s

But when I open the menu the things I have tried to add aren't there but the things I've wanted to remove is there not.
When I open the file again with:
Code:
emacs ~/.fluxbox/menu

The change are there but they don't work.
I get no error message no nothing - anyone who can help me?
 

9 More Discussions You Might Find Interesting

1. Windows & DOS: Issues & Discussions

How to add Win2000, Win Me option to Lilo menu?

Hi All, I have installed RH Linux 7.1, windows 2000 and windows ME in the same machine. There are two booting menu: Lilo: Linux Dos Dos : Windows2000 WindowsME If I want to use windowME, I need to boot lilo and choose dos and final choose windows ME. Have any... (3 Replies)
Discussion started by: wilsonchan1000
3 Replies

2. UNIX Desktop Questions & Answers

fluxbox

I have a problem witch my fluxbox, I can't configurie my keys. I wrote : Mod1 Tab :NextWindow Mod1 F1 :Workspace 1 Mod1 F2 :Workspace 2 Mod1 F3 :Workspace 3 Mod1 F4 :Workspace 4 and I can't use F1 , F2 ... any suggestion ?? thx cU (2 Replies)
Discussion started by: kezzol
2 Replies

3. Shell Programming and Scripting

How do I add the option to change the path in a menu?

How do I add the option to change the path in a menu? I have this script. The user chooses a number and had the option of doing something, looking for log files etc. There is a possibility they might want to look at a different path other than what I have given them such as... (2 Replies)
Discussion started by: taekwondo
2 Replies

4. Shell Programming and Scripting

Menu in Menu script issue

Problem: I am trying to create a menu in a menu script and I am running into an issue with the calculator portion of the script. I am first presented with the ==Options Menu== which all 5 options working correctly. Now comes the fun part. I select option 1 which takes me to my ==Calculator... (1 Reply)
Discussion started by: iDdraig
1 Replies

5. UNIX for Advanced & Expert Users

wireless connection with fluxbox via commands

Hi, By default I use all gnome stuff (gdm+metacity+...) and my connection works well. I wanted to try fluxbox. So I've just changed my window manger. And under fluxbox, wireless isn't managed automatically like with gnome. So I tried to set it up manually ... but I can't make my wireless... (0 Replies)
Discussion started by: xib.be
0 Replies

6. Ubuntu

Add Option To Right Menu

hey all, I already installed nautilus-actions now , I want to add "print path" script(option) to the right context menu!.. I did : http://img853.imageshack.us/img853/6973/59818245.png http://img847.imageshack.us/img847/8758/37217230.png the script print located in... (2 Replies)
Discussion started by: eawedat
2 Replies

7. Shell Programming and Scripting

Need help in create menu with 3 sub menu using the case command

hi all i am a newbie to this is there any examples on creating a main menu with 3 sub menu main menu -> option a , b and c a menu -> option 1 ,2 and 3 b menu -> option 1 ,2 c menu -> option 1 ,2 i am getting headache as my code kept getting unexpected EOF ---------- Post... (0 Replies)
Discussion started by: chercm
0 Replies

8. Shell Programming and Scripting

How to add a status once a step is complete on the header part of a menu?

Hi Guru's, i am creating a script that will update menu of either complete or failed. #!/bin/bash choice=0 while do echo ""; echo ""; echo ""; echo ""; echo ""; echo ""; echo "" echo " ###############################################" echo " # Choose... (3 Replies)
Discussion started by: reignangel2003
3 Replies

9. UNIX for Beginners Questions & Answers

Gnome 3.28.3 menu item dissapears under the system menu

I installed CentOS 8 with Gnome 3.28.2 and I noticed that the "switch user" menu item disappeared from under the system menu of Gnome classic (Both X11 & Wayland). I checked google and this problem seems to have a history going back several releases of Gnome. Unfortunately, I never found a... (1 Reply)
Discussion started by: bodisha
1 Replies
FBRUN(1)							  Fluxbox Manual							  FBRUN(1)

NAME
fbrun - display run dialog window SYNOPSIS
fbrun [options] DESCRIPTION
fbrun(1) is basically equivalent to the "Run..." dialog in other desktop environments. This means that it is an easy way to start a program that isn't contained in the menu (or needs a special set of parameters for this particular invocation). Pressing "Enter" will close the window and execute the command in your present $SHELL. Pressing "Esc" will close the window and does not execute anything. Another way fbrun can be useful is to be called from the menu with a preloaded command line that you can edit and then execute. An example might be sshing to a very long host name with lots of options of which one changes all the time. In this case, you could add an entry for fbrun to your menu that contains all the options and the host name. When you use said entry, you could edit the line as necessary and execute it. OPTIONS
-title title Set title -text text Text input -w width Window width in pixels -h height Window height in pixels -display display Display name, defaults to $DISPLAY -pos x y Window position in pixels -nearmouse Position the window under the mouse cursor -fg color Foreground text color. The default is black -bg color Background color. The default is white -font name Text font name -na Disable font antialias -hf filename History file to load. The default is ~/.fluxbox/fbrun_history. -help Show this help EXAMPLE
fbrun -fg black -bg white -text xterm -title "run xterm" AUTHORS
This manpage was originally written by Bastian Kleineidam <calvin at debian.org> for the Debian distribution of fluxbox (but may be used by others). It was then converted to asciidoc format by Jim Ramsay <i.am at jimramsay.com> for fluxbox-1.1.2 SEE ALSO
fluxbox(1) AUTHOR
Jim Ramsay <i.am@jimramsay.com> Author. fbrun.txt 18 February 2009 FBRUN(1)
All times are GMT -4. The time now is 08:50 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy