Package: conky-all
Version: 1.22.2-1
Severity: normal
X-Debbugs-Cc: [email protected]

Dear Maintainer,

   * Upgrading from Conky 1.22.1 to 1.22.2, if your conky config uses lua_load
and the path to the lua script contains ~/ or $HOME in the path you will get
errors in conky like this;
conky: llua_do_call: function your_lua_function execution failed: attempt to
call a nil value
this is happens if your conky config has a similar line;
 lua_load = '~/.config/conky/your_script.lua',


   * What exactly did you do (or not do) that was effective (or
     ineffective)? You can revert back to 1.22.1 to fix this issue, or if you
stay on 1.22.2 you can update your lua_load line to something similar to this
lua_load = os.getenv("HOME") .. '/.config/conky/your_script.lua',

This is an upstream bug with Conky it was reported here;
https://github.com/brndnmtthws/conky/issues/2226. It has been fixed with this
PR;
https://github.com/brndnmtthws/conky/pull/2229.




-- System Information:
Debian Release: forky/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (200, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 6.15.10-1-siduction-amd64 (SMP w/32 CPU threads; PREEMPT)
Kernel taint flags: TAINT_CPU_OUT_OF_SPEC
Locale: LANG=en_CA.UTF-8, LC_CTYPE=en_CA.UTF-8 (charmap=UTF-8), LANGUAGE not set
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

Versions of packages conky-all depends on:
ii  libaudclient2        3.5~rc2-3
ii  libc6                2.41-12
ii  libcairo2            1.18.4-1+b1
ii  libcurl3t64-gnutls   8.15.0-1
ii  libdbus-glib-1-2     0.114-1
ii  libfontconfig1       2.15.0-2.3
ii  libgcc-s1            15.2.0-1
ii  libglib2.0-0t64      2.84.4-3
ii  libical3t64          3.0.20-1+b1
ii  libimlib2t64         1.12.4-2
ii  libircclient1        1.10-1
ii  libiw30t64           30~pre9-18+b1
ii  liblua5.3-0          5.3.6-2+b4
ii  libncurses6          6.5+20250216-2
ii  libpango-1.0-0       1.56.3-1
ii  libpangocairo-1.0-0  1.56.3-1
ii  libpangoft2-1.0-0    1.56.3-1
ii  libpulse0            17.0+dfsg1-2+b1
ii  librsvg2-2           2.60.0+dfsg-1+b1
ii  libstdc++6           15.2.0-1
ii  libtinfo6            6.5+20250216-2
ii  libwayland-client0   1.24.0-2+b1
ii  libx11-6             2:1.8.12-1
ii  libxdamage1          1:1.1.6-1+b2
ii  libxext6             2:1.3.4-1+b3
ii  libxfixes3           1:6.0.0-2+b4
ii  libxft2              2.3.6-1+b4
ii  libxinerama1         2:1.1.4-3+b4
ii  libxml2-16           2.14.5+dfsg-0.1
ii  libxnvctrl0          535.171.04-1+b2

conky-all recommends no packages.

Versions of packages conky-all suggests:
pn  apcupsd    <none>
pn  audacious  <none>
pn  moc        <none>
pn  mpd        <none>

-- no debconf information

Reply via email to