[neon/neon/settings/Neon/release] etc/xdg/plasma-workspace/env: revert accidental merge
Carlos De Maine
null at kde.org
Tue Sep 3 22:59:29 BST 2024
Git commit 289f6b96a443eb6bc241385e2a79644460a9344e by Carlos De Maine.
Committed on 03/09/2024 at 21:59.
Pushed by carlosdem into branch 'Neon/release'.
revert accidental merge
(cherry picked from commit 759e28a191c550ef89c4bf2bec5a4405ab2b61a0)
D +0 -8 etc/xdg/plasma-workspace/env/neon_at_spi_bus.sh
https://invent.kde.org/neon/neon/settings/-/commit/289f6b96a443eb6bc241385e2a79644460a9344e
diff --git a/etc/xdg/plasma-workspace/env/neon_at_spi_bus.sh b/etc/xdg/plasma-workspace/env/neon_at_spi_bus.sh
deleted file mode 100644
index 599b971..0000000
--- a/etc/xdg/plasma-workspace/env/neon_at_spi_bus.sh
+++ /dev/null
@@ -1,8 +0,0 @@
-# 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