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 - General
User Name
Password
Linux - General This 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


Reply
  Search this Thread
Old 05-03-2004, 04:52 PM   #1
alaios
Senior Member
 
Registered: Jan 2003
Location: Aachen
Distribution: Opensuse 11.2 (nice and steady)
Posts: 2,203

Rep: Reputation: 45
fluxbox window manager


Hi i am trying to find the fluxbox's minimum requirements but i can;t.... any idea?
 
Old 05-03-2004, 05:11 PM   #2
avarus
Member
 
Registered: Apr 2004
Location: Oxford, UK
Distribution: Ubuntu, Debian, various
Posts: 230
Blog Entries: 5

Rep: Reputation: 33
AFAIK you just need to have X11. No GNOME/KDE style hideous dependencies. Here is what Gentoo reckons (essentially that you will benefit from gettext+freetype):

# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
# $Header: /home/cvsroot/gentoo-x86/x11-wm/fluxbox/fluxbox-0.9.9.ebuild,v 1.2 2004/04/29 08:36:57 ciaranm Exp $

IUSE="nls xinerama truetype kde gnome"

DESCRIPTION="Fluxbox is a lightweight windowmanager for X featuring tabs."
SRC_URI="mirror://sourceforge/fluxbox/${P}.tar.gz"
HOMEPAGE="http://www.fluxbox.org"

# Please note that USE="kde gnome" simply adds support for
# the respective protocols, and does not depend on external libraries.
RDEPEND="virtual/x11
truetype? ( media-libs/freetype )
nls? ( sys-devel/gettext )"
DEPEND=">=sys-devel/autoconf-2.52
${RDEPEND}"
PROVIDE="virtual/blackbox"
 
Old 05-04-2004, 01:27 AM   #3
alaios
Senior Member
 
Registered: Jan 2003
Location: Aachen
Distribution: Opensuse 11.2 (nice and steady)
Posts: 2,203

Original Poster
Rep: Reputation: 45
thx...for your reply..... but wht are the memory,cpu and h/d requirements? If i wnt to run kde/gnome programmes what i must do?
 
Old 05-04-2004, 01:53 AM   #4
whansard
Senior Member
 
Registered: Dec 2002
Location: Mosquitoville
Distribution: RH 6.2, Gen2, Knoppix,arch, bodhi, studio, suse, mint
Posts: 3,304

Rep: Reputation: 65
if you can run linux, you can run fluxbox.
fluxbox is less than a meg in size, uses probably 2 megs of ram, which is way less than X.
you can add gnome and kde apps to the fluxbox menu, or type the name of them in a terminal.
 
Old 05-04-2004, 04:48 AM   #5
alaios
Senior Member
 
Registered: Jan 2003
Location: Aachen
Distribution: Opensuse 11.2 (nice and steady)
Posts: 2,203

Original Poster
Rep: Reputation: 45
thx...but what other packages must be installed for running kde or gnome apps? some libraries?
 
Old 05-04-2004, 05:31 AM   #6
Chris H
Member
 
Registered: Aug 2003
Location: Farnborough, UK
Distribution: Zenwalk
Posts: 288

Rep: Reputation: 30
If you want to run kde or gnome apps then chances are you're gonna need some of the components of those desktops installed depending upon what app.

Running kde or gnome is not that same as having the base components installed.

Not sure what you're after here? If it's the dependencies required, say for k3b, then you'll need to look at the k3b documentation.

I use fluxbox with slackware but have never ran kde or gnome but they are installed somewhere on the system just so I can use stuff like k3b.
 
Old 05-04-2004, 03:48 PM   #7
whansard
Senior Member
 
Registered: Dec 2002
Location: Mosquitoville
Distribution: RH 6.2, Gen2, Knoppix,arch, bodhi, studio, suse, mint
Posts: 3,304

Rep: Reputation: 65
yeah, same here. i use the old blackbox, and run kde and gnome apps often. you generally need a full kde install to run kde apps, and you need several libraries for gnome or gtk apps.
you need to go the apps website to see what you would need. if your goal is to have nothing on your system that you don't need, you're in for a ton of work.
 
