You are not logged in.

#1 2012-09-10 14:05:03

rado3105
Member
Registered: 2011-10-09
Posts: 103

Fluxbox cant be installed in new archlinux installation (openbox, lxde

I installed archlinux with new method(very unsatisfied, the last was much simplier).
I already installed X, xf86-video-vesa, dbus, slim, fluxbox.
Also changed .xinitrc to exec fluxbox, but it shows me when I write startfluxbox this:


xmodmap:  unable to open display '' Error: Couldn't connect to XServer

This is my .xinitrc:

#!/bin/sh
#
# ~/.xinitrc
#
# Executed by startx (run your window manager from here)

if [ -d /etc/X11/xinit/xinitrc.d ]; then
  for f in /etc/X11/xinit/xinitrc.d/*; do
    [ -x "$f" ] && . "$f"
  done
  unset f
fi

dbus-launch exec startfluxbox
# exec gnome-session
# exec startkde
# exec startxfce4
# ...or the Window Manager of your choice

Last edited by rado3105 (2012-09-12 08:53:16)

Offline

#2 2012-09-10 16:25:17

rado3105
Member
Registered: 2011-10-09
Posts: 103

Re: Fluxbox cant be installed in new archlinux installation (openbox, lxde

I tryed to install lxde enviroment and everything works like should....so this is problem of fluxbox and archlinux(propably pacman).

Offline

#3 2012-09-11 21:51:06

rado3105
Member
Registered: 2011-10-09
Posts: 103

Re: Fluxbox cant be installed in new archlinux installation (openbox, lxde

here is wgetpaste from xorg log:
https://gist.github.com/3702306

Has anybody suceed to install fluxbox in archlinux?(new installation way).

Offline

#4 2012-09-11 22:00:18

jasonwryan
Anarchist
From: .nz
Registered: 2009-05-09
Posts: 30,424
Website

Re: Fluxbox cant be installed in new archlinux installation (openbox, lxde

rado3105 wrote:

....so this is problem of fluxbox and archlinux(propably pacman).

Or, you have misconfigured your .xinitrc


Arch + dwm   •   Mercurial repos  •   Surfraw

Registered Linux User #482438

Offline

#5 2012-09-11 22:06:32

rado3105
Member
Registered: 2011-10-09
Posts: 103

Re: Fluxbox cant be installed in new archlinux installation (openbox, lxde

https://gist.github.com/3702464

I dont think so....

Offline

#6 2012-09-12 08:54:14

rado3105
Member
Registered: 2011-10-09
Posts: 103

Re: Fluxbox cant be installed in new archlinux installation (openbox, lxde

Openbox works like a charm, so this is problem of archlinux and fluxbox. Propably fluxbox cant be properly installed on new archlinux installation(maybe - problem with intel drivers?)...

Offline

#7 2012-09-12 09:10:27

rado3105
Member
Registered: 2011-10-09
Posts: 103

Re: Fluxbox cant be installed in new archlinux installation (openbox, lxde

I tryed after installation of openbox to install fluxbox, rewrite .xinitrc for fluxbox and I started fluxbox. So this way fluxbox works. I uninstalled openbox and using now fluxbox....

Offline

#8 2012-09-12 11:17:44

Trilby
Inspector Parrot
Registered: 2011-11-29
Posts: 29,551
Website

Re: Fluxbox cant be installed in new archlinux installation (openbox, lxde

I suspect you also changed your xinitrc.  It should not be expected to work as written and you Xorg log gives the expected result: X exited normally with nothing to do.  The order of dbus-launch and exec matter.

Your xinitrc has launched dbus-launch as the sole process in X, then replaced that process with an exec command.  I've never done this myself, as it is rather silly and pointless, but I expect X terminating normally could be an expected outcome.

Typos or copy paste errors are perfectly normal - I'm the king of PEBKAC errors - but before you start trying to blame perfectly good packages, or awesome package managers, you should first look for what you have done wrong.


"UNIX is simple and coherent..." - Dennis Ritchie, "GNU's Not UNIX" -  Richard Stallman

Offline

#9 2012-09-12 11:47:35

DSpider
Member
From: Romania
Registered: 2009-08-23
Posts: 2,273

Re: Fluxbox cant be installed in new archlinux installation (openbox, lxde

Like jasonwryan said, your ~/.xinitrc is wrong.

Back it up first, remove everything else in there and keep just:

exec dbus-launch startfluxbox

https://wiki.archlinux.org/index.php/Fluxbox


You don't need "ck-launch-session" in there if you use SLiM (see the first note from the slim wiki page).


"How to Succeed with Linux"

I have made a personal commitment not to reply in topics that start with a lowercase letter. Proper grammar and punctuation is a sign of respect, and if you do not show any, you will NOT receive any help (at least not from me).

Offline

#10 2012-09-12 12:48:09

tomk
Forum Fellow
From: Ireland
Registered: 2004-07-21
Posts: 9,839

Re: Fluxbox cant be installed in new archlinux installation (openbox, lxde

General observation: you are spuriously blaming random unconnected processes for your issue e.g.

this is problem of fluxbox and archlinux(propably pacman)

Propably fluxbox cant be properly installed on new archlinux installation(maybe - problem with intel drivers?)

To clarify, pacman installs the system files required to run fluxbox in specified directories - configuration is entirely your responsibility. And the method used to install archlinux has no relevance here.

IMO people would be more inclined to help you if you made an effort to improve your understanding of your system, and how different processes interact.

Offline

Board footer

Powered by FluxBB