Fabian Vogt

Results 275 comments of Fabian Vogt

Yeah, that's plain wrong. The behaviour was changed in d3c1e7574025fdb800aa804d6a7fe016d64c2080 but the man page never adjusted.

> Most Wayland environments do not work at all without DRI/KMS. > Plasma Wayland supposedly does, but I've never managed to get kwin to work correctly with fbdev I had...

That means you've set `QT_QPA_PLATFORM` to `wayland-egl` manually. You have to use `wayland-egl;xcb` instead to allow fallback to `xcb`.

> @Vogtinator has made something like this before: https://gitlab.com/Vogtinator/qtkdialog > > > Hack to get Qt file dialogs into some applications like virt-manager > > qtkdialog compiles with no issues...

> Use qemu-system-aarch64 version 8.0 Use 'virtio-gpu' graphics card to install the ARM64 'viogpudo' driver in 'virtio-win 0.1.229' in windows11 for arm. The installation is successful, but the resolution cannot...

That was actually discussed in https://github.com/sddm/sddm/issues/1735

IMO `RebootCommand` does not make sense on systems which have login1. If login1 can't be used to reboot, that needs to be fixed. If NFS mounts are somehow unmounted at...

The issue is that sddm uses Xorg and there's no window manager running, so focus handling between windows is practically nonexistent. It might be possible to handle it in sddm-greeter...

The commit messages need a lot more explanation