On Tuesday 22 November 2022 11:01:40 Dr. Nikolaus Klepp wrote:
Anno domini 2022 Tue, 22 Nov 10:20:53 -0800
I think I have a nice workaround for your "galculator" - not perfect but
ok:
#!/bin/sh
DPI=$(xrdb -get Xft.dpi)
echo "Xft.dpi:300" | xrdb -override -
galculator &
sleep 1
echo "Xft.dpi:$DPI" | xrdb -override -
You'll need to press <ctrl>+<m> once to hide/show the oversized menu.
You
can usw "kcalc", too, but I have not found a way to hide the menu.
Nik
Thanks, Nik!
Looks interesting, so I might tinker a bit with that just to see what happens.
You might see some further emails on the list, regarding that bash script, but
at least there is hope, maybe even a ray of light.
Bill