Thu, 28 Nov 2024 05:30:34 +0000 (UTC) Robert Webb via openSUSE Users <users@lists.opensuse.org> :
On Wed, 27 Nov 2024 20:00:52 -0500, bent fender <slowroller@trixtar.org> wrote:
I have a line in ~/.profile that calls a script which in turn includes:
if [ "$desktop" = "kde" ] then echo "it is kde" xeyes -geometry 70x50+36+420 & xeyes -geometry 70x50+1750+420 & else echo "No kde, no xeyes" fi
Which 'used to' give me 2 pairs of xeyes nestled between the two deskbar panels on the sides. Lately however I've ben getting 3 of them: https://imgur.com/2M5Zbil.png
Something to try (offset from the right side of the screen):
xeyes -geometry 70x50+36+420 & xeyes -geometry 70x50-36+420 &
seems to produce no change
Also, try commenting each line out one at a time to see which eyes disappear.
We're getting there :-) This gives only the two in the middle and on the right side: # xeyes -geometry 70x50+36+420 & xeyes -geometry 70x50-36+420 & And this one gives only the one on the left side: xeyes -geometry 70x50+36+420 & # xeyes -geometry 70x50-36+420 & I don't understand the syntax, I did once but cannot find the reference anymore. There are other issues with the desk bars in plasma6 but I don't want to cloud this topic yet.
-- Robert Webb