Skip to content

Commit

Permalink
[overlay] add manjaro modifications
Browse files Browse the repository at this point in the history
  • Loading branch information
philmmanjaro committed Nov 26, 2024
1 parent c96acf6 commit 778f731
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions plasma/xdg-desktop-portal-kde/steamos-auto-accept-remote.patch
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
diff --git a/src/remotedesktop.cpp b/src/remotedesktop.cpp
index 36110a1..d16cf6a 100644
--- a/src/remotedesktop.cpp
+++ b/src/remotedesktop.cpp
@@ -183,10 +183,6 @@ uint RemoteDesktopPortal::Start(const QDBusObjectPath &handle,
Utils::setParentWindow(remoteDesktopDialog->windowHandle(), parent_window);
Request::makeClosableDialogRequest(handle, remoteDesktopDialog.get());
connect(session, &Session::closed, remoteDesktopDialog.data(), &RemoteDesktopDialog::reject);
-
- if (!remoteDesktopDialog->exec()) {
- return 1;
- }
}

if (session->screenSharingEnabled()) {

0 comments on commit 778f731

Please sign in to comment.