No scaling on the AppImage? #115
-
|
EDIT: Managed to scale the UI via extracting the AppImage, editing the user.reg and repacking it. So solved for now atleast. Just wanted to ask if there's a way to scale the DPI on the AppImage, it's pretty much unusable on my 4K screen and unfortunately with the GUI installer, i can only get Designer and Photo working. Affinity Studio just freezes my entire computer for like 30-60 seconds and never starts. AppImage seems to at least launch fine but would love the scaling option. On Fedora 43. Thanks. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
|
I know I'm late but on Fedora (or any other distro that doesn't ship with) just install "zenity" and run the appimage from terminal with "--dpi" at the end. You only need to do it once, then your dpi settings will be stored. sudo dnf install zenity |
Beta Was this translation helpful? Give feedback.
-
|
Does scaling using gear lever works ? I have seen changing environments variables like GDK_SCALE=1.5 But I think it's only works for qt and gdk apps not wine apps bundled as appimage cause it is using windows themeing. |
Beta Was this translation helpful? Give feedback.
I know I'm late but on Fedora (or any other distro that doesn't ship with) just install "zenity" and run the appimage from terminal with "--dpi" at the end. You only need to do it once, then your dpi settings will be stored.
sudo dnf install zenity
cd ~/<path_to_yourappimages>
./<affinity_appimage> --dpi