Skip to content

Commit 569e04b

Browse files
committed
Be explicit when looking for libXpresent
1 parent aca7729 commit 569e04b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mate-tweak

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1130,7 +1130,7 @@ class MateTweak:
11301130
try:
11311131
ldd = subprocess.Popen('ldd /usr/bin/marco', shell=True, stdout=subprocess.PIPE)
11321132
for line in ldd.stdout:
1133-
if "present" in str(line):
1133+
if "libXpresent" in str(line):
11341134
compositor = "Xpresent"
11351135
break
11361136
except:

0 commit comments

Comments
 (0)