THIS IS AN AUTOMATED MESSAGE, DO NOT REPLY.
A new Flyspray task has been opened. Details are below.
User who did this - Per Dalgas Jakobsen (knaldgas)
Attached to Project - awesome
Summary - graph widget do not honor layout set in wibox
Task Type - Bug Report
Category - Widgets
Status - Unconfirmed
Assigned To -
Operating System - Linux
Severity - Medium
Priority - Normal
Reported Version - 3.4.2
Due in Version - Undecided
Due Date - Undecided
Details - Using Debian Squeeze version of awesome 3.4.2.
I use a slightly modified version of the default rc.lua.
Two lines to create a graph-widget, and a line to insert it into mywibox:
----
-- Create a test-graph-widget (and make it "visible")
mywidget = awful.widget.graph()
mywidget:set_border_color('#ff0000')
mywibox[s].widgets = {
{
mylauncher,
mytaglist[s],
mypromptbox[s],
layout = awful.widget.layout.horizontal.leftright
},
mylayoutbox[s],
mytextclock,
-- Insert the widget just left of the clock...
mywidget,
s == 1 and mysystray or nil,
mytasklist[s],
layout = awful.widget.layout.horizontal.rightleft
}
----
The mywidget is placed left of the tasklist, and not right of it as expected.
More information can be found at the following URL:
http://awesome.naquadah.org/bugs/index.php?do=details&task_id=696
You are receiving this message because you have requested it from the Flyspray
bugtracking system. If you did not expect this message or don't want to
receive mails in future, you can change your notification settings at the URL
shown above.
--
To unsubscribe, send mail to [email protected].