THIS IS AN AUTOMATED MESSAGE, DO NOT REPLY.
The following task is now closed:
FS#892 - Wibox does not position properly on differently-sized monitors
User who did this - Uli Schlachter (psychon)
Reason for closing: Fixed
Additional comments about closing: Sorry for the slow reply, I was away (and
lazy)
commit 82921ef57b2cc2aa2f86a936f5bc4152069aa6fb
Author: Uli Schlachter <[email protected]>
Date: Sat Apr 30 17:13:56 2011 +0200
Correctly position wiboxes (FS#892)
Let's just quote the bug report:
A regression was introduced in commit f5a5af4001723bdacd58474445424a745f343ec8
which causes wiboxes to position themselves incorrectly on Xinerama screens
besides the first one. In lib/awful/wibox.lua.in line 49, function
set_position(), the screen number used to use wibox.screen but now just
defaults
to 1. Since the screen parameter is never actually passed to set_position(),
that means that wiboxes will always use screen 1's geometry when determining
the
proper position. So, if a different screen is larger or smaller or isn't
aligned
with the primary screen, the wibox will either be offscreen or not on the
edge.
This should be fixed by explicitly passing the right screen argument to all
functions which need it.
Signed-off-by: Uli Schlachter <[email protected]>
More information can be found at the following URL:
https://awesome.naquadah.org/bugs/index.php?do=details&task_id=892
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].