28 Nov
2024
28 Nov
'24
05:30
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 & Also, try commenting each line out one at a time to see which eyes disappear. -- Robert Webb