https://bugs.kde.org/show_bug.cgi?id=371671

--- Comment #6 from xmaker...@gmail.com ---
I doubt the panel gets moved by one pixel as I have checked and moving it by
one pixel is somewhat noticeable.
Moreover I wrote this simple script to check the panel position 
#!/bin/bash 
while [  1 ]; do
    xwininfo -id 0x2000035 | grep upper # replace 0x2000035 with your panel id
done
and ran it while I was enabling/disabling compositing.
I than sent the output of the script to a file and later run this 2 commands
    wc -l data.txt # divide the number here by 4
    grep 1028 data.txt | wc -l
and the numbers from both commands match which seem to indicate the panel
didn't move even for an instant.

BTW not sure if I was clear but the panel will auto-hide if I pass the mouse on
it after enabling/disabling compositing.

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to