[Stumpwm]进入不了 提示"no non-whitespace characters in string"

各种窗口管理器和美化相关
回复
头像
lwaterl
帖子: 379
注册时间: 2007-08-24 17:46

[Stumpwm]进入不了 提示"no non-whitespace characters in string"

#1

帖子 lwaterl » 2012-02-12 15:54

arch,按wiki上安的,安装过程没看到提示错误
https://wiki.archlinux.org/index.php/Stumpwm,过程如下
With Quicklisp (recommended)
1. Install SBCL
pacman -S sbcl

2. Get Quicklisp at the Quicklisp website
curl -O http://beta.quicklisp.org/quicklisp.lisp

3. Load Quicklisp with SBCL
sbcl --load quicklisp.lisp

4. Install Quicklisp
(quicklisp-quickstart:install)

5.Add it to your SBCL init file
(ql:add-to-init-file)

6.Check for updates of Quicklisp (not needed if you've just downloaded it)
(ql:update-client)

7.Check for updates on Quicklisp
(ql:update-all-dists)

8.Install CLX and CL-PPCRE
(ql:quickload "clx")
(ql:quickload "cl-ppcre")

9. Quit SBCL with (quit)
Get the git version of StumpWM
git clone git://git.savannah.nongnu.org/stumpwm.git

10. Get into the stumpwm folder and start compiling
cd stumpwm && ./autogen.sh && ./configure && make
You can optionally run "make install" as root.
Put the StumpWM binary path into your .xinit and have fun! :)

Optional: Install slime/swank for nonstop real-time hacking:
11. Install swank server
(ql:quickload "swank")

12. Install slime-helper
(ql:quickload "quicklisp-slime-helper")

13.Paste the following into your dot-emacs
(load (expand-file-name "/path/to/slime-helper.el"))
(setq inferior-lisp-program "sbcl")

14.Now put the following into your .stumpwmrc or just eval during your stumpwm-session
(require 'swank)
(swank:create-server)

15.Connect Emacs/Slime to your stumpwm-session using
M-x slime-connect
=======
但重启后,进入不了 。字符界面:

代码: 全选

# /usr/local/stumpwm
…………
#<THREAD "initial thread " RUNNING  {B6A4799}>:
no non-whitespace characters in string ""
…………
0]_
没了,记下的这些没用,请说下要我记哪里 :em47
头像
sw2wolf
帖子: 435
注册时间: 2007-10-05 21:02

Re: [Stumpwm]进入不了 提示"no non-whitespace characters in string"

#2

帖子 sw2wolf » 2012-03-05 13:26

头像
ljj_jjl2008
论坛版主
帖子: 14255
注册时间: 2007-09-16 8:29

Re: [Stumpwm]进入不了 提示"no non-whitespace characters in string"

#3

帖子 ljj_jjl2008 » 2012-03-06 17:22

源里面就有,参照我签名的40种wm。
头像
lwaterl
帖子: 379
注册时间: 2007-08-24 17:46

Re: [Stumpwm]进入不了 提示"no non-whitespace characters in string"

#4

帖子 lwaterl » 2012-03-06 20:29

从arch上转到debian上,一样的过程,不一样的结果(成功)
可惜slime在emacs又启动不了了 :emb2
头像
liu滔
帖子: 7214
注册时间: 2010-10-09 23:01

Re: [Stumpwm]进入不了 提示"no non-whitespace characters in string"

#5

帖子 liu滔 » 2012-03-06 22:55

我也成功了,Ubuntu 10.04~
头像
reverland
帖子: 1317
注册时间: 2011-11-26 15:57
系统: windows xp
联系:

Re: [Stumpwm]进入不了 提示"no non-whitespace characters in string"

#6

帖子 reverland » 2012-05-14 13:12

I faced with the same problem on archlinux with both clfswm and stupwm.
托在github上的jekyll博客
Always Look on the Bright Side of Life
头像
reverland
帖子: 1317
注册时间: 2011-11-26 15:57
系统: windows xp
联系:

Re: [Stumpwm]进入不了 提示"no non-whitespace characters in string"

#7

帖子 reverland » 2012-05-16 16:00

lwaterl 写了:arch,按wiki上安的,安装过程没看到提示错误
https://wiki.archlinux.org/index.php/Stumpwm,过程如下
With Quicklisp (recommended)
1. Install SBCL
pacman -S sbcl

2. Get Quicklisp at the Quicklisp website
curl -O http://beta.quicklisp.org/quicklisp.lisp

3. Load Quicklisp with SBCL
sbcl --load quicklisp.lisp

4. Install Quicklisp
(quicklisp-quickstart:install)

5.Add it to your SBCL init file
(ql:add-to-init-file)

6.Check for updates of Quicklisp (not needed if you've just downloaded it)
(ql:update-client)

7.Check for updates on Quicklisp
(ql:update-all-dists)

8.Install CLX and CL-PPCRE
(ql:quickload "clx")
(ql:quickload "cl-ppcre")

9. Quit SBCL with (quit)
Get the git version of StumpWM
git clone git://git.savannah.nongnu.org/stumpwm.git

10. Get into the stumpwm folder and start compiling
cd stumpwm && ./autogen.sh && ./configure && make
You can optionally run "make install" as root.
Put the StumpWM binary path into your .xinit and have fun! :)

Optional: Install slime/swank for nonstop real-time hacking:
11. Install swank server
(ql:quickload "swank")

12. Install slime-helper
(ql:quickload "quicklisp-slime-helper")

13.Paste the following into your dot-emacs
(load (expand-file-name "/path/to/slime-helper.el"))
(setq inferior-lisp-program "sbcl")

14.Now put the following into your .stumpwmrc or just eval during your stumpwm-session
(require 'swank)
(swank:create-server)

15.Connect Emacs/Slime to your stumpwm-session using
M-x slime-connect
=======
但重启后,进入不了 。字符界面:

代码: 全选

# /usr/local/stumpwm
…………
#<THREAD "initial thread " RUNNING  {B6A4799}>:
no non-whitespace characters in string ""
…………
0]_
没了,记下的这些没用,请说下要我记哪里 :em47
试着求助了开发者,找到个解决问题的方法,把家目录下的.Xauthority删掉…… :em06
托在github上的jekyll博客
Always Look on the Bright Side of Life
头像
liu滔
帖子: 7214
注册时间: 2010-10-09 23:01

Re: [Stumpwm]进入不了 提示"no non-whitespace characters in string"

#8

帖子 liu滔 » 2012-05-16 22:25

楼上好积极啊,从来没找过开发者的撸过 :em02
头像
reverland
帖子: 1317
注册时间: 2011-11-26 15:57
系统: windows xp
联系:

Re: [Stumpwm]进入不了 提示"no non-whitespace characters in string"

#9

帖子 reverland » 2012-05-16 22:55

liu滔 写了:楼上好积极啊,从来没找过开发者的撸过 :em02
因为看了clfswm的视频, :em04
托在github上的jekyll博客
Always Look on the Bright Side of Life
头像
sw2wolf
帖子: 435
注册时间: 2007-10-05 21:02

Re: [Stumpwm]进入不了 提示"no non-whitespace characters in string"

#10

帖子 sw2wolf » 2012-05-28 9:24

reverland 写了:
liu滔 写了:楼上好积极啊,从来没找过开发者的撸过 :em02
因为看了clfswm的视频, :em04
sawfish 的视频:
http://archive.org/details/TheStumpWMExperience
回复