You are not logged in.
I followed these instructions, and installed xmonad with:
sudo pacman -S xmonad xmonad-contrib xmobar trayerUnsurprisingly, it also installed ghc and a lot of haskell stuff. However, when I added "exec xmonad" to my .xinitrc:
#!/bin/sh
#
# ~/.xinitrc
#
# Executed by startx (run your window manager from here)
# exec gnome-session
# exec startkde
# exec startxfce4
# ...or the Window Manager of your choice
setxkbmap pt
#Start awesome
#exec awesome
#Start xmonad
exec xmonad
#Start Gnome Shell
#exec ck-launch-session gnome-sessionAnd I ran "xinit"/"startx", I get a black screen, and tty1 says:
/home/david/.xmonad/xmonad-x86_64-linux: executeFile: does not exist (No such file or directory)
I have to C-c on tty1 and use another interface, any idea of what's wrong? I got a lot of warnings when installing xmonad with Pacman, related to haddok or something.
Thank you in advance!
Last edited by ephan (2012-05-12 20:38:19)
Offline
Offline
david@davidarch:~/.xmonad$ xmonad --recompile
Error detected while loading xmonad configuration file: /home/david/.xmonad/xmonad.hs<no location info>: can't find file: xmonad.hs
Please check the file for errors.
david@davidarch:~/.xmonad$
I had Google'd about this, and found that many times, but I get that.
Offline
Try copying the default config (located in /usr/share/xmonad-0.10/man/xmonad.hs) to ~/.xmonad/xmonad.hs (and xmonad --recompile afterwards).
Last edited by Gcool (2012-05-12 20:24:58)
Burninate!
Offline
That worked (to compile), but when I run xmonad from tty1 (startx with 'exec xmonad') on it, I just get a black screen with no errors on tty1 whatsoever, just black screen forever.
Offline
That's the default config for you. There are a few default shortcuts to for example open a terminal (have a look at the xmonad.hs config file), but the rest is up to you.
Burninate!
Offline
I got it, thank you!
Offline