Open romildo opened 8 years ago
Hello,
What Awesome version are you using? I just tried your code and it worked fine on 3.5.6. Please note that Radical doesn't support 3.4 and git-master version more recent than July 2015. The "fit" function signature changed upstream and that broke most widgets designed for Awesome 3.5
I am using awesome-3.5.6
:
% awesome --version
awesome v3.5.6 (For Those About To Rock)
• Build: Oct 9 2015 08:20:10 for x86_64 by gcc version 5.2.0 (@jrm.no-ip.org)
• Compiled against Lua 5.1.5 (running with Lua 5.1)
• D-Bus support: ✔
This issue seems to be related to the location of the theme files. For instance, it does not work with a theme installed at ~/.config/awesome/themes/bamboo/
, but it works with the theme installed at /usr/share/awesome/themes/zenburn
any news ?
after some research, @romildo your theme.menu_height/width values should be integers instead of strings.
I am getting the error
error: .../romildo/.config/awesome/radical/layout/vertical.lua:200: attempt to compare string with number
when trying to show a menu based on the example from theREADME.md
.Here is the relevant part of my configuration file
rc.lua
:When mouse button 1 is pressed over the textbox, the following error is reported:
What may I be missing?