Comment 24 for bug 1003950

Revision history for this message
Marco Trevisan (TreviƱo) (3v1n0) wrote :

Unfortunately I can't reproduce this problem here...

Do you get this also when running update manager with "update-manager --no-focus-on-map"?

Also, when this happens, according to what I've read here it seems that also compiz is not seeing this window (in fact it won't show in Super+W).

Anyone could please write what this command gives you out when the bug happens?
gdbus call --session --dest org.ayatana.bamf --object-path /org/ayatana/bamf/application739967866 --method org.ayatana.bamf.application.Xids

Plus, if this command gives you a xid (unit32 value), could you please give me the outputs for:
xprop -id <xid>
xwininfo -id <xid>

PS: This script should roughly do the same as above:

xid=$(gdbus call --session --dest org.ayatana.bamf --object-path /org/ayatana/bamf/application739967866 --method org.ayatana.bamf.application.Xids | sed "s/(\[uint32 \([0-9]*\)\].*/\1/"); xprop -id $xid; xwininfo -id $xid