[neon/neon/settings/Neon/unstable] etc/xdg/plasma-workspace/env: re-add neon_at_spi_bus.sh to unstabe for more testing
Carlos De Maine
null at kde.org
Tue Sep 3 23:05:21 BST 2024
Git commit 4d81ab16074ad4be1e45f8bde18dede1ef2953d5 by Carlos De Maine.
Committed on 03/09/2024 at 22:05.
Pushed by carlosdem into branch 'Neon/unstable'.
re-add neon_at_spi_bus.sh to unstabe for more testing
A +7 -0 etc/xdg/plasma-workspace/env/neon_at_spi_bus.sh
https://invent.kde.org/neon/neon/settings/-/commit/4d81ab16074ad4be1e45f8bde18dede1ef2953d5
diff --git a/etc/xdg/plasma-workspace/env/neon_at_spi_bus.sh b/etc/xdg/plasma-workspace/env/neon_at_spi_bus.sh
new file mode 100644
index 0000000..79194c1
--- /dev/null
+++ b/etc/xdg/plasma-workspace/env/neon_at_spi_bus.sh
@@ -0,0 +1,7 @@
+# allow orca screen reader to work with xwayland apps in a wayland session
+# also required for calamares to be read
+#!/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