stobenski / pro

Awesome Pro themes
MIT License
255 stars 43 forks source link

missing patches? #6

Closed pazz closed 9 years ago

pazz commented 9 years ago

I really cannot get this config to work: Do I still need to patch the awful stuff? How exactly? Its a really bad idea to just replace the official file with the ones you provide: what if there were upstream changes since you fixed it? Currently, I get the error below upon startup. Thanks for any help

E: beautiful: error loading theme file cannot open /home/pazz/.config/awesome/themes/pro-dark/theme.lua: No such file or directory
W: awesome: luaA_dofunction:78: error while running function
stack traceback:
    [C]: ?
    [C]: in function 'error'
    /usr/share/awesome/lib/wibox/widget/textbox.lua:61: in function 'set_markup'
    /usr/share/awesome/lib/awful/widget/textclock.lua:26: in function </usr/share/awesome/lib/awful/widget/textclock.lua:26>
    [C]: in function 'emit_signal'
    /usr/share/awesome/lib/awful/widget/textclock.lua:28: in function </usr/share/awesome/lib/awful/widget/textclock.lua:20>
    (tail call): ?
    /home/pazz/.config/awesome/pro/rc.lua:295: in main chunk
error: attempt to concatenate a userdata value
W: awesome: luaA_dofunction:78: error while running function
stack traceback:
    [C]: ?
    [C]: in function 'error'
    /usr/share/awesome/lib/wibox/widget/textbox.lua:61: in function 'set_markup'
    /usr/share/awesome/lib/awful/widget/textclock.lua:26: in function </usr/share/awesome/lib/awful/widget/textclock.lua:26>
    [C]: in function 'emit_signal'
    /usr/share/awesome/lib/awful/widget/textclock.lua:28: in function </usr/share/awesome/lib/awful/widget/textclock.lua:20>
    (tail call): ?
    /home/pazz/.config/awesome/pro/rc.lua:296: in main chunk
error: attempt to concatenate a userdata value
pazz commented 9 years ago

sorry, i just realized you hardcoded the path to the themes directory.. never mind