The typical fix for this with Chrome/Chromium and Electron apps is to pass the
--force-device-scale-factor
option to the executable. Applying this option to Skype works as well, but you need to dig a bit to find where to add it. I ended up modifying /usr/bin/skypeforlinux
so the last line reads:nnohup "$SKYPE_PATH" --force-device-scale-factor --executed-from="$(pwd)" --pid=$$ "$@" > "$SKYPE_LOGS/skype-startup.log" 2>&1 &
No comments:
Post a Comment