THIS IS AN AUTOMATED MESSAGE, DO NOT REPLY.

The following task has a new comment added:

FS#1030 - Wine floating windows move to the right&down by themselves
User who did this - Daniel Hahler (blueyed)

----------
The issue can be easily reproduced using HeidiSQL: 
http://www.heidisql.com/download.php

When starting the program, there is a "Session manager" dialog.

It moves down and right on every keypress. With the titlebar enabled, the 
offset is larger (probably the height of titlebar plus border).
With the titlebar not being displayed, the offset appears to be the size of the 
borders.

The patch does not help.

xprop:

        awful.client.property.floating(CARDINAL) = 1
        _NET_WM_DESKTOP(CARDINAL) = 0
        WM_STATE(WM_STATE):
                        window state: Normal
                        icon window: 0x0
        _NET_WM_STATE(ATOM) = _NET_WM_STATE_SKIP_TASKBAR
        _NET_WM_ICON(CARDINAL) =        Icon (32 x 32):
        […]
        _NET_WM_NAME(UTF8_STRING) = "Session manager"
        WM_ICON_NAME(STRING) = "Session manager"
        WM_NAME(STRING) = "Session manager"
        WM_HINTS(WM_HINTS):
                        Client accepts input or input focus: False
                        Initial state is Normal State.
                        bitmap id # to use for icon: 0x4a009e2
                        bitmap id # of mask for icon: 0x4a009e4
                        window id # of group leader: 0x4c00005
        _NET_WM_WINDOW_TYPE(ATOM) = _NET_WM_WINDOW_TYPE_NORMAL
        WM_TRANSIENT_FOR(WINDOW): window id # 0x4c00005
        _MOTIF_WM_HINTS(_MOTIF_WM_HINTS) = 0x3, 0x26, 0x1e, 0x1012a, 0x22f7b0
        WM_NORMAL_HINTS(WM_SIZE_HINTS):
                        program specified location: 390, 173
                        window gravity: Static
        _NET_WM_USER_TIME_WINDOW(WINDOW): window id # 0x4a00030
        XdndAware(ATOM) = ATOM
        _NET_WM_PID(CARDINAL) = 31247
        WM_LOCALE_NAME(STRING) = "en_US.UTF-8"
        WM_CLIENT_MACHINE(STRING) = "..."
        WM_CLASS(STRING) = "heidisql.exe", "Wine"
        WM_PROTOCOLS(ATOM): protocols  WM_DELETE_WINDOW, _NET_WM_PING, 
WM_TAKE_FOCUS

The window is floating by default, and toggling the floating state won't change 
the taskbar entry's floating indicator, but when the floating state is disabled 
the automatic resizing does not occur.
This (and the other issue) might be related to the programs handling of its 
main window with regard to the session manager dialog at startup.
----------

More information can be found at the following URL:
https://awesome.naquadah.org/bugs/index.php?do=details&task_id=1030#comment4106

You are receiving this message because you have requested it from the Flyspray 
bugtracking system.  If you did not expect this message or don't want to 
receive mails in future, you can change your notification settings at the URL 
shown above.

--
To unsubscribe, send mail to awesome-devel-unsubscr...@naquadah.org.

Reply via email to