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.
|
 |
08-09-2006, 02:18 AM
|
#1
|
Senior Member
Registered: Feb 2006
Location: Seattle, WA: USA
Distribution: Slackware 11.0
Posts: 1,191
Rep:
|
broke fluxbox - no longer loading styles (I Think)
I got a little over zealous in removing un needed libraries, and now my fluxbox will only load with the default window settings (no borders and ugly colors) I turned on logging, and while it tells me what's happening, it doesn't really say why. Any one have an ideas about where I can start looking for the source? I can usually figure something out, but I don't even know where to start looking on this one.
Thanks!
...drkstr
Code:
------------------------------------------
Log File: /home/webuser/.fluxbox/log
Fluxbox version: 1.0rc2
Compiled: Jul 26 2006 16:31:58
Compiler: GCC
Compiler version: 3.4.6
Defaults:
menu: /usr/X11R6/share/fluxbox/menu
style: /usr/X11R6/share/fluxbox/styles/Clean
keys: /usr/X11R6/share/fluxbox/keys
init: /usr/X11R6/share/fluxbox/init
nls: /usr/X11R6/share/fluxbox/nls
Compiled options (- => disabled):
-DEBUG
EWMH
GNOME
-IMLIB2
KDE
NLS
REMEMBER
RENDER
SHAPE
SLIT
TOOLBAR
XFT
XINERAMA
XMB
XPM
------------------------------------------
Failed to read: session.tabs
Setting default value
Failed to read: session.ignoreBorder
Setting default value
Failed to read: session.forcePseudoTransparency
Setting default value
Failed to read: session.numLayers
Setting default value
Failed to read: session.tabPadding
Setting default value
Failed to read: session.focusTabMinWidth
Setting default value
Failed to read: session.styleOverlay
Setting default value
Failed to read: session.slitlistFile
Setting default value
Failed to read: session.groupFile
Setting default value
Failed to read: session.appsFile
Setting default value
Failed to read: session.tabsAttachArea
Setting default value
Failed to read: session.modKey
Setting default value
apps file failure
Failed to read: session.screen0.imageDither
Setting default value
Failed to read: session.screen0.opaqueMove
<SNIP - you get the idea>
**edit**
Also, I am using the same fluxbox config files in my home directory that I have been using, but I might be usig a newer version of flux (from Slack-current from 08/07/06)
Last edited by drkstr; 08-09-2006 at 02:22 AM.
|
|
|
08-09-2006, 07:41 AM
|
#2
|
Senior Member
Registered: Feb 2006
Location: Siberia
Distribution: Slackware & Slamd64. What else is there?
Posts: 1,705
Rep:
|
That's a tough one, but I've been there. The only advice I have since I don't know fluxbox internals is to download fluxbox from either 10.2 or current again and extract the tar in a work area. Then compare the contents with what you have installed and add modules from the tar, one by one, until it works.
Paring down systems is pretty nerve-wracking but it's interesting work 
|
|
|
08-09-2006, 01:33 PM
|
#3
|
Member
Registered: Apr 2003
Location: uk
Distribution: slackware current
Posts: 770
Rep:
|
I think it is this one:
init: /usr/X11R6/share/fluxbox/init
if you have an init file in your ~/.fluxbox
try copying it to /usr/X11R6/share/fluxbox/
and see what you get. I think you can specify most flux config files in init, but perhaps not init iself?
tobyl
|
|
|
08-09-2006, 01:42 PM
|
#4
|
Senior Member
Registered: Feb 2006
Location: Seattle, WA: USA
Distribution: Slackware 11.0
Posts: 1,191
Original Poster
Rep:
|
Thanks again for you help Ranux, it's always worthwhile. This is good advice, I will try it.
regards,
...drkstr
|
|
|
08-09-2006, 01:46 PM
|
#5
|
Senior Member
Registered: Feb 2006
Location: Seattle, WA: USA
Distribution: Slackware 11.0
Posts: 1,191
Original Poster
Rep:
|
Quote:
I think it is this one:
init: /usr/X11R6/share/fluxbox/init
if you have an init file in your ~/.fluxbox
try copying it to /usr/X11R6/share/fluxbox/
and see what you get. I think you can specify most flux config files in init, but perhaps not init iself?
|
Thanks Tobyl, I will try this as well. I had it working previously with the same set up, but maybe something has changed. I will try playing around with the file location to see if I can narrow it down. I will also try copying the actual style to ~/.fluxbox/ and point to it in the ~/.fluxbox/init to see if that helps. If all else fails, I can just start over from scratch and compare the diff.
|
|
|
08-09-2006, 02:03 PM
|
#6
|
Member
Registered: Apr 2003
Location: uk
Distribution: slackware current
Posts: 770
Rep:
|
sorry i think i was wrong
init is sourced in ~/.fluxbox on my system too.
I can only guess that the new fluxbox version has parameters in init that you did not have in the old version.
But you will have fixed that by now :-)
tobyl
|
|
|
08-09-2006, 09:26 PM
|
#7
|
Senior Member
Registered: Feb 2006
Location: Seattle, WA: USA
Distribution: Slackware 11.0
Posts: 1,191
Original Poster
Rep:
|
Copying the style to the ~/.fluxbox directory and then pointing the ~/.fluxbox/init to it did the trick. I'm not sure why it wouldn't read it in the standard directory though. Probably a permissions problem somewhere, but I'm not going to worry about it since it's working now.
Thanks everyone for your help!
...drkstr
|
|
|
08-10-2006, 05:08 AM
|
#8
|
Senior Member
Registered: Feb 2006
Location: Siberia
Distribution: Slackware & Slamd64. What else is there?
Posts: 1,705
Rep:
|
Quote:
Originally Posted by drkstr
Thanks again for you help Ranux, it's always worthwhile. This is good advice, I will try it.
regards,
...drkstr
|
Thanks for the nice comments. The great user community is one of the things that makes Slackware the best distro 
|
|
|
All times are GMT -5. The time now is 04:12 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
|
|