User Details
- User Since
- Aug 24 2015, 11:06 AM (491 w, 3 d)
- Availability
- Available
Jun 2 2020
May 31 2020
May 28 2020
May 14 2020
May 13 2020
I would say push it also to master.
May 6 2020
May 2 2020
May 1 2020
- I don't mind having it directly in xdg-desktop-portal-kde, but if it's something that might be re-used, it might be better to put it into some framework.
2-3) Kirigami-addons will be probably my preference. It sounds like something that can be re-used so why not write it that way. Then in xdg-desktop-portal-kde we will just check if it's running on mobile and create a dialog based on that.
- This might complicate it a bit, because you either would need to implement all the other portals which are same for both the desktop and mobile, or you would need to set different value to XDG_CURRENT_DESKTOP so xdg-desktop-portal first loads your portal implementation for some portals and then xdg-desktop-portal-kde as fallback for the rest.
Apr 28 2020
Apr 23 2020
I have tested this and it now works as before, tested with Chromium, while checking all the values we pass to the portal and PipeWire which seem to be correct.
I have tested this and it now works as before, tested with Chromium, while checking all the values we pass to the portal and PipeWire which seem to be correct.
Looks good and it works for me, tested with Chromium.
Apr 22 2020
Apr 21 2020
With all code relevant to PipeWire removed, you can remove all needed CMake find modules in cmake subdir and you can also remove the ENABLE_PIPEWIRE option as it shouldn't be needed anymore (including all ifdefs).
Doesn't seem to build here:
Apr 20 2020
I think we can drop support for PipeWire 0.2 (you don't seem to search for it anyway) so you can drop all PW_CHECK_VERSION(0, 2, 90) and keep just the branch for PipeWire 0.3. I will do some proper testing tomorrow.
Apr 17 2020
Apr 16 2020
Apr 14 2020
I wanted to let @ngraham to review this UI wise, but I see there are no UI changes. I don't follow mobile KCM development so I'm not sure I'm the right person to review this, but it looks good to me. I haven't tried it, but I believe you.
Those were probably all issues I could find. I will keep using it and if I find something later, I will let you know. Thank you.
Apr 13 2020
- Better naming for the cmake option disabling PipeWire
Apr 12 2020
Make DISABLE_PIPEWIRE_SUPPORT a cmake option and remove a leftover from previous change
Apr 10 2020
Apr 9 2020
I see that we already initialize the secret agent right when the kded module is loaded, but I see a potential problem in showing a notification using a fallback backend (the ugly notification which pops on the top of screen) when Plasma notifications are not ready yet.
Actually it was me who pushed this, Lukáš just did some changes to it.
Allow to disable only PipeWire, while keeping rest of Wayland support
Apr 8 2020
I asked on kde-distribution-packagers, so far I got only response from Slack and the response was they don't care about Wayland, if they would, they would have included PipeWire. I think it should be either don't support Wayland at all if distribution doesn't care or support it fully and let them get PipeWire included.
Looks good to me. @broulik what do you think?