Old 05-05-2004, 01:20 AM   #8
alaios
Senior Member
 
Registered: Jan 2003
Location: Aachen
Distribution: Opensuse 11.2 (nice and steady)
Posts: 2,203

Original Poster
Rep: Reputation: 45
thx

tone of work ?
Can u give me the site or a url for starting reading?
 
Old 05-05-2004, 03:32 AM   #9
whansard
Senior Member
 
Registered: Dec 2002
Location: Mosquitoville
Distribution: RH 6.2, Gen2, Knoppix,arch, bodhi, studio, suse, mint
Posts: 3,304

Rep: Reputation: 65
there are a lot of minimal distributions around, like peanut linux.

you can sort of see what libraries an app needs with ldd. it shows the libraries that an app is linked to.

/usr/bin# ldd blackbox
libSM.so.6 => /usr/X11/lib/libSM.so.6 (0x40026000)
libICE.so.6 => /usr/X11/lib/libICE.so.6 (0x40030000)
libX11.so.6 => /usr/X11/lib/libX11.so.6 (0x40047000)
libXext.so.6 => /usr/X11/lib/libXext.so.6 (0x400eb000)
libstdc++-libc6.1-1.so.2 => /usr/lib/libstdc++-libc6.1-1.so.2 (0x400f7000)
libm.so.6 => /lib/libm.so.6 (0x4013a000)
libc.so.6 => /lib/libc.so.6 (0x4015e000)
/lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x40000000)


ldd kdesud
libm.so.6 => /lib/libm.so.6 (0x40026000)
libgcc_s.so.1 => /usr/lib/libgcc_s.so.1 (0x4004a000)
libc.so.6 => /lib/libc.so.6 (0x40052000)
libkdesu.so.1 => /opt/kde-2.2.2/lib/libkdesu.so.1 (0x40187000)
libkdecore.so.3 => /opt/kde-2.2.2/lib/libkdecore.so.3 (0x401ab000)
libdl.so.2 => /lib/libdl.so.2 (0x4033b000)
libDCOP.so.1 => /opt/kde-2.2.2/lib/libDCOP.so.1 (0x4033e000)
libqt.so.2 => /usr/lib/qt-2.3.2//lib/libqt.so.2 (0x40375000)
libpng.so.2 => /usr/lib/libpng.so.2 (0x40a59000)
libz.so.1 => /usr/lib/libz.so.1 (0x40a83000)
libjpeg.so.62 => /usr/lib/libjpeg.so.62 (0x40a93000)
libXext.so.6 => /usr/X11R6/lib/libXext.so.6 (0x40ab2000)
libX11.so.6 => /usr/X11R6/lib/libX11.so.6 (0x40abe000)
libSM.so.6 => /usr/X11R6/lib/libSM.so.6 (0x40b62000)
libICE.so.6 => /usr/X11R6/lib/libICE.so.6 (0x40b6c000)
libutil.so.1 => /lib/libutil.so.1 (0x40b83000)
libstdc++.so.4 => /usr/lib/libstdc++.so.4 (0x40b87000)
/lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x40000000)


http://www-106.ibm.com/developerwork...ibrary/l-lwl1/

http://www.distrowatch.com/?newsid=01557#0

Last edited by whansard; 05-05-2004 at 03:44 AM.
 
  


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 On
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
What's the best X-Window System window manager in your opinion? t3gah Linux - Software 9 12-16-2006 10:10 PM
How to actually use fluxbox as my window manager? Erik_the_Red Linux - Newbie 2 05-25-2005 05:40 AM
fluxbox window manager spidna Fedora 1 09-25-2004 02:23 PM
Window manager (fluxbox) won't start when logging in pbaumgar Slackware 6 05-06-2004 01:50 AM
File manager for FluxBox Pekka Steele Linux - Software 3 05-22-2002 10:21 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - General

All times are GMT -5. The time now is 09:47 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