[neon/neon/settings/Neon/release_jammy] etc/xdg/plasma-workspace/env: Revert "needed to make orca work in a wayland session"
Carlos De Maine
null at kde.org
Wed Aug 28 02:29:10 BST 2024
Git commit bc7d62d3f8e228ecae90d923d19a4cf6cb1c5db9 by Carlos De Maine.
Committed on 28/08/2024 at 01:29.
Pushed by carlosdem into branch 'Neon/release_jammy'.
Revert "needed to make orca work in a wayland session"
This reverts commit bb260754c40a4b59e7005121ebb0b387265574bf
D +0 -6 etc/xdg/plasma-workspace/env/at-spi-xwayland.sh
https://invent.kde.org/neon/neon/settings/-/commit/bc7d62d3f8e228ecae90d923d19a4cf6cb1c5db9
diff --git a/etc/xdg/plasma-workspace/env/at-spi-xwayland.sh b/etc/xdg/plasma-workspace/env/at-spi-xwayland.sh
deleted file mode 100644
index 7926258..0000000
--- a/etc/xdg/plasma-workspace/env/at-spi-xwayland.sh
+++ /dev/null
@@ -1,6 +0,0 @@
-#!/bin/sh
-
-# Set the properties if and only if wayland with xwayland is present
-if [ -n "$DISPLAY" ] && [ -n "$WAYLAND_DISPLAY" ]; then
- xprop -root -format AT_SPI_BUS 8s -set 'AT_SPI_BUS' "$( busctl call --user org.a11y.Bus /org/a11y/bus org.a11y.Bus GetAddress | sed 's/s "\(.*\)"/\1/' )"
-fi
More information about the Neon-commits
mailing list