spek
spek copied to clipboard
HiDPi support
Spek currently does not scale well on my 3200x1800 laptop screen, causing the frequency values to be cut off (so instead of "10kHz - 12kHz ... 22kHz" I see "0kHz - 2kHz ... 2kHz) as well as the filepath on the top of the screen.
Same trouble here. I have a 3200x1800 display too, and spek doesn't seem to take the actual font size into account, squeezing it into a fixed space of a predefined size. Check the screenshot for what I mean.
Any idea of a possible workaround? Any hints as to where I could edit something in the source files and rebuild?
Apart from the text being clipped, the icons in the toolbar are too small (with Gnome desktop), but the menu bar is scaled correctly.
I have this same problem and really need it to work
anyone got a workaround??
The easiest workaround: Use Spek with Wine. Just download the Windows exe, run it in wine. No scaling issues. But yes, I have the same problem, Gnome, no matter if Wayland or X.
I experience these issues on Windows when using 200% scaling, and would likely experience the same issues under Wine if my prefix is set to 192 dpi instead of the default 96.
Okay, I figured out how to fix this on Linux, at least. The simplest fix ever. You just have to somehow get the build scripts to set the toolkit to wxgtk3 and not wxgtk2. Easy peasy, lemon squeezy.
This should be fixed on master
with 5a331f5f923d99060befbf1a90668a507e4e2fa7, the upcoming version 0.8.6 will include the fix.
Hm, just tried the latest Git version in my Arch, but I can still see the issue happening. The thing is, though, I do remember it working previously when I tried switching from wxgtk2 to wxgtk3. Not sure why it does not work anymore now, though.