[PATCH] fix for the tabbed extention under kde (disappear from pager)
Antony Lesuisse
al-lists at udev.org
Thu Mar 29 20:22:37 CEST 2007
The fix is simple: avoid to delete _NET_WM_DESKTOP _NET_WM_STATE properties.
--- tabbed.orig 2007-03-25 18:29:52.000000000 +0200
+++ tabbed 2007-03-25 18:44:51.000000000 +0200
@@ -102,8 +102,9 @@
my %our_props = map +($_ => undef), $self->XListProperties ($self->parent);
delete $our_props{$self->XInternAtom ($_)}
- for qw(WM_STATE WM_ICON_SIZE
- _NET_WM_VISIBLE_NAME _NET_WM_VISIBLE_ICON_NAME
_NET_WM_ICON_GEOMETRY _NET_FRAME_EXTENTS);
+ for qw(WM_STATE WM_ICON_SIZE _NET_WM_VISIBLE_NAME
_NET_WM_VISIBLE_ICON_NAME _NET_WM_ICON_GEOMETRY
+ _NET_FRAME_EXTENTS _NET_WM_DESKTOP _NET_WM_STATE);
+
for my $atom ($tab->XListProperties ($tab->parent)) {
my ($type, $format, $items) = $self->XGetWindowProperty ($tab->parent,
$atom);
More information about the rxvt-unicode
mailing list