File: fixup-binding-loop.patch

package info (click to toggle)
riseup-vpn 0.25.8%2Bds3-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 15,412 kB
  • sloc: sh: 1,988; python: 1,263; cpp: 882; asm: 641; makefile: 623; javascript: 266; ansic: 61; xml: 31
file content (14 lines) | stat: -rw-r--r-- 495 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
Description: Add patch to avoid Binding Loop
Author: Nilesh Patra <nilesh@iki.fi>
Forwarded: https://0xacab.org/leap/bitmask-vpn/-/issues/949#note_1280571
Last-Update: 2025-09-12
--- a/gui/components/VPNState.qml
+++ b/gui/components/VPNState.qml
@@ -78,7 +78,6 @@
             }
             StateChangeScript {
                 script: {
-                    vpn.startingUI = false;
                     console.debug("status is off and startingUI is true");
                 }
             }