Find the answer to your Linux question:
Results 1 to 7 of 7
hi!! i have install arch linux on my pc without de.. i had install some de before.. like kde and gnome but now i want to install the fluxbox.. i ...
  1. #1
    Just Joined!
    Join Date
    Oct 2010
    Posts
    4

    [SOLVED] eastern guide for install fluxbox???

    hi!! i have install arch linux on my pc without de..
    i had install some de before.. like kde and gnome but now i want to install the fluxbox..
    i search at google and i find some tutorials but i can't understand some parts of this
    so can you give me some eastern guides for install fluxbox??

  2. #2
    oz
    oz is offline
    forum.guy
    Join Date
    May 2004
    Location
    arch linux
    Posts
    18,081
    Quote Originally Posted by spike89 View Post
    hi!! i have install arch linux on my pc without de..
    i had install some de before.. like kde and gnome but now i want to install the fluxbox..
    i search at google and i find some tutorials but i can't understand some parts of this
    so can you give me some eastern guides for install fluxbox??
    Hello and welcome to the forums!

    Installing fluxbox should be pretty simple if you use pacman because it will pull in any dependencies along with the fluxbox package itself:

    Code:
    pacman -S fluxbox
    oz

    new members/users: read this first | new member faq
    no private messages requesting computer support - post them on the forums!
    please use the "report post" button to alert our forum admins to problematic posts rather than responding to them yourself.

  3. #3
    Just Joined!
    Join Date
    Oct 2010
    Posts
    4
    yes it's ok but how can i start the fluxbox de???
    for example when i used kde after pacman -S kde i went to /etc/rc.conf and there add a daemon..

  4. #4
    oz
    oz is offline
    forum.guy
    Join Date
    May 2004
    Location
    arch linux
    Posts
    18,081
    Quote Originally Posted by spike89 View Post
    yes it's ok but how can i start the fluxbox de???
    for example when i used kde after pacman -S kde i went to /etc/rc.conf and there add a daemon..
    First off, you need to keep in mind that Fluxbox is not a desktop environment, but a window manager only. In addition, installing it and configuring it are two different things. You can find a nice HowTo that should get you going on the Arch Wiki:

    Fluxbox - ArchWiki
    oz

    new members/users: read this first | new member faq
    no private messages requesting computer support - post them on the forums!
    please use the "report post" button to alert our forum admins to problematic posts rather than responding to them yourself.

  5. #5
    Just Joined!
    Join Date
    Oct 2010
    Posts
    4
    i have read it and i cann't understand about ~/.xinitrc
    xinit is the program that starts X??right??

  6. #6
    oz
    oz is offline
    forum.guy
    Join Date
    May 2004
    Location
    arch linux
    Posts
    18,081
    If you are using the KDM or GDM display manager, you won't need a ~/.xinitrc file. If you aren't using KDM/GDM, you can create the .xinitrc file by creating a blank file named .xinitrc in your /home/your_username/ folder, then adding the entry to it that starts fluxbox as outlined in the HowTo. Then when you've logged in from the command line, entering the startx command and pressing ENTER should start both, the xserver and fluxbox.
    oz

    new members/users: read this first | new member faq
    no private messages requesting computer support - post them on the forums!
    please use the "report post" button to alert our forum admins to problematic posts rather than responding to them yourself.

  7. #7
    Just Joined!
    Join Date
    Oct 2010
    Posts
    4
    ok i made it!!!!!!!! thanks for all ozar..!!!!!!!!!

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •