-
-
Notifications
You must be signed in to change notification settings - Fork 623
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Bug]: Lua script not loading (v1.19.7) #1753
Comments
HI I am not a developer, but I, sometimes answer issues related to LUA. In this case, Lua cannot find the script - try other ways to state the path. A relative path also works, but perhaps using I am the author of conkywx ( a conky weather app on Arch Linux ) - a conky app that is lua heavy (yes, there is a good sprinkle of Perl as well ) and works without issues. |
Thanks @plikhari ... when I tried |
I do not use the conventional path
conky.text = [[ ` Here is an example - I have moved away from using conky functions to using pure lua - but you can see the original comment to trigger the non Lua conky. Here is a link to the latest test conkywx build - I intend updating the AUR soon, but let's see hmmmm |
I made this exact change :) |
This should be fixed with #1779. |
What happened?
Upgrade to 1.19.7 introduced a bug that prevents conky from loading a lua script using
load_lua
Note the log indicates
llau_load
(two L's?)Also tried $HOME to see if the variable helped instead of
~
. Also failed.Version
1.19.7
Which OS/distro are you seeing the problem on?
Arch Linux
Conky config
Stack trace
No response
Relevant log output
The text was updated successfully, but these errors were encountered: