[Merge] lp:~mir-team/qtubuntu/port-to-mirclient into lp:qtubuntu
Daniel d'Andrada
daniel.dandrada at canonical.com
Mon Feb 23 15:56:37 UTC 2015
> In src/ubuntumirclient/window.cpp:
>
> """
> 843 - ua_ui_window_show(d->window);
> 844 + setWindowState(Qt::WindowNoState);
> 845 +
> """
>
> This breaks the use case of applications that start up as fullscreen, such as
> camera-app and media-player. They are starting as fullscreen but get
> immediately resized to "non-fullscreen" because setVisible(true) has the side-
> effect of going out of fullscreen state with the change above.
I recall I fixed that very same bug in platform api, becasue mir has no concept of visibility, only window states. So just have to port the fix (or hack) from platform-api to qtubuntu
--
https://code.launchpad.net/~mir-team/qtubuntu/port-to-mirclient/+merge/245164
Your team Ubuntu Phablet Team is subscribed to branch lp:qtubuntu.
More information about the Ubuntu-reviews
mailing list