mirror of
https://github.com/kasmtech/workspaces-images.git
synced 2025-08-17 17:11:10 +02:00
Merge branch 'feature/KASM-5510-gnome-keyring-popup' into 'develop'
KASM-5510 remove gnome-keyring-daemon bin if it exists in desktop images Closes KASM-5510 See merge request kasm-technologies/internal/workspaces-images!165
This commit is contained in:
@@ -54,3 +54,8 @@ rm -f \
|
||||
/etc/xdg/autostart/xfce4-screensaver.desktop \
|
||||
/etc/xdg/autostart/xfce-polkit.desktop \
|
||||
/etc/xdg/autostart/xscreensaver.desktop
|
||||
|
||||
# Bins we don't want in the final image
|
||||
if which gnome-keyring-daemon; then
|
||||
rm -f $(which gnome-keyring-daemon)
|
||||
fi
|
||||
|
Reference in New Issue
Block a user