summarylogtreecommitdiffstats
path: root/wayland.patch
diff options
context:
space:
mode:
authorCorey Hinshaw2019-10-11 21:51:33 -0400
committerCorey Hinshaw2019-10-11 21:51:33 -0400
commit70134f3f2a19543f3f3599f7646af23fc2af4190 (patch)
tree37727b5b2b358152fd814149511469c482a16249 /wayland.patch
parentfe3cd26ca17a2dc40a71c5164a799c28e82da097 (diff)
downloadaur-70134f3f2a19543f3f3599f7646af23fc2af4190.tar.gz
Update to 19.04.18
Diffstat (limited to 'wayland.patch')
-rw-r--r--wayland.patch14
1 files changed, 0 insertions, 14 deletions
diff --git a/wayland.patch b/wayland.patch
index 23cba76b33a8..7e8ba8fa72d5 100644
--- a/wayland.patch
+++ b/wayland.patch
@@ -11,17 +11,3 @@
+if [ "$XDG_SESSION_TYPE" == "wayland" ] && command -v xhost; then
+ xhost -si:localuser:root
+fi
-diff -Naur system76-driver-18.10.2/system76-firmware-pkexec system76-driver-18.10.2.patched/system76-firmware-pkexec
---- a/system76-firmware-pkexec 2018-10-18 14:55:38.000000000 -0400
-+++ b/system76-firmware-pkexec 2018-11-05 21:00:02.253796899 -0500
-@@ -1,2 +1,10 @@
- #!/bin/sh
-+if [ "$XDG_SESSION_TYPE" == "wayland" ] && command -v xhost; then
-+ xhost +si:localuser:root
-+fi
-+
- pkexec "/usr/bin/system76-firmware" --reinstall
-+
-+if [ "$XDG_SESSION_TYPE" == "wayland" ] && command -v xhost; then
-+ xhost -si:localuser:root
-+fi