Aleix Pol

Results 71 comments of Aleix Pol

What I've been doing and what I can in no way recommend of doing is to install in /usr, as it's where it's designed to be placed so all files...

I've been looking into the issue, it does regress on some important cases when autologging in, but maybe it's something you could try and see if it helps on your...

Yes, as you can see, it has a big FIXME there that needs sorting out first. Thank you for the testing.

Please make sure you're using https://github.com/sddm/sddm/pull/1460, as it's one of the things it addresses.

Can you try this one? https://github.com/sddm/sddm/pull/1478

Have you tried selecting the screen to share?

Also please try running xdg-desktop-portals-kde on the terminal and see if you get amy warnings.

To run my own xdg-desktop-portal-kde, I do this: ``` killall xdg-desktop-portal xdg-desktop-portal-kde ; QT_FORCE_STDERR_LOGGING=1 /home/apol/devel/kde5/lib/libexec/xdg-desktop-portal-kde ``` Obviously change the path to the executable to wherever you have it installed

> it would be interesting to know if the layout change doesn't work at all or if it changes to a wrong layout. The implications might be different It is...

Here's an alternative implementation that does ask the systemd1 dbus service about the environment. https://github.com/sddm/sddm/pull/1616 As implemented there, we have two advantages: - we don't rely on a flimsy bash...