Bug#549180: gnome-panel: Does not start anymore. CRITICAL **: panel_multiscreen_x: assertion `monitor >= 0 && monitor < monitors [n_screen]' failed
Josselin Mouette
joss at debian.org
Thu Oct 1 08:57:22 UTC 2009
Le jeudi 01 octobre 2009 à 10:08 +0200, Paul Menzel a écrit :
> after upgrading DebPkg:gnome-panel to 2.28.0-1 today it stopped working
> after logging out and logging in after the upgrade. The version before
> was 2.26.3-1.
>
> I see the following error in .xsessionerros
>
> ** (gnome-panel:3904): CRITICAL **: panel_multiscreen_width: assertion `monitor >= 0 && monitor < monitors [n_screen]' failed
> ** (gnome-panel:3904): CRITICAL **: panel_multiscreen_height: assertion `monitor >= 0 && monitor < monitors [n_screen]' failed
Do you have a dual monitor setup?
Can you run the following Python code and show the output?
from gtk import gdk
display=gdk.display_get_default()
n=display.get_n_screens()
print n
for i in range(n):
screen=display.get_screen(i)
print screen.get_width(), screen.get_height()
Thanks,
--
.''`. Josselin Mouette
: :' :
`. `' “I recommend you to learn English in hope that you in
`- future understand things” -- Jörg Schilling
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: Ceci est une partie de message num?riquement sign?e
URL: <http://lists.alioth.debian.org/pipermail/pkg-gnome-maintainers/attachments/20091001/7efea670/attachment.pgp>
More information about the pkg-gnome-maintainers
mailing list