Slackware This Forum is for the discussion of Slackware Linux.
|
Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
|
04-10-2003, 09:56 AM
|
#1
|
Member
Registered: Dec 2002
Location: California
Distribution: Slackware & FreeBSD
Posts: 169
Rep:
|
Got fluxbox?
Hi,
I download the fluxbox pkg mentioned at fluxbox.org. The main site's pkg said that it was for 8.1, but I downloaded it anyways and installed it.
I copied xinitrc.wmaker to xinirtrc.fluxbox and edited the lines related to wmaker out and added a line to start fluxbox. I then edited Xsessions and added a line to show fluxbox as an option in kdm. Well, fluxbox didn't start that way and it didn't start by just using the console. Did I go about it the wrong way? Is there a Slackware 9 pkg roaming around the 'net?
Thanks.
|
|
|
04-10-2003, 02:05 PM
|
#2
|
Member
Registered: Sep 2002
Location: United States
Distribution: Slackware 8.1, 9.0 / Debian 3.0
Posts: 44
Rep:
|
I wouldn't think that a slackware 8.1 package will work on slackware 9.0. They use two different versions of gcc (2.95.x and 3.2.x. I would recommend that you just download the source and build it yourself.
|
|
|
04-10-2003, 05:49 PM
|
#3
|
Member
Registered: Dec 2002
Location: IL
Distribution: NetBSD, Slackware, Gentoo, Debian, FreeBSD
Posts: 444
Rep:
|
You can use the 8.1 fluxbox package with 9 no problem. Just install the package, copy this for your .xinitrc
Code:
#!/bin/sh
# $XConsortium: xinitrc.cpp,v 1.4 91/08/22 11:41:34 rws Exp $
userresources=$HOME/.Xresources
usermodmap=$HOME/.Xmodmap
sysresources=/usr/X11R6/lib/X11/xinit/.Xresources
sysmodmap=/usr/X11R6/lib/X11/xinit/.Xmodmap
# merge in defaults and keymaps
if [ -f $sysresources ]; then
xrdb -merge $sysresources
fi
if [ -f $sysmodmap ]; then
xmodmap $sysmodmap
fi
if [ -f $userresources ]; then
xrdb -merge $userresources
fi
if [ -f $usermodmap ]; then
xmodmap $usermodmap
fi
# Any programs you want to start place under here and put a "&" after
# Here is a example
# gkrellm -w &
# Start the window manager:
exec /opt/fluxbox/bin/./fluxbox
put that in as ~/.xinitrc...startx and you should be fine
|
|
|
04-10-2003, 09:31 PM
|
#4
|
Member
Registered: Feb 2003
Location: Cedar Park, TX
Distribution: Slackware 9.0, RH 9
Posts: 39
Rep:
|
I thought I read somewhere that fluxbox came with 9...is that not true?
|
|
|
04-10-2003, 10:37 PM
|
#5
|
Member
Registered: Apr 2003
Location: East Coast USA
Distribution: Slackware
Posts: 59
Rep:
|
yes fluxbox does come with slack 9, also blackbox. It's not on the install disk though. It's on the second disk. Not sure which diskset though.
|
|
|
04-11-2003, 02:20 AM
|
#6
|
Member
Registered: Jan 2003
Location: Texas
Distribution: Libranet 8.1, Slackware 9
Posts: 107
Rep:
|
It's in the extras directory on the ftp site. Any of the ftp sites. Along with Xcdroast and a bunch of other good stuff.
|
|
|
04-11-2003, 04:07 AM
|
#7
|
Member
Registered: Dec 2002
Location: California
Distribution: Slackware & FreeBSD
Posts: 169
Original Poster
Rep:
|
Yep, downloaded the pkg from the extras dir, but the configs I have for my mouse did not work when I started Phoenix. I'll keep plucking at it, tho. Until everything works the way I want it. Thanks for the tips.
|
|
|
04-11-2003, 03:44 PM
|
#8
|
LQ Guru
Registered: Mar 2003
Location: New Jersey
Distribution: Arch Linux
Posts: 1,445
Rep:
|
Id get the latest release from fluxbox and compile it yourself, its real easy, its a generic install.
Slackware has fluxbox .1 package, and They are up to .9, much better.
|
|
|
04-13-2003, 09:49 PM
|
#9
|
LQ Newbie
Registered: Apr 2003
Distribution: slack9.0
Posts: 8
Rep:
|
i just compiled fluxbox from source and edited the bottom of the .xinitrc file (in my home dir) like this:
Code:
...
# Start the window manager:
exec fluxbox
|
|
|
04-14-2003, 02:59 AM
|
#10
|
Member
Registered: Dec 2002
Location: California
Distribution: Slackware & FreeBSD
Posts: 169
Original Poster
Rep:
|
Got fluxbox working and with the sidebuttons on the mouse working, too. I edited the same file: ~/.xinitrc
I added the call to my sidebuttons script before the call to start fluxbox. Thanks all for your posts.
|
|
|
All times are GMT -5. The time now is 08:25 AM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|