Welcome to Linux Forums! With a comprehensive Linux Forum, information on various types of Linux software and many Linux Reviews articles, we have all the knowledge you need a click away, or accessible via our knowledgeable members.
Find the answer to your Linux question:
New to Linux Forums? Register here for free!
    Linux Forums > Your Distro > Debian Linux Help > fluxbox

Forgot Password?
 Debian Linux Help   Discussions related to Debian GNU/Linux.

Site Navigation
Linux Articles
Linux Forums
Linux Downloads
Linux Hosting
Free Magazines
Job Board
IRC Chat
RSS Feeds


Linux Forum Topics
Linux Forums
Your Distro
Linux Resources
GNU Linux Zone
The Community
Reply
 
Thread Tools Display Modes
Old 07-24-2005   #1 (permalink)
Linux Newbie
 
Join Date: Jul 2005
Location: massachusetts, north america
Posts: 105
Send a message via AIM to neanderthal // anarchism
fluxbox

so i got the repositories for the sourcelist, then i went to my synapic pakcage manager and download fluxbox and everything that needed to be downloaded along with it. and i don't see it anywhere.

what i've done.

in terminal:
fluxbox
open fluxbox
fluxbox open
fluxbox shell
shell fluxbox

in my "run" thing:
fluxbox

i also restarted my computer, but still nothing. i use ubuntu 5.04
__________________
Signature removed by moderator - please see forum rules or else.
neanderthal // anarchism is offline  


Reply With Quote
Old 07-24-2005   #2 (permalink)
Super Moderator
 
ozar's Avatar
 
Join Date: May 2004
Posts: 12,025
go to /home/.xinitrc and enter: exec fluxbox

save the file and when you login next, X should open in fluxbox
ozar is offline   Reply With Quote
Old 07-24-2005   #3 (permalink)
Linux Newbie
 
Join Date: Jul 2005
Location: massachusetts, north america
Posts: 105
Send a message via AIM to neanderthal // anarchism
Quote:
Originally Posted by Ozar
go to /home/.xinitrc and enter: exec fluxbox

save the file and when you login next, X should open in fluxbox
" /home/.xinitrc " as in my home folder?, if so there's nothing fluxbox related there, and when i put it in terminal it just tells me directory can't be found, yeah, i know i'm doing some **** wrong with something simple.
__________________
Signature removed by moderator - please see forum rules or else.
neanderthal // anarchism is offline   Reply With Quote
Old 07-24-2005   #4 (permalink)
Super Moderator
 
ozar's Avatar
 
Join Date: May 2004
Posts: 12,025
When I posted that, I was thinking you might not be running any other window manager. If you are running Gnome, with GDM, you should be able to log out, then when you get ready to log back in, look at the "sessions" option, and pick Fluxbox. I don't run gdm, so I'm not certain that it will be there as an option.
ozar is offline   Reply With Quote
Old 07-24-2005   #5 (permalink)
Linux Newbie
 
Join Date: Jul 2005
Location: massachusetts, north america
Posts: 105
Send a message via AIM to neanderthal // anarchism
eh, i'm not running any other windows manager, i don't think, the most alterating thing i installed to my desktop is gdesklets
__________________
Signature removed by moderator - please see forum rules or else.
neanderthal // anarchism is offline   Reply With Quote
Old 07-24-2005   #6 (permalink)
Super Moderator
 
ozar's Avatar
 
Join Date: May 2004
Posts: 12,025
Ok, if no other WMs, I'm assuming you are using xdm as your display manager and that you've successfully installed and configured your machine to start an X display.

You should be able to create the .xinitrc file in your /home directory using vim, nano, pico, or some other text editor. Note the dot in front of the file name.

Insert the line: exec fluxbox

save the file

enter the command: startx

This should start fluxbox.
ozar is offline   Reply With Quote
Old 07-24-2005   #7 (permalink)
Linux Newbie
 
Join Date: Jul 2005
Location: massachusetts, north america
Posts: 105
Send a message via AIM to neanderthal // anarchism
so i went to my text editor and created a file named "xinitrc" with nothing in it, then went to terminal and put exec fluxbox and then startx, still nothing

