We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a0be6e commit b93c13aCopy full SHA for b93c13a
root/kwin-xwayland.py
@@ -7,7 +7,7 @@
7
path = f"/tmp/.X11-unix/X{display_num}"
8
9
if os.path.exists(path):
10
- os.remove(path)
+ os.remove(path)
11
12
s = socket.socket(socket.AF_UNIX, socket.SOCK_STREAM)
13
s.bind(path)
0 commit comments