Am 26.10.2011 16:20, schrieb Tomás Solar Castro:
> El 25/10/11 18:23, Rainux Luo escribió:
>> volumewidget =
>> obvious.volume_alsa():set_layout(awful.widget.layout.horizontal.rightleft).widget
>>
>>
>> mywibox[s].widgets = {
>> cpuwidget.widget,
>> separator,
>> volumewidget
>> }
>>
> now that I'm seeing this, I've just remembered that I am having troubles
> with this widget.
>
> I put this in my rc.lua, and it does not work; if I don't define the
> widget, I mean, if I don't put "obvious.volume_alsa()" in my rc.lua my
> config works, but if I put that line, awesome doesn't work.
>
> ~/.xsession-errors is giving me NOTHING :(
>
> I use debian sid, awesome 3.4.10. It fails with obvious from git and
> from awesome-extra package.
>
> Am I doing something wrong?
>
>
I don't have to append .widget to the volume_alsa() module.
require("obvious.volume_alsa")
obvious.volume_alsa(),
These are the lines from my config regarding the widget. Could you test
your setup with these?
Also, which login manager do you use? I thought earlier that
.xsession-errors is something "common" and standard, but in fact, other
login managers behave otherwise (/var/log/slim.log for example). Is
there any logging in this file, if you place a syntax error in your rc.lua?
--
To unsubscribe, send mail to [email protected].