this post was submitted on 26 Jun 2023
1 points (100.0% liked)

Xfce

270 readers
1 users here now

"Xfce is a lightweight desktop environment for various *NIX systems. Designed for productivity, it loads and executes applications fast, while conserving system resources." - Olivier Fourdan, creator of Xfce

Support Methods
Xfce FAQ
Xfce Documentation
Xfce Matrix - General Support
Xfce Matrix - Developer Chat
Xfce Forums
Distro Support
Developer Info
The Ultimate Contributor's Guide to Xfce

Community
Xfce Blog
Xfce GitLab (report bugs here)
Xfce Mastodon
Xfce Twitter

Mailing Lists

Xfce general discussion list
Xfce announcements
Xfce development list
Xfce file manager
Xfce translations

founded 1 year ago
MODERATORS
 

Hi there!

I've setup a kali-linux xfce desktop (via Windows10 wsl2 + win-kex package) and to get it looking crisp I set it up so that Windows doesn't apply any scaling to it, but rather make XFCE do that itself. (see also: https://www.reddit.com/r/Kalilinux/comments/14iicps/winkex_windows10_highdpi_setup/ )

I'm mostly happy with how that turned out, but now those two applications look much too tiny:

  • LibreOffice
  • unison-gtk

How can I get XFCE to apply high-DPI scaling to those too?

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 2 points 1 year ago

Now I found a solution that works for all the apps I tried so far:

  • add export GDK_DPI_SCALE=0.5 to /usr/lib/win-kex/xstartup
  • activate "Settings Manager" -> Appearance -> Fonts -> DPI -> "Custom DPI Setting" (leaving the proposed 192 next to the checkbox)
  • restart XFCE desktop session, and remove all the env QT_SCALE_FACTOR=2 prefixes I've previously applied to various QT-app shortcuts to prevent double scaling.