Under Gnome in Fedora 18, returning from full screen in Squeak (including in the Scratch RPM I'm working on) results in an all-black nonresponsive window. Doesn't happen in fallback mode or in Xfce (even with compositing enabled). https://bugzilla.redhat.com/show_bug.cgi?id=906425
How do I go about finding what's to blame and fixing it?
On Fri, Feb 1, 2013 at 6:15 PM, Matthew Miller mattdm@fedoraproject.org wrote:
Under Gnome in Fedora 18, returning from full screen in Squeak (including in the Scratch RPM I'm working on) results in an all-black nonresponsive window. Doesn't happen in fallback mode or in Xfce (even with compositing enabled). https://bugzilla.redhat.com/show_bug.cgi?id=906425
How do I go about finding what's to blame and fixing it?
Is this an override redirect window? Or how does it fullscreen itself? If it is the former does Alt-f2 "lg" and then
Meta.disable_unredirect_for_screen(global.screen);
make it work?
On Fri, Feb 01, 2013 at 09:41:02PM +0100, drago01 wrote:
How do I go about finding what's to blame and fixing it?
Is this an override redirect window? Or how does it fullscreen itself? If it is the former does Alt-f2 "lg" and then Meta.disable_unredirect_for_screen(global.screen); make it work?
Okay, yes -- and that works. What next? :)
On Fri, Feb 1, 2013 at 10:38 PM, Matthew Miller mattdm@fedoraproject.org wrote:
On Fri, Feb 01, 2013 at 09:41:02PM +0100, drago01 wrote:
How do I go about finding what's to blame and fixing it?
Is this an override redirect window? Or how does it fullscreen itself? If it is the former does Alt-f2 "lg" and then Meta.disable_unredirect_for_screen(global.screen); make it work?
Okay, yes -- and that works. What next? :)
Please file a bug upstream (with instructions to reproduce) and I will take a look.
On Fri, Feb 1, 2013 at 11:02 PM, drago01 drago01@gmail.com wrote:
On Fri, Feb 1, 2013 at 10:38 PM, Matthew Miller mattdm@fedoraproject.org wrote:
On Fri, Feb 01, 2013 at 09:41:02PM +0100, drago01 wrote:
How do I go about finding what's to blame and fixing it?
Is this an override redirect window? Or how does it fullscreen itself? If it is the former does Alt-f2 "lg" and then Meta.disable_unredirect_for_screen(global.screen); make it work?
Okay, yes -- and that works. What next? :)
Please file a bug upstream (with instructions to reproduce) and I will take a look.
(either CC me or post the bug link here)
On Fri, Feb 01, 2013 at 11:02:03PM +0100, drago01 wrote:
If it is the former does Alt-f2 "lg" and then Meta.disable_unredirect_for_screen(global.screen); make it work?
Okay, yes -- and that works. What next? :)
Please file a bug upstream (with instructions to reproduce) and I will take a look.
(Against gnome-shell?)
On Fri, Feb 01, 2013 at 08:52:52PM -0500, Matthew Miller wrote:
Please file a bug upstream (with instructions to reproduce) and I will take a look.
(Against gnome-shell?)
https://bugzilla.gnome.org/show_bug.cgi?id=693042
On Sat, Feb 2, 2013 at 3:11 AM, Matthew Miller mattdm@fedoraproject.org wrote:
On Fri, Feb 01, 2013 at 08:52:52PM -0500, Matthew Miller wrote:
Please file a bug upstream (with instructions to reproduce) and I will take a look.
(Against gnome-shell?)
Well mutter not gnome-shell but lets move this discussion to the bug.
desktop@lists.stg.fedoraproject.org