mirror of
https://github.com/hyprwm/xdg-desktop-portal-hyprland.git
synced 2024-11-06 00:35:58 +01:00
Merge branch 'master' into globalshortcuts
This commit is contained in:
commit
5faf3ca4eb
2 changed files with 3 additions and 2 deletions
|
@ -9,3 +9,4 @@ Type=dbus
|
|||
BusName=org.freedesktop.impl.portal.desktop.hyprland
|
||||
ExecStart=@libexecdir@/xdg-desktop-portal-hyprland
|
||||
Restart=on-failure
|
||||
Slice=session.slice
|
||||
|
|
|
@ -325,8 +325,8 @@ static int method_screencast_select_sources(sd_bus_message *msg, void *data,
|
|||
cursor_embedded = false;
|
||||
}
|
||||
if (cursor_mode & METADATA) {
|
||||
logprint(ERROR, "dbus: unsupported cursor mode requested, cancelling");
|
||||
goto error;
|
||||
logprint(ERROR, "dbus: unsupported cursor mode requested, ignoring");
|
||||
// goto error;
|
||||
}
|
||||
logprint(INFO, "dbus: option cursor_mode:%x", cursor_mode);
|
||||
} else {
|
||||
|
|
Loading…
Reference in a new issue