Code review comment for lp://qastaging/~agateau/unity-2d/desktop-dash

Revision history for this message
Aurélien Gâteau (agateau) wrote :

> > > - clicking on the Ubuntu circle-of-friends in the panel does not show a
> > > miminized version of the dash.
> > > - clicking on a place in the launcher does not show a windowed version of
> > the
> > > dash
> >
> > It works here. What is the size of your screen? maybe you fall in the
> > "fullscreen" only case?
>
> 1280x800 is my screen size.

That's it: the spec says if both your screen dimensions are less than or equal to 1280 x 1024, only the fullscreen dash should be displayed.

You can work-around it through two environment variables: Start unity-2d-places like this:

DASH_MIN_SCREEN_WIDTH=640 DASH_MIN_SCREEN_HEIGHT=480 unity-2d-places

(Actually only setting the HEIGHT should be enough)

« Back to merge proposal