After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 154848 - Support _NET_WM_TAKE_ACTIVITY EWMH extension
Support _NET_WM_TAKE_ACTIVITY EWMH extension
Status: RESOLVED INCOMPLETE
Product: vte
Classification: Core
Component: general
unspecified
Other Linux
: High normal
: ---
Assigned To: VTE Maintainers
VTE Maintainers
Depends on: 154260
Blocks:
 
 
Reported: 2004-10-08 00:03 UTC by Elijah Newren
Modified: 2008-12-08 03:49 UTC
See Also:
GNOME target: ---
GNOME version: 2.9/2.10


Attachments
hint WM to not raise on text selection (520 bytes, patch)
2004-10-08 00:04 UTC, Elijah Newren
none Details | Review
Support _NET_WM_MOUSE_ACTION (instead of _NET_WM_TAKE_ACTIVITY) (1.39 KB, patch)
2004-10-11 16:43 UTC, Elijah Newren
none Details | Review
Simple fix -- pass toplevel GdkWindows like I'm supposed to (1.47 KB, patch)
2004-10-12 21:11 UTC, Elijah Newren
none Details | Review

Description Elijah Newren 2004-10-08 00:03:00 UTC
_NET_WM_TAKE_ACTIVITY support has been added to the EWMH spec at freedesktop.org
(well, it's not committed but it's been proposed by Lubos and has been generally
accepted).  bug 152952 covers metacity support and bug 154260 covers gtk+
support, but other widgets, such as vte, need to support it as well by calling
gdk_window_cancel_activate appropriately.  I will attach a patch in a minute
that does so.
Comment 1 Elijah Newren 2004-10-08 00:04:37 UTC
Created attachment 32373 [details] [review]
hint WM to not raise on text selection
Comment 2 Elijah Newren 2004-10-11 16:43:58 UTC
Created attachment 32478 [details] [review]
Support _NET_WM_MOUSE_ACTION (instead of _NET_WM_TAKE_ACTIVITY)

See bug 154260 for the advantages I perceive to MOUSE_ACTION over
TAKE_ACTIVITY.	Of course, it's not yet part of the spec, but this patch is
here for those that want to try it out.
Comment 3 Elijah Newren 2004-10-12 21:11:20 UTC
Created attachment 32531 [details] [review]
Simple fix -- pass toplevel GdkWindows like I'm supposed to
Comment 4 Kjartan Maraas 2004-10-18 10:23:24 UTC
Another one in need of review.
Comment 5 Elijah Newren 2004-10-18 14:12:47 UTC
Not unless the gtk+ patch is accepted first, otherwise this patch won't apply
and is useless.
Comment 6 Behdad Esfahbod 2008-11-29 08:58:35 UTC
Did the gtk+ patch go through?
Comment 7 Elijah Newren 2008-12-08 03:49:35 UTC
No, I never had time to clean it up.

Honestly, it probably doesn't make sense to keep this bug open for ever.  We can reopen when/if anyone fixes up the gtk+ side.