fix copy paste on cosmic
This commit is contained in:
parent
fe802f4359
commit
14db4f1738
1 changed files with 4 additions and 0 deletions
|
@ -346,6 +346,10 @@
|
||||||
mkdir -p "$XDG_RUNTIME_DIR"
|
mkdir -p "$XDG_RUNTIME_DIR"
|
||||||
ln -sf /run/user/$(id -u)/wayland-0 "$XDG_RUNTIME_DIR/wayland-0"
|
ln -sf /run/user/$(id -u)/wayland-0 "$XDG_RUNTIME_DIR/wayland-0"
|
||||||
fi
|
fi
|
||||||
|
if [ ! -S "$XDG_RUNTIME_DIR/wayland-1" ]; then
|
||||||
|
mkdir -p "$XDG_RUNTIME_DIR"
|
||||||
|
ln -sf /run/user/$(id -u)/wayland-1 "$XDG_RUNTIME_DIR/wayland-1"
|
||||||
|
fi
|
||||||
fi
|
fi
|
||||||
''
|
''
|
||||||
# Clear proxy environment variables
|
# Clear proxy environment variables
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue