From c3d14fe9accdf0b091e42f26a66ed7626ba8c24b Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Mon, 1 May 2023 11:19:44 +0100 Subject: gentoo auto-resync : 01:05:2023 - 11:19:44 --- x11-wm/xpra/files/xpra-4.2-suid-warning.patch | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 x11-wm/xpra/files/xpra-4.2-suid-warning.patch (limited to 'x11-wm/xpra/files/xpra-4.2-suid-warning.patch') diff --git a/x11-wm/xpra/files/xpra-4.2-suid-warning.patch b/x11-wm/xpra/files/xpra-4.2-suid-warning.patch deleted file mode 100644 index b1b2afb4e18b..000000000000 --- a/x11-wm/xpra/files/xpra-4.2-suid-warning.patch +++ /dev/null @@ -1,12 +0,0 @@ -diff --color -Naur a/xpra/scripts/config.py b/xpra/scripts/config.py ---- a/xpra/scripts/config.py 2021-05-19 16:18:30.475153200 +0100 -+++ b/xpra/scripts/config.py 2021-05-30 08:50:42.326953006 +0100 -@@ -159,7 +159,7 @@ - if (xorg_stat.st_mode & stat.S_ISUID)!=0: - if (xorg_stat.st_mode & stat.S_IROTH)==0: - if warn_fn: -- warn_fn("%s is suid and not readable, Xdummy support unavailable" % xorg_bin) -+ debug("%s is suid and not readable, Xdummy support unavailable" % xorg_bin) - return get_Xvfb_command() - debug("%s is suid and readable, using the xpra_Xdummy wrapper" % xorg_bin) - use_wrapper = True -- cgit v1.2.3