Window positioning is messy

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
Fred2
Level 2
Level 2
Posts: 45
Joined: Mon Jul 18, 2011 11:58 am

Window positioning is messy

Post by Fred2 »

When a window or a dialog of an application opens, it is automatically positioned somewhere on the screen (for example somewhere in the center).

In current Wine and Ubuntu Oneiric (I can't tell for other distributions), child windows of automatically positioned windows appear offset, often at [0,0] in the top left corner of the screen. This is not too much annoying for tool windows, but it is a severe problem for UI widgets like drop-down lists (see image).
Image
vitamin
Moderator
Moderator
Posts: 6605
Joined: Sat Feb 23, 2008 2:29 pm

Re: Window positioning is messy

Post by vitamin »

Fred2 wrote:In current Wine and Ubuntu Oneiric (I can't tell for other distributions), child windows of automatically positioned windows appear offset, often at [0,0] in the top left corner of the screen.
Test inside virtual desktop. If everything works there file bug with Ubuntu.
crystallero
Newbie
Newbie
Posts: 1
Joined: Sun Feb 19, 2012 6:17 am

Fix for messy window position in Wine under Ubuntu 11.04+

Post by crystallero »

I found a solution for this.

You have to install compizconfig-settings-manager

Then, go to "Window decoration" and click the "Reset setting..." in "Command".

The new command should be:

/usr/bin/compiz-decorator

Image[/img]
Locked