Fabian Vogt

Results 275 comments of Fabian Vogt

I'm not entirely sure what the behaviour of `QT_USE_PHYSICAL_DPI` is on wayland and X11. Does it use the exact DPI or only integer steps? Will it also go below an...

> On X11 I'm less sure, but my experience says that multidpi on X11 is a bit of a lost cause. With proper EDID it works fine, at least with...

> > This commit moves Xauthority handling over to libXau. > > FWIW, In Kwin we have some xauth handling done ourselves instead of even needing the lib: > >...

With the review comments addressed autologin X11 works (FWICT), but the greeter does not start because the HelperApp receives an empty cookie. I didn't test xorg user sessions or wayland...

I fixed the greeter session and some other issues I found like using `strdup` to copy the binary cookie data and pushed that to #1230. I didn't test wayland greeter...

#1230 got merged :partying_face:

Anyone wants to give https://github.com/sddm/sddm/pull/1878 a try? This relies on logind (or consolekit) triggering a suspend on idle, so you might have to change `/etc/systemd/logind.conf` like ``` [Login] IdleAction=suspend IdleActionSec=5min...

> 1. The entry in the configuration page has no option and is blank Already fixed. > 2. Three figures are not displayed on the keyboard Might be fixed partially....

Ok, that's also fixed already. Please try the newer build at the link.

Yes, that's a known issue. Two parts are missing: 1. Get the file's actual name through the Android File API 2. Actually pass the file name to the core. Currently...