mirror of
https://github.com/kasmtech/workspaces-images.git
synced 2025-06-21 18:12:00 +02:00
add --no-sandbox to signal desktop file - develop
This commit is contained in:
parent
c6bda2015c
commit
ac88e50ce1
@ -14,9 +14,13 @@ apt-get update
|
||||
apt-get install -y signal-desktop
|
||||
|
||||
# Desktop icon
|
||||
# Modify the desktop file to include --no-sandbox
|
||||
sed -i 's|Exec=/opt/Signal/signal-desktop %U|Exec=/opt/Signal/signal-desktop --no-sandbox %U|' /usr/share/applications/signal-desktop.desktop
|
||||
cp /usr/share/applications/signal-desktop.desktop $HOME/Desktop/
|
||||
chmod +x $HOME/Desktop/signal-desktop.desktop
|
||||
|
||||
|
||||
|
||||
# Cleanup for app layer
|
||||
chown -R 1000:0 $HOME
|
||||
find /usr/share/ -name "icon-theme.cache" -exec rm -f {} \;
|
||||
|
Loading…
x
Reference in New Issue
Block a user