raexera / yoru

A custom Linux environment built on AwesomeWM
GNU General Public License v3.0
3.48k stars 198 forks source link

[Question] Can't load config #155

Closed elpekenin closed 1 year ago

elpekenin commented 1 year ago

Hey, I've been trying to setup the theme on my freshly installation of Majaro XFCE, but whenever I start Awesome, default config appears

I followed some of the issues on the repo and removed references to battery as this is a desktop computer (tho, the output from a command I've run a while back seemed to point into some path)

This is the error traceback

WARNING: modelines must use ASCII
2022-11-05 13:21:28 E: awesome: Error during a protected call: /home/elpekenin/.config/awesome/theme/theme.lua:202: attempt to index a nil value (field 'ui')
stack traceback:
    /home/elpekenin/.config/awesome/theme/theme.lua:202: in main chunk
    [C]: in function 'dofile'
    [C]: in function 'xpcall'
    /usr/share/awesome/lib/gears/protected_call.lua:41: in function </usr/share/awesome/lib/gears/protected_call.lua:40>
    (...tail calls...)
    /usr/share/awesome/lib/beautiful/init.lua:276: in function 'beautiful.init.init'
    /home/elpekenin/.config/awesome/rc.lua:16: in main chunk
2022-11-05 13:21:28 E: awesome: beautiful: error loading theme: got a nil from: /home/elpekenin/.config/awesome/theme/theme.lua
error while running function!
stack traceback:
    /home/elpekenin/.config/awesome/configuration/autostart.lua:8: in local 'autostart_apps'
    /home/elpekenin/.config/awesome/configuration/autostart.lua:24: in main chunk
    [C]: in function 'require'
    /home/elpekenin/.config/awesome/configuration/init.lua:1: in main chunk
    [C]: in function 'require'
    /home/elpekenin/.config/awesome/rc.lua:22: in main chunk
error: /home/elpekenin/.config/awesome/configuration/autostart.lua:8: attempt to index a nil value (field 'run')
2022-11-05 13:21:28 W: awesome: a_glib_poll:477: Last main loop iteration took 0,102499 seconds! Increasing limit for this warning to that value.
elpekenin commented 1 year ago

Re-installed and removed any reference to "battery", it works now so imma start customizing it. Closing the issue :)