LinuxQuestions.org
Visit Jeremy's Blog.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 03-26-2007, 10:26 PM   #1
phantom_cyph
Senior Member
 
Registered: Feb 2007
Location: The Tropics
Distribution: Slackware & Derivatives
Posts: 2,472
Blog Entries: 1

Rep: Reputation: 128Reputation: 128
Fluxbox problem


OK, I finally got fluxbox installed. Now my question is, I can't open any applications, the only thing that shows up on right click is the option for a terminal, and the fluxbox configuration menu. Do I need to configure it to have all my applications?

BTW-I am using KDE right now.
 
Old 03-26-2007, 10:31 PM   #2
Hitboxx
Senior Member
 
Registered: Mar 2006
Location: India
Distribution: Fedora
Posts: 1,562
Blog Entries: 3

Rep: Reputation: 68
Yes everything in Fluxbox has to be hand edited using a text editor.

Read the documentation http://fluxbox.sourceforge.net/docbook.php
 
Old 03-26-2007, 10:33 PM   #3
phantom_cyph
Senior Member
 
Registered: Feb 2007
Location: The Tropics
Distribution: Slackware & Derivatives
Posts: 2,472

Original Poster
Blog Entries: 1

Rep: Reputation: 128Reputation: 128
Text editor or the configure menu? (it didnt say)
 
Old 03-26-2007, 10:38 PM   #4
Simon Bridge
LQ Guru
 
Registered: Oct 2003
Location: Waiheke NZ
Distribution: Ubuntu
Posts: 9,211

Rep: Reputation: 198Reputation: 198
What fluxbox comes with tends to depend on how you installed it. It sounds like you had trouble. It also sounds like you missed something out.

What happens when you try the configure option?

OT - From sig:
Quote:
don't abbreviate or use slang-it can be hard to understand!
... there should be a space each side of the hyphen so the "slang-it" becomes "slang - it". The first (your) version joins the two words together, the second version separates the parts of the sentence, which, I guess, is what you intended. Of course, one should use a colon there, thus:

...don't abbreviate or use slang: it can be hard to understand!

See?
 
Old 03-26-2007, 10:39 PM   #5
phantom_cyph
Senior Member
 
Registered: Feb 2007
Location: The Tropics
Distribution: Slackware & Derivatives
Posts: 2,472

Original Poster
Blog Entries: 1

Rep: Reputation: 128Reputation: 128
OK shrikant, point taken. I will change it.

<edit>That better?</edit>

Last edited by phantom_cyph; 03-26-2007 at 10:41 PM.
 
Old 03-26-2007, 10:41 PM   #6
Hitboxx
Senior Member
 
Registered: Mar 2006
Location: India
Distribution: Fedora
Posts: 1,562
Blog Entries: 3

Rep: Reputation: 68
Configure menu is just to do stuff like changing themes, restart or reload config(when you change settings in real time). Read the faq at that link.

Editing is very easy. For eg., to add apps to the menu, a file called menu has to be edited in /your_home/.fluxbox
Mine looks like
Quote:
[begin] (Fluxbox-0.9.15.1)
[exec] (Terminal) {gnome-terminal}
[exec] (Firefox) {/home/shrikant/firefox/firefox}
[exec] (Thunar) {thunar}
[submenu] (Sound & Video)
[exec] (Amarok) {amarok}
[exec] (Audacity) {audacity}
[exec] (Avidemux) {avidemux}
[exec] (Banshee) {banshee}
[exec] (Cinelerra) {cinelerra}
[exec] (DVDRip) {dvdrip}
[exec] (Easytag) {easytag}
[exec] (Exaile) {exaile}
[exec] (Gnomebaker) {gnomebaker}
[exec] (Grip) {grip}
[exec] (K3B) {k3b}
[exec] (Kaffeine) {kaffeine}
[exec] (Mplayer) {gmplayer}
[exec] (RealPlayer) {realplay}
[exec] (Rhythmbox) {rhythmbox}
[exec] (SoundConverter) {soundconverter}
[exec] (SoundJuicer) {sound-juicer}
[exec] (Streamtuner) {streamtuner}
[exec] (Totem) {totem}
[exec] (TvTime) {tvtime}
[exec] (Xine) {xine}
[end]
[separator]
[exec] (System Monitor) {gnome-system-monitor}
[exec] (Screenshot) {gnome-screenshot}
[exec] () {}
[submenu] (fluxbox menu)
[config] (Configure)
[submenu] (System Styles) {Choose a style...}
[stylesdir] (/usr/share/fluxbox/styles)
[end]
[submenu] (User Styles) {Choose a style...}
[stylesdir] (~/.fluxbox/styles)
[end]
[workspaces] (Workspace List)
[commanddialog] (Fluxbox Command)
[reconfig] (Reload config)
[restart] (Restart)
[exec] (About) {(fluxbox -v; fluxbox -info | sed 1d) 2> /dev/null | xmessage -file - -center}
[separator]
[exit] (Exit)
[end]
[end]
To start off, first I open terminal, in case of KDE, type konqueror, and then go to fluxbox directory and start changing things.
 
