https://bugs.kde.org/show_bug.cgi?id=482157

--- Comment #5 from Raphaël Weis <raphael.w...@outlook.com> ---
(In reply to oxdr92f0 from comment #4)
> (In reply to Raphaël Weis from comment #3)
> > (In reply to oxdr92f0 from comment #2)
> > > Thanks, my portal did not work. I fixed it and xwaylandvideobridge started
> > > working too.
> > 
> > I'm having the exact same issue (Also on hyprland and NixOS) but can't find
> > the logs you are referring to. Are you talking about the
> > xdg-desktop-portal-hyprland logs ? I tried getting those with
> > ```
> > journalctl -u xdg-desktop-portal-hyprland
> > ```
> > but it returned no entries. How did you manage to solve this ? Thanks in
> > advance.
> 
> I've added this to my home manager config:
> ```
>     xdg.portal = {
>       enable = true;
>       extraPortals = with pkgs; [
>         xdg-desktop-portal-hyprland
>       ];
>       configPackages = with pkgs; [
>         xdg-desktop-portal-hyprland
>       ];
>     };
> ```
> and it started working. Hope it helps.

Thanks, this snipped solved it. Simply adding the xdg-desktop-portal-hyprland
to home.packages was not enough, I had to configure the xdg module. 
Many thanks :)

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to