awesome/lib/gears
Arvydas Sidorenko 65de8a7ab5 Broken lgi version checking
Currently it takes `require('lgi.version')`, converts it blindly to
number and compares with another value.
I am using lgi v0.6.1 and that is not convertable to number value,
thus tonumber() returns nil and crashes Awesome.
The fix is to take major and minor numbers only ignoring the rest.

Signed-off-by: Arvydas Sidorenko <asido4@gmail.com>
Signed-off-by: Uli Schlachter <psychon@znc.in>
2012-06-22 23:21:14 +02:00
..
color.lua.in Ported lib/gears to lua 5.2 2012-06-16 17:37:30 +02:00
debug.lua.in Ported lib/gears to lua 5.2 2012-06-16 17:37:30 +02:00
init.lua.in Ported lib/gears to lua 5.2 2012-06-16 17:37:30 +02:00
object.lua.in Ported lib/gears to lua 5.2 2012-06-16 17:37:30 +02:00
sort.lua.in Ported lib/gears to lua 5.2 2012-06-16 17:37:30 +02:00
surface.lua.in Broken lgi version checking 2012-06-22 23:21:14 +02:00