Code:
Failed to read: session.useMod1
Setting default value
apps file failure
ThemeItem<Font>: Warning! Failed to load default value 'fixed'
ThemeItem<Font>: Warning! Failed to load default value 'fixed'
ThemeItem<Font>: Warning! Failed to load default value 'fixed'
Failed to read: session.screen0.imageDither
Setting default value
Failed to read: session.screen0.opaqueMove
Setting default value
Failed to read: session.screen0.sloppywindowgrouping
Setting default value
Failed to read: session.screen0.workspacewarping
Setting default value
Failed to read: session.screen0.desktopwheeling
Setting default value
Failed to read: session.screen0.autoRaise
Setting default value
Failed to read: session.screen0.clickRaises
Setting default value
Failed to read: session.screen0.decorateTransient
Setting default value
Failed to read: session.screen0.rootCommand
Setting default value
Failed to read: session.screen0.resizeMode
Setting default value
Failed to read: session.screen0.windowMenu
Setting default value
Failed to read: session.screen0.followModel
Setting default value
Failed to read: session.screen0.window.focus.alpha
Setting default value
Failed to read: session.screen0.window.unfocus.alpha
Setting default value
Failed to read: session.screen0.menu.alpha
Setting default value
Failed to read: session.screen0.menuDelay
Setting default value
Failed to read: session.screen0.menuDelayClose
Setting default value
Failed to read: session.screen0.menuMode
Setting default value
Failed to read: session.screen0.overlay.lineWidth
Setting default value
Failed to read: session.screen0.overlay.lineStyle
Setting default value
Failed to read: session.screen0.overlay.joinStyle
Setting default value
Failed to read: session.screen0.overlay.capStyle
Setting default value
BScreen::BScreen: an error occured while querying the X server.
        another window manager already running on display :0.0
root@max:/home/maxcespedes # startx

Fatal server error:
Server is already active for display 0
        If this server is no longer running, remove /tmp/.X0-lock
        and start again.


Please consult the The X.Org Foundation support
         at http://wiki.X.Org
 for help.
__________________
Signature removed by moderator - please see forum rules or else.
neanderthal // anarchism is offline   Reply With Quote
Old 07-24-2005   #8 (permalink)
Super Moderator
 
ozar's Avatar
 
Join Date: May 2004
Posts: 12,025
Quote:
i went to my text editor and created a file named "xinitrc"
Note that the file needs a dot in front of it, like this: .xinitrc

I'm not sure how far along you are in your install.

Did you do a fresh netinstall of Debian Sarge?

Did you install the X system after completing the base install?

Did you run xf86config?

What other apps have you installed?
ozar is offline   Reply With Quote
Old 07-24-2005   #9 (permalink)
Linux Newbie
 
Join Date: Jul 2005
Location: massachusetts, north america
Posts: 105
Send a message via AIM to neanderthal // anarchism
Quote:
Originally Posted by Ozar
Quote:
i went to my text editor and created a file named "xinitrc"
Note that the file needs a dot in front of it, like this: .xinitrc

I'm not sure how far along you are in your install.

Did you do a fresh netinstall of Debian Sarge?

Did you install the X system after completing the base install?

Did you run xf86config?

What other apps have you installed?
i use ubuntu 5.04
i edited out my sourcelist with the one ubuntuguide said i should have
i got fluxbox from synapic
that's it.
and putting ".xinitrc" didn't help
__________________
Signature removed by moderator - please see forum rules or else.
neanderthal // anarchism is offline   Reply With Quote
Old 07-24-2005   #10 (permalink)
Super Moderator
 
ozar's Avatar
 
Join Date: May 2004
Posts: 12,025
Ok, I think Ubuntu uses GDM, so you should be able to select a fluxbox "session" in GDM right before logging in. You can delete the .xinitrc file if it's not needed.
ozar is offline   Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

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
Trackbacks are Off
Pingbacks are Off
Refbacks are Off

Free Magazines
Run Your Own Web Server Using Linux & Apache - Free 191 Page Preview
Learn about everything you'll need to build and maintain your Linux servers, and to deploy Web applications to them.
subscribe
Open Source Security Myths Dispelled
Dispel the five major myths surrounding Open Source Security and gain the tools necessary to make a truly informed decision for your IT organization
subscribe
InformationWeek
InformationWeek is the only newsweekly you'll need to stay on top of the latest developments in information technology.
subscribe



All times are GMT. The time now is 12:39 AM.






© 2000 - 2009 - All Rights Reserved - Property of  MAS Media

Content Relevant URLs by vBSEO 3.3.0 RC2