aboutsummaryrefslogtreecommitdiff
path: root/files/etc/profile.d/kde.sh.desktop
diff options
context:
space:
mode:
authorCullum Smith <cullum@sacredheartsc.com>2025-02-11 22:50:49 -0500
committerCullum Smith <cullum@sacredheartsc.com>2025-02-11 22:50:49 -0500
commit7047f830acfe84e840403e69df161b9d51aca673 (patch)
treee444273e3412e677c74958468f274ed51f1aea4e /files/etc/profile.d/kde.sh.desktop
parent21e42dd2db8d987dbd08a3254ff0719d577c005e (diff)
downloadinfrastructure-7047f830acfe84e840403e69df161b9d51aca673.tar.gz
fixes for kde6 upgrade
Diffstat (limited to 'files/etc/profile.d/kde.sh.desktop')
-rw-r--r--files/etc/profile.d/kde.sh.desktop2
1 files changed, 2 insertions, 0 deletions
diff --git a/files/etc/profile.d/kde.sh.desktop b/files/etc/profile.d/kde.sh.desktop
index 010d5c1..55d0065 100644
--- a/files/etc/profile.d/kde.sh.desktop
+++ b/files/etc/profile.d/kde.sh.desktop
@@ -3,4 +3,6 @@
if [ "$XDG_CURRENT_DESKTOP" = KDE ]; then
export SSH_ASKPASS_REQUIRE=prefer
export SSH_ASKPASS=/usr/local/bin/ksshaskpass
+ # https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=280638
+ export KWIN_SCREENSHOT_NO_PERMISSION_CHECKS=1
fi