Fix typo in XDG Desktop Portal configuration file
The ScreenCast portal was misspelled as Screencast, which causes xdg-desktop-portal to fall back to using the deprecated UseIn key from the portal definitions, leading to a different portal being used if multiple portals providing ScreenCast are installed. Fixes #1 (cherry picked from commit e6a592c9d59ecbec5b5f89be989b8cc6e1072822)ledoian
parent
db0810cb9d
commit
3dfb6db712
@ -1,4 +1,4 @@
|
|||||||
[preferred]
|
[preferred]
|
||||||
default=gtk
|
default=gtk
|
||||||
org.freedesktop.impl.portal.Screencast=wlr
|
org.freedesktop.impl.portal.ScreenCast=wlr
|
||||||
org.freedesktop.impl.portal.Screenshot=wlr
|
org.freedesktop.impl.portal.Screenshot=wlr
|
||||||
|
Loading…
Reference in New Issue