Merge branch 'master' into globalshortcuts

This commit is contained in:
Vaxry 2023-04-09 00:41:37 +01:00 committed by GitHub
commit 5faf3ca4eb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 2 deletions

View File

@ -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

View File

@ -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 {