mirror of
https://github.com/hyprwm/xdg-desktop-portal-hyprland.git
synced 2024-11-23 14:55:57 +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
|
BusName=org.freedesktop.impl.portal.desktop.hyprland
|
||||||
ExecStart=@libexecdir@/xdg-desktop-portal-hyprland
|
ExecStart=@libexecdir@/xdg-desktop-portal-hyprland
|
||||||
Restart=on-failure
|
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;
|
cursor_embedded = false;
|
||||||
}
|
}
|
||||||
if (cursor_mode & METADATA) {
|
if (cursor_mode & METADATA) {
|
||||||
logprint(ERROR, "dbus: unsupported cursor mode requested, cancelling");
|
logprint(ERROR, "dbus: unsupported cursor mode requested, ignoring");
|
||||||
goto error;
|
// goto error;
|
||||||
}
|
}
|
||||||
logprint(INFO, "dbus: option cursor_mode:%x", cursor_mode);
|
logprint(INFO, "dbus: option cursor_mode:%x", cursor_mode);
|
||||||
} else {
|
} else {
|
||||||
|
|
Loading…
Reference in a new issue