stumpwm-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[STUMP] got it working over ssh


From: David O'Toole
Subject: [STUMP] got it working over ssh
Date: Sun, 26 Aug 2007 19:10:41 -0400
User-agent: Gnus/5.110006 (No Gnus v0.6) Emacs/22.1.50 (gnu/linux)

I changed one line in stumpwm.lisp, recompiled, and now it works:

> ;; Usage: (stumpwm)
> (defun stumpwm (&optional (display-str (or (getenv "DISPLAY") ":0")) protocol)
>   "Start the stump window manager."
>   (multiple-value-bind (host display) (parse-display-string display-str)
>     (setf *display* (xlib:open-default-display)
>                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^

This is obviously only a temporary fix, but at least it gets me
started using stumpwm so I can stop with the xmonad.

I hope this (and the links in my previous email) will help you
diagnose the problem... maybe a config option should allow you to make
stumpwm use (xlib:open-default-display) upon request.

-- 
David O'Toole 
address@hidden
http://dto.freeshell.org/notebook/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]