Old 03-26-2007, 10:44 PM   #7
phantom_cyph
Senior Member
 
Registered: Feb 2007
Location: The Tropics
Distribution: Slackware & Derivatives
Posts: 2,472

Original Poster
Blog Entries: 1

Rep: Reputation: 128Reputation: 128
Is that the Changelog file?

I have AUTHORS, ChangeLog, COPYING, INSTALL, NEWS, README and TODO. Which do I edit?

Last edited by phantom_cyph; 03-26-2007 at 10:46 PM.
 
Old 03-26-2007, 10:53 PM   #8
Hitboxx
Senior Member
 
Registered: Mar 2006
Location: India
Distribution: Fedora
Posts: 1,562
Blog Entries: 3

Rep: Reputation: 68
No not there, in /your_home_folder/.fluxbox

Its a hidden file, see the dot .
 
Old 03-26-2007, 11:03 PM   #9
Zention
Member
 
Registered: Mar 2007
Posts: 119

Rep: Reputation: 16
Fluxbox comes with menu generators as well so you can auto generate your menu file if you
like.

fluxbox-generate_menu springs to mind, and there are others.
 
Old 03-27-2007, 07:26 AM   #10
phantom_cyph
Senior Member
 
Registered: Feb 2007
Location: The Tropics
Distribution: Slackware & Derivatives
Posts: 2,472

Original Poster
Blog Entries: 1

Rep: Reputation: 128Reputation: 128
OK, found it. Could I just copy your settings?
 
Old 03-27-2007, 07:52 AM   #11
phantom_cyph
Senior Member
 
Registered: Feb 2007
Location: The Tropics
Distribution: Slackware & Derivatives
Posts: 2,472

Original Poster
Blog Entries: 1

Rep: Reputation: 128Reputation: 128
If I wanted to start my instant messenger, would it be:

Quote:
[exec] (Gaim) {gaim}
 
Old 03-27-2007, 08:11 AM   #12
phantom_cyph
Senior Member
 
Registered: Feb 2007
Location: The Tropics
Distribution: Slackware & Derivatives
Posts: 2,472

Original Poster
Blog Entries: 1

Rep: Reputation: 128Reputation: 128
Nothing works. The submenus and everything are there, but when I select something, nothing opens. Is there a way to do it graphically?
 
Old 03-27-2007, 09:00 PM   #13
ilikejam
Senior Member
 
Registered: Aug 2003
Location: Glasgow
Distribution: Fedora / Solaris
Posts: 3,109

Rep: Reputation: 97
This is probably going to sound insulting, and I'm putting on my flame-proof pants as I type, but I'll go with it anyway...

kalabanta, I've followed a couple of your threads since I met you in a previous topic, and your knowledge of Unix fundamentals seems to be a bit shaky. Fluxbox, while not a configuration *nightmare*, isn't a one-size-fits-all, just-point-and-click system while you're setting it up, so is there a particular reason you want to run Fluxbox over the KDE environment you already have set up?

Dave
 
Old 03-27-2007, 09:07 PM   #14
phantom_cyph
Senior Member
 
Registered: Feb 2007
Location: The Tropics
Distribution: Slackware & Derivatives
Posts: 2,472

Original Poster
Blog Entries: 1

Rep: Reputation: 128Reputation: 128
Its faster. And I have fluxbox configured, I just needed some help. I find KDE not only shiny, but bloated, and I don't need that.
 
Old 03-27-2007, 09:16 PM   #15
ilikejam
Senior Member
 
Registered: Aug 2003
Location: Glasgow
Distribution: Fedora / Solaris
Posts: 3,109

Rep: Reputation: 97
OK. Fair enough.

Open a terminal, and run
Code:
fluxbox-generate_menu
That should generate a sensible default menu from what apps you have installed. It probably won't find everything you need, and it will probably put a lot of stuff into your menu you don't need, but it should give you a decent starting point.

Dave

Edit: Actually, fluxbox-generate_menu seems to have improved considerably since I last used it, and has picked up pretty much everything useful on my system. I stand corrected.

Last edited by ilikejam; 03-27-2007 at 09:20 PM.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Having a problem with fluxbox!! Linux?whatsthat Linux - Software 1 09-03-2006 11:05 AM
Fluxbox error /usr/share/fluxbox/nls/en_GB/fluxbox.cat humbletech99 Debian 2 12-29-2005 10:16 AM
Fluxbox problem xephyr Linux - Newbie 8 10-25-2004 11:00 AM
Problem with Fluxbox JockVSJock Slackware 3 05-15-2004 07:24 AM
Problem with Fluxbox Antimatter Linux - Software 1 09-07-2003 10:13 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 03:39 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration