[neon/neon/settings/Neon/unstable] etc/xdg/plasma-workspace/env: shebang always needs to go first

Carlos De Maine null at kde.org
Wed Sep 4 00:33:23 BST 2024


Git commit 20f7a654b5e5ce4f0def9d9063cd242cba93364c by Carlos De Maine.
Committed on 03/09/2024 at 23:33.
Pushed by carlosdem into branch 'Neon/unstable'.

shebang always needs to go first

M  +4    -3    etc/xdg/plasma-workspace/env/neon_at_spi_bus.sh

https://invent.kde.org/neon/neon/settings/-/commit/20f7a654b5e5ce4f0def9d9063cd242cba93364c

diff --git a/etc/xdg/plasma-workspace/env/neon_at_spi_bus.sh b/etc/xdg/plasma-workspace/env/neon_at_spi_bus.sh
index 79194c1..64eebbc 100644
--- a/etc/xdg/plasma-workspace/env/neon_at_spi_bus.sh
+++ b/etc/xdg/plasma-workspace/env/neon_at_spi_bus.sh
@@ -1,7 +1,8 @@
-# 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
+# Set the properties if and only if wayland with xwayland is present which will allow
+# orca screen reader to work with xwayland apps in a wayland session and also for root
+# apps such as calamares
+
 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