Re: fluxbox

From: Boris Glawe (boris_at_boris-glawe.de)
Date: 04/27/04


Date: Tue, 27 Apr 2004 11:45:50 +0200

ian wrote:
> i have got so far with installation of fluxbox desktop.
> ./configure make and make install, no problem.
> Bearing in mind Iam a noobie how do I proceed from here

With make install, you have copied one or more binaries to you binary path
(Often /usr/bin, /usr/local/bin). The binary path consists of two parts: The
prefix and "/bin"

If the prefix is "/usr/local", your binaries will be copied to "/usr/local/bin".

I don't know which default prefix fluxbox has. You can find it out by entering
"./configure --help | less" in the source directory. The default prefix is shown
somewhere at the top of the output.

If you want to install fluxbox to another path, you have to specify another
prefix with the configure command: "./configure --prefix=/opt/fluxbox" for
example. All files will then be copied to /opt/fluxbox/bin, /opt/fluxbox/lib,
/opt/fluxbox/man etc when you run the "make install" command.
The advantage of specifying a different prefix is, that you can uninstall your
tool with "rm -rf /opt/fluxbox" without having to fear, that you break any other
programs. The disadvantage is, that /opt/fluxbox is not in your $PATH, which
means, your binaries in /opt/fluxbox/bin will not be found by the shell. Running
fluxbox requires entering the full pathname to the binary:
"/opt/fluxbox/bin/fluxbox" should run the binarie called fluxbox in the
directory /opt/fluxbox/bin .

greets Boirs



Relevant Pages

  • Re: fluxbox
    ... > can do some basic operations like open a mozilla, ... You should open synaptic and then install mozilla, ... i already installed mozilla from the command line and wen i try to open it ... unfortunately is not in the repos, to help configure fluxbox. ...
    (Ubuntu)
  • Re: fluxbox
    ... > Recently i installed an ubuntu system with fluxbox to ... > can do some basic operations like open a mozilla, ... You should open synaptic and then install mozilla, ... unfortunately is not in the repos, to help configure fluxbox. ...
    (Ubuntu)
  • Re: Slow slow slow.
    ... If you prefer fluxbox to full blown gnome, then install fluxbox. ... to a very responsive system. ...
    (Ubuntu)
  • Re: Why is fluxbox not in official repo?
    ... houghi schreef: ... "Fluxbox packages are not contained in the SUSE Linux ... Also the official OSS package repository doesn't contain ... Well, it ain't there, so do a minimal install and then add the one once ...
    (alt.os.linux.suse)
  • RE: New user need some help
    ... apt-get install x-window-system ... then startx,i go strait into fluxbox ... The GUI login window does not ...
    (Debian-User)