我不能让我的真棒运行。我用 pacman 安装了 awesome 和所有依赖项,并按照以下指南的开头来获得 awesome 运行:
http://awesome.naquadah.org/wiki/My_first_awesome
每当我 startx 屏幕变黑一秒钟,然后 X-Server“成功关闭”-.- 当我 sudo startx 时,丑陋的测试会话显示如下:https : //wiki.archlinux.org/index.php /初学者'_Guide#Install_X
版本:
awesome v3.5.1 (Ruby Tuesday)
• Build: Sep 25 2013 21:14:10 for i686 by gcc version 4.8.1 (nobody@)
• Compiled against Lua 5.2.2 (running with Lua 5.2)
• D-Bus support: ?
Run Code Online (Sandbox Code Playgroud)
我的 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 …
Run Code Online (Sandbox Code Playgroud)