We've confirmed this patch working for aweseom 3.5.6:

--- a/lib/naughty.lua.in        2015-01-10 20:36:35.000000000 +0100
+++ b/lib/naughty.lua.in.new    2015-05-12 21:04:04.116700628 +0200
@@ -27,6 +27,7 @@
 local sbyte = string.byte
 local tcat = table.concat
 local tins = table.insert
+local unpack = unpack or table.unpack -- v5.1: unpack, v5.2: table.unpack
 
 --- Notification library
 local naughty = {}


and for master this should work:

--- a/lib/naughty/dbus.lua.in
+++ b/lib/naughty/dbus.lua.in
@@ -23,6 +23,7 @@ local schar = string.char
 local sbyte = string.byte
 local tcat = table.concat
 local tins = table.insert
+local unpack = unpack or table.unpack -- v5.1: unpack, v5.2: table.unpack
 local naughty = require("naughty.core")
 
 --- Notification library, dbus bindings


-Andy

-- 
To unsubscribe, send mail to [email protected].

Reply via email to