PCManFM is currently linked against GTK2. For those moving to wayland (sway), GTK2 does not support hi-dpi and results in blurry fonts. Using Thunar isn't as good an alternative as it depends on xfconf, xfce4-panel, dbus and many XFCE libraries.
Using GTK3 can be trivialy set with ./configure --with-gtk=3 instead of --with-gtk=2.
I propose we could either:
- Drop GTK2 and make PCManFM use GTK3 by default
- Provide both GTK2 and GTK3 PCManFM packages, like Arch does
PCManFM is currently linked against GTK2. For those moving to wayland (sway), GTK2 does not support hi-dpi and results in blurry fonts. Using Thunar isn't as good an alternative as it depends on xfconf, xfce4-panel, dbus and many XFCE libraries.
Using GTK3 can be trivialy set with
./configure --with-gtk=3instead of--with-gtk=2.I propose we could either: