LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
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 04-28-2005, 01:53 PM   #1
Cryptix
Member
 
Registered: Jan 2005
Posts: 44

Rep: Reputation: 15
FluxBox


My question is, how do i get my fluxbox to look all pretty like they have on the screenshots. i know it has something to do with integrating gtk or gnome or kde into it or w/e. really have no idea how to get started. also i have eterm installed but it doesnt show up under the "terminals" thing in the toolbar when u right click, how do i add it there? any tips on making fluxbox look better would be appreciated.
 
Old 04-28-2005, 02:05 PM   #2
mrcheeks
Senior Member
 
Registered: Mar 2004
Location: far enough
Distribution: OS X 10.6.7
Posts: 1,690

Rep: Reputation: 52
try www.deviantart.com and http://fluxmod.berlios.de/ and download the styles/themes you want.
 
Old 04-28-2005, 02:08 PM   #3
bulliver
Senior Member
 
Registered: Nov 2002
Location: Edmonton AB, Canada
Distribution: Gentoo x86_64; Gentoo PPC; FreeBSD; OS X 10.9.4
Posts: 3,760
Blog Entries: 4

Rep: Reputation: 78
Try running 'fluxbox-generate_menu'.

This will scan your system for well-known installed apps and add them to the menu. As for making it 'all pretty' I'm not too sure what you mean. If your distro has it, install a package called 'commonbox-styles'. Now you will have 25-30 different styles to pick and choose the one you like the best. You can change styles using the 'fluxbox' entry in the menu.
 
Old 04-28-2005, 02:12 PM   #4
Cryptix
Member
 
Registered: Jan 2005
Posts: 44

Original Poster
Rep: Reputation: 15
its not just a theme tho... like take a look at thislike how do i get the transparent terminal, how do i get all those sections "internet apps, utilities, games, etc." when u click. and also look at this one how do i get that gtk look in fluxbox?
 
Old 04-28-2005, 02:32 PM   #5
bulliver
Senior Member
 
Registered: Nov 2002
Location: Edmonton AB, Canada
Distribution: Gentoo x86_64; Gentoo PPC; FreeBSD; OS X 10.9.4
Posts: 3,760
Blog Entries: 4

Rep: Reputation: 78
The transparant eterm is configured by command line args to eterm itself. Nothing to do with fluxbox. I suggest starting with 'man Eterm' and trying different combinations til you find something you like. Now edit your 'Eterm' entry in the menu file to make it permanent. There is no fancy GUI in fluxbox for setting all these things.


As for "how do i get all those sections "internet apps, utilities, games, etc" I have already told you. Run "fluxbox-generate_menu" and these entries will be created for you.

As for the GTK look, these are all just different window-decorations provided by different themes. I am not sure of the theme in your particular screenie, you just have to install them and use the one you like.
 
Old 04-28-2005, 02:33 PM   #6
detpenguin
Senior Member
 
Registered: Oct 2003
Location: lost in the midwest...
Distribution: Slackware
Posts: 1,098

Rep: Reputation: 54
Quote:
Originally posted by Cryptix
its not just a theme tho... like take a look at thislike how do i get the transparent terminal, how do i get all those sections "internet apps, utilities, games, etc." when u click. and also look at this one how do i get that gtk look in fluxbox?
you can add anything to the menu's by editing your ~/.fluxbox menu file....

as for transparency, you can edit your ~/.fluxbox/init file and adjust this line:

session.screen0.menu.alpha: 255

by changing the number up or down, you can adjust the tranparency of the menus...

you might need to restart x before it takes effect tho...

Last edited by detpenguin; 04-28-2005 at 02:36 PM.
 
Old 04-28-2005, 02:40 PM   #7
jasone
Member
 
Registered: Oct 2004
Location: Sweden
Distribution: FreeBSD, OpenBSD, Debian Etch
Posts: 160

Rep: Reputation: 30
I use a application called "gtk-chtheme" for changing themes i flux. Wallpapers can be changed with the command "fbsetbg /path/to/wallpaper.jpg"

Transparent menus: fluxbox menu - configure - transparency

Themes: fluxbox menu - configure - System styles

For a transparent terminal I use "gnome-terminal" which is very easy to configure with GUI. aterm is another terminal that can be configured but can be a bit harder....

Hope it helps!
 
Old 04-28-2005, 02:45 PM   #8
Cryptix
Member
 
Registered: Jan 2005
Posts: 44

Original Poster
Rep: Reputation: 15
sorry for the stupid question... how do i install themes? just regular like untar and ./configure? or do i just move them to a dir?
 
Old 04-28-2005, 02:49 PM   #9
Cryptix
Member
 
Registered: Jan 2005
Posts: 44

Original Poster
Rep: Reputation: 15
and also i have seen screenshots of people using gtk or gnome or w/e with fluxbox. does anyone know how to do that? like get a desktop environment in with fluxbox
 
Old 04-28-2005, 02:54 PM   #10
detpenguin
Senior Member
 
Registered: Oct 2003
Location: lost in the midwest...
Distribution: Slackware
Posts: 1,098

Rep: Reputation: 54
icons and things can be added using something like rox-filer...if you just want the kde taskbar, type kicker into a run command, and it will appear for you. to get rid of it, open a terminal and type killall kicker and it will go away.
 
Old 04-28-2005, 02:55 PM   #11
Cryptix
Member
 
Registered: Jan 2005
Posts: 44

Original Poster
Rep: Reputation: 15
for example this guy has gtk2 with fluxbox [URL=http://www.deviantart.com/view/8602189/]right here[/URL[
 
Old 04-28-2005, 04:14 PM   #12
Cryptix
Member
 
Registered: Jan 2005
Posts: 44

Original Poster
Rep: Reputation: 15
bump
 
Old 04-28-2005, 04:15 PM   #13
Cryptix
Member
 
Registered: Jan 2005
Posts: 44

Original Poster
Rep: Reputation: 15
also how do i get things to start up with fluxbox likle say superkaramba. and how do i edit aterm so that all my options for transparency will start every time i start it.

Last edited by Cryptix; 04-28-2005 at 04:19 PM.
 
Old 04-28-2005, 04:36 PM   #14
Optimistic
Member
 
Registered: Jun 2004
Location: Germany
Distribution: Debian (testing)
Posts: 276

Rep: Reputation: 33
Quote:
Originally posted by Cryptix
also how do i get things to start up with fluxbox likle say superkaramba. and how do i edit aterm so that all my options for transparency will start every time i start it.
Just edit your eterm entry in you fluxbox menu like:

[exec] (eterm) {eterm -tr -fg white -bg black +sb}

Note: I don't know what the options on eterm are as I don't use it, but something like that will work.
 
Old 04-28-2005, 04:44 PM   #15
Cryptix
Member
 
Registered: Jan 2005
Posts: 44

Original Poster
Rep: Reputation: 15
how do i get to the spot were i can edit it
 
  


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
Fluxbox: Enabling KDE using package install of fluxbox underline Linux - Software 0 12-27-2003 10:11 AM
fluxbox??? yenonn Linux - Newbie 3 10-02-2003 10:33 AM
FLuxbox help please!!! Devboy Linux - Newbie 9 07-31-2003 08:02 PM
Fluxbox alitrix Linux - Software 1 06-29-2003 12:36 PM
Fluxbox Astro44 Linux - Newbie 4 04-09-2003 04:48 PM

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

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

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