actionless / awesome_config

config for AwesomeWM
GNU General Public License v3.0
229 stars 13 forks source link

awesome config errors #16

Closed ghost closed 8 years ago

ghost commented 8 years ago

I followed your installation instructions, but when I load awesomewm I get the follow error.

error while running function
stack traceback:
        [C]: in function 'require'
        /home/gregf/.config/awesome/rc.lua:9: in main chunk
error: /home/gregf/.config/awesome/rc.lua:9: module 'beautiful.xresources' not found:
        no field package.preload['beautiful.xresources']
        no file './beautiful/xresources.lua'
        no file '/usr/local/share/lua/5.1/beautiful/xresources.lua'
        no file '/usr/local/share/lua/5.1/beautiful/xresources/init.lua'
        no file '/usr/local/lib/lua/5.1/beautiful/xresources.lua'
        no file '/usr/local/lib/lua/5.1/beautiful/xresources/init.lua'
        no file '/usr/share/lua/5.1/beautiful/xresources.lua'
        no file '/usr/share/lua/5.1/beautiful/xresources/init.lua'
        no file '/home/gregf/.config/awesome/beautiful/xresources.lua'
        no file '/home/gregf/.config/awesome/beautiful/xresources/init.lua'
        no file '/etc/xdg/awesome/beautiful/xresources.lua'
        no file '/etc/xdg/awesome/beautiful/xresources/init.lua'
        no file '/usr/share/awesome/lib/beautiful/xresources.lua'
        no file '/usr/share/awesome/lib/beautiful/xresources/init.lua'
        no file './beautiful/xresources.so'
        no file '/usr/local/lib/lua/5.1/beautiful/xresources.so'
        no file '/usr/lib/x86_64-linux-gnu/lua/5.1/beautiful/xresources.so'
        no file '/usr/lib/lua/5.1/beautiful/xresources.so'
        no file '/usr/local/lib/lua/5.1/loadall.so'
        no file './beautiful.so'
        no file '/usr/local/lib/lua/5.1/beautiful.so'
        no file '/usr/lib/x86_64-linux-gnu/lua/5.1/beautiful.so'
        no file '/usr/lib/lua/5.1/beautiful.so'
        no file '/usr/local/lib/lua/5.1/loadall.so'
W: awesome: a_glib_poll:290: Something was left on the Lua stack, this is a bug!
-------- Lua stack dump ---------
1: string: `cannot open /home/gregf/.config/awesome/rc.lua.new: No such file or directory'
------- Lua stack dump end ------
actionless commented 8 years ago

build awesome from git master, no one is using its stable version ;)

UPD: oops, i haven't stated it nowhere in the readme, will fix now