Linux - GeneralThis Linux forum is for general Linux questions and discussion.
If it is Linux Related and doesn't seem to fit in any other forum then this is the place.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Distribution: Ubuntu (main), opensuse (for testing Dolphin Viewer for Second Life)
Posts: 41
Rep:
fluxbox: can't find firefox
Just downloaded FluxBox and I can't seem to find Firefox, it's called "Web browser" and for some reason I can't find it in FluxBox but I can find Konquerer and Opera, but not Firefox. How can I find it to use it again (like I did in KDE) in FluxBox?
You can execute it through the command line by typing '/usr/bin/firefox' (unless Firefox was installed to a different directory). If you want to add it to the menu you need to add it to your menu file. Type 'sudo nano ~/.fluxbox/menu' (replace nano with whatever text editor you would like). You'll want to want to add the line '[exec] (Firefox) {/usr/bin/firefox}' to the file, somewhere withing the [begin]...[submenu]...[end] lines of the file. The [begin] lines are the main menus within the fluxbox menu and the [submenu] lines are the submenus within those menus. The [end] lines end what will be shown in each menu. Put the line wherever you would most prefer.
Distribution: Ubuntu (main), opensuse (for testing Dolphin Viewer for Second Life)
Posts: 41
Original Poster
Rep:
I downloaded firefox and now I have a "web browser" application like firefox and firefox. At first firefox wasn't there and then I did what you said and it was there. THere are other applications that didn't show up too so I'll try those later.Like skype.
Glad to help. If you want to add anymore apps just follow the same template. The '[exec]' part of the line just indicates that it's an application to be executed. The part in parentheses is what will be displayed in the menu and the part in brackets is what should actually be executed (a.k.a the location of the application). Also, don't be afraid to remove any menu items that don't seem to work. Make the menu the way you prefer.
Distribution: Ubuntu (main), opensuse (for testing Dolphin Viewer for Second Life)
Posts: 41
Original Poster
Rep:
Well, what I meant to say is that I can't find 'Web Browser' but firefox was added just by using /usr/bin/firefox and I don't know how to get any text editor up or use them. Maybe it would help if I knew how to find the ones I have. And figure out how to use them once I know I have them.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.