Re: Issue 158 in xmonad: _NET_WORKAREA support

Updates: Status: Accepted Labels: -Type-Defect Type-Enhancement Comment #6 on issue 158 by byorgey: _NET_WORKAREA support http://code.google.com/p/xmonad/issues/detail?id=158 (No comment was entered for this change.) -- You received this message because you are listed in the owner or CC fields of this issue, or because you starred this issue. You may adjust your issue notification preferences at: http://code.google.com/hosting/settings

Comment #7 on issue 158 by liskni.si: _NET_WORKAREA support http://code.google.com/p/xmonad/issues/detail?id=158 This may be relevant to your concerns about multi-screen model: http://thread.gmane.org/gmane.comp.gnome.wm-spec/1531/focus=1772 -- You received this message because you are listed in the owner or CC fields of this issue, or because you starred this issue. You may adjust your issue notification preferences at: http://code.google.com/hosting/settings

Comment #8 on issue 158 by girard.cedric: _NET_WORKAREA support http://code.google.com/p/xmonad/issues/detail?id=158 This missing property is kind of annoying. I make crash the Windows Server I try to rdesktop to each time I use the "-g workarea option". -- You received this message because you are listed in the owner or CC fields of this issue, or because you starred this issue. You may adjust your issue notification preferences at: http://code.google.com/hosting/settings

Comment #9 on issue 158 by lubomir.sedlar: _NET_WORKAREA support http://code.google.com/p/xmonad/issues/detail?id=158 _NET_WORKAREA is also used in notify-osd, which calculates the position of notification bubble using this property.

Comment #10 on issue 158 by SheaCL...@gmail.com: _NET_WORKAREA support http://code.google.com/p/xmonad/issues/detail?id=158 _NET_WORKAREA is also used by freerdp, presumably for the same reasons as rdesktop (though without the graceful failure mode, it just segfaults).

Comment #11 on issue 158 by andreas....@gmail.com: _NET_WORKAREA support http://code.google.com/p/xmonad/issues/detail?id=158 All GTK+ applications use _NET_WORKAREA ( https://bugzilla.gnome.org/show_bug.cgi?id=690239 ), eg. for notifications (Steam Linux) or keyboard search fields (GMPC, Marlin). Bit of a bummer this is still missing.

Updates: Status: Patch Comment #12 on issue 158 by vogt.a...@gmail.com: _NET_WORKAREA support http://code.google.com/p/xmonad/issues/detail?id=158 Attached patch works with one screen. I would push it except concerns: - maybe it doesn't work with multiple screens - maybe the property should only be set iff EwmhDesktops and ManageDocks are both used? Attachments: unconditionally-set-_net_workarea-in-managedocks.dpatch 3.2 KB

Comment #13 on issue 158 by allber...@gmail.com: _NET_WORKAREA support http://code.google.com/p/xmonad/issues/detail?id=158 I would argue that _NET_WORKAREA is dual to _NET_WM_STRUT_PARTIAL and if one is in play (as with ManageDocks) then the other should also be set. I would also say the place to do this is avoidStruts since the workarea rectangles are the same ones passed on to sublayouts, only expressed in X11 coordinates.

Comment #14 on issue 158 by raghu.pr...@gmail.com: _NET_WORKAREA support http://code.google.com/p/xmonad/issues/detail?id=158 Is it possible to make _NET_WORKAREA a variable which can be set? In a multi-monitor setup: Earlier without this patch, it was appearing randomly on either of the screens. Now, with this patch, it is appearing on one of the other screens (smaller one, than the one I intended). So it would be better if this was a variable which can be set (or equivalently based on primary screen, currently it is appearing on secondary screen). -- You received this message because this project is configured to send all issue notifications to this address. You may adjust your notification preferences at: https://code.google.com/hosting/settings

Comment #15 on issue 158 by allber...@gmail.com: _NET_WORKAREA support http://code.google.com/p/xmonad/issues/detail?id=158 raghu.prabhu13, what is "it" here? -- You received this message because this project is configured to send all issue notifications to this address. You may adjust your notification preferences at: https://code.google.com/hosting/settings

Comment #16 on issue 158 by rdprabh...@gmail.com: _NET_WORKAREA support http://code.google.com/p/xmonad/issues/detail?id=158 Sorry for the omission, by 'it' mean any window which makes use of the property, in my case the notification window from notify-osd. -- You received this message because this project is configured to send all issue notifications to this address. You may adjust your notification preferences at: https://code.google.com/hosting/settings

Comment #17 on issue 158 by allber...@gmail.com: _NET_WORKAREA support http://code.google.com/p/xmonad/issues/detail?id=158 Hrm. Wonder if this has the same bug avoidStruts has with multiple monitors? (cf. https://code.google.com/p/xmonad/issues/detail?id=526) -- You received this message because this project is configured to send all issue notifications to this address. You may adjust your notification preferences at: https://code.google.com/hosting/settings
participants (1)
-
codesite-noreply@google.com