mokasin / apw

Small and simple Awesome WM widget to control volume of Pulseaudio.
37 stars 33 forks source link

Not working with awesome 3.4.13-1 #10

Closed potash closed 10 years ago

potash commented 10 years ago

Hi I am using awesome on Debian stable:

$ awesome -version
awesome debian/3.4.13-1 (Octopus)
 • Build: Jul 16 2012 13:57:50 for x86_64 by gcc version 4.7.1 (@keller)
 • D-Bus support: ✔

running

require("apw/widget") 

gives

widget.lua:44: attempt to index field 'layout' (a nil value)

Did the awesome API change at some point? What can I do to get this working on my installation? Thanks!

mokasin commented 10 years ago

Yeah, it's not compatible to 3.4. It's kind of habit of Awesome to break the API. But it should not be too hard, to make it compatible.

Maybe take a look here https://github.com/jlep/apw. Not tested it myself though.

potash commented 10 years ago

That works. Thanks!