Skip to content

Commit

Permalink
fix(Aurora): Configure ksshaskpass in /etc/profile.d (#1166)
Browse files Browse the repository at this point in the history
  • Loading branch information
m2Giles authored Apr 21, 2024
1 parent 80a3213 commit 8dccfd4
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
1 change: 1 addition & 0 deletions build_files/base/aurora-changes.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,6 @@ if [[ "${BASE_IMAGE_NAME}" = "kinoite" ]]; then
cp /usr/share/applications/org.gnome.Ptyxis.desktop /usr/share/kglobalaccel/org.gnome.Ptyxis.desktop
sed -i 's@\[Desktop Action new-window\]@\[Desktop Action new-window\]\nX-KDE-Shortcuts=Ctrl+Alt+T@g' /usr/share/applications/org.gnome.Ptyxis.desktop
rm -f /usr/share/kglobalaccel/org.kde.konsole.desktop
rm -f /usr/etc/profile.d/gnome-ssh-askpass.{csh,sh} # This shouldn't be pulled in
systemctl enable kde-sysmonitor-workaround.service
fi
7 changes: 7 additions & 0 deletions system_files/kinoite/usr/etc/profile.d/ksshaskpass.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
#!/bin/sh

SSH_ASKPASS=/usr/bin/ksshaskpass
export SSH_ASKPASS

SSH_ASKPASS_REQUIRE=prefer
export SSH_ASKPASS_REQUIRE

0 comments on commit 8dccfd4

Please sign in to comment.