FluxBox

Discuss Programming / Linux questions.

Moderators: scallenger, Sky, TresCom Support Team

Post Reply
User avatar
Dapper Dan
-=TresCom Elder=-
-=TresCom Elder=-
Posts: 2010
Joined: Tue Nov 12, 2002 7:43 am
Location: South Carolina
Contact:

FluxBox

Post by Dapper Dan »

Sky, I'm trying out Fluxbox. Editing the menu is easy enough, but something is escaping me about placing backgrounds. The FluxBox homepage directions are not clear to me. I'm trying to do what it says, but I'm doing something wrong. I'm sure you edit your desktop from the terminal, but have you tried FluxConf? I can't get it to install. It heeps telling me that fluxbox has to be installed first, which I've already done! Any ideas?
Sky
404 - Title not found
Posts: 89
Joined: Mon Jul 22, 2002 1:01 pm

Post by Sky »

Why don't u simply use

Code: Select all

Esetroot /path/to/bla.jpg
Or, iirc, there was a tool called bsetbg or something similar... Though i don't have it anymore.

I have never tried using fluxconf. U should have a look at the configure script (i guess u are hanging at configure) and find out why it tells u that there is no fluxbox. I guess it is not in the location configure expects it to be.
Slackware 10.0- Kernel 2.6.10-AES
Sky
404 - Title not found
Posts: 89
Joined: Mon Jul 22, 2002 1:01 pm

Post by Sky »

Code: Select all

    700     sprintf(initpath, "%s/.fluxbox/init", getenv("HOME"));
    701     file=fopen(initpath,"r");
    702     if(file==NULL) {
    703         g_print(_("Can't open %s\n"), initpath);
    704         g_print(_("Make sure you installed fluxbox with this user.\n"));
    705         exit(1);
    706     }
or do you mean this part? This happens if fluxconf can't open ~/.fluxbox/init
So try

Code: Select all

 touch ~/.fluxbox/init
Slackware 10.0- Kernel 2.6.10-AES
User avatar
Dapper Dan
-=TresCom Elder=-
-=TresCom Elder=-
Posts: 2010
Joined: Tue Nov 12, 2002 7:43 am
Location: South Carolina
Contact:

Post by Dapper Dan »

I had installed Fluxbox with the tarball and FluxConf with an RPM. I found the newest Fluxbox rpm, installed it, and now FfluxConf sees the installation. Moreover, the RPM automatically added Fluxbox to gdm. This FluxConf isn't much. It's just a GUI for configuring the easy things that you can do by editing. I Still haven't figured out about the background though..
Asjad
Compsognathus
Compsognathus
Posts: 1041
Joined: Thu Jul 24, 2003 8:03 pm
Antispam: No

Post by Asjad »

i know iam going way out of this topic but uhh.........does Linux support hardware rendering in Trespasser?
User avatar
Dapper Dan
-=TresCom Elder=-
-=TresCom Elder=-
Posts: 2010
Joined: Tue Nov 12, 2002 7:43 am
Location: South Carolina
Contact:

Post by Dapper Dan »

It does through Winex3 and looks fabulous except there is a very severe slowdown when animate objects are in frame. Shotguns, dinos, boxes etc.
Asjad
Compsognathus
Compsognathus
Posts: 1041
Joined: Thu Jul 24, 2003 8:03 pm
Antispam: No

Post by Asjad »

:( as for the looks= :)
Post Reply