From 065764734952ea776f26d331867301a7ddda7444 Mon Sep 17 00:00:00 2001 From: Jim Madge Date: Tue, 5 Mar 2024 10:16:13 +0000 Subject: [PATCH] Remove Jupyter Notebook .desktop file from SRD --- .../cloud-init-buildimage-ubuntu-1804.mustache.yaml | 5 ----- .../cloud-init-buildimage-ubuntu-2004.mustache.yaml | 5 ----- .../cloud-init-buildimage-ubuntu-2204.mustache.yaml | 5 ----- .../cloud_init/resources/jupyter_notebook.desktop | 7 ------- 4 files changed, 22 deletions(-) delete mode 100644 deployment/secure_research_desktop/cloud_init/resources/jupyter_notebook.desktop diff --git a/deployment/secure_research_desktop/cloud_init/cloud-init-buildimage-ubuntu-1804.mustache.yaml b/deployment/secure_research_desktop/cloud_init/cloud-init-buildimage-ubuntu-1804.mustache.yaml index 129fa470ea..fe79bd30e7 100644 --- a/deployment/secure_research_desktop/cloud_init/cloud-init-buildimage-ubuntu-1804.mustache.yaml +++ b/deployment/secure_research_desktop/cloud_init/cloud-init-buildimage-ubuntu-1804.mustache.yaml @@ -129,11 +129,6 @@ write_files: content: | # Deprovisioning log - - path: "/usr/share/applications/jupyter-notebook.desktop" - permissions: "0644" - content: | - {{jupyter_notebook.desktop}} - - path: "/usr/share/applications/pycharm.desktop" permissions: "0644" content: | diff --git a/deployment/secure_research_desktop/cloud_init/cloud-init-buildimage-ubuntu-2004.mustache.yaml b/deployment/secure_research_desktop/cloud_init/cloud-init-buildimage-ubuntu-2004.mustache.yaml index bbee8eb63c..74c13bccee 100644 --- a/deployment/secure_research_desktop/cloud_init/cloud-init-buildimage-ubuntu-2004.mustache.yaml +++ b/deployment/secure_research_desktop/cloud_init/cloud-init-buildimage-ubuntu-2004.mustache.yaml @@ -129,11 +129,6 @@ write_files: content: | # Deprovisioning log - - path: "/usr/share/applications/jupyter-notebook.desktop" - permissions: "0644" - content: | - {{jupyter_notebook.desktop}} - - path: "/usr/share/applications/pycharm.desktop" permissions: "0644" content: | diff --git a/deployment/secure_research_desktop/cloud_init/cloud-init-buildimage-ubuntu-2204.mustache.yaml b/deployment/secure_research_desktop/cloud_init/cloud-init-buildimage-ubuntu-2204.mustache.yaml index 4426d38752..a72b6ab994 100644 --- a/deployment/secure_research_desktop/cloud_init/cloud-init-buildimage-ubuntu-2204.mustache.yaml +++ b/deployment/secure_research_desktop/cloud_init/cloud-init-buildimage-ubuntu-2204.mustache.yaml @@ -138,11 +138,6 @@ write_files: content: | # Deprovisioning log - - path: "/usr/share/applications/jupyter-notebook.desktop" - permissions: "0644" - content: | - {{jupyter_notebook.desktop}} - - path: "/usr/share/applications/pycharm.desktop" permissions: "0644" content: | diff --git a/deployment/secure_research_desktop/cloud_init/resources/jupyter_notebook.desktop b/deployment/secure_research_desktop/cloud_init/resources/jupyter_notebook.desktop deleted file mode 100644 index 79bc30ab02..0000000000 --- a/deployment/secure_research_desktop/cloud_init/resources/jupyter_notebook.desktop +++ /dev/null @@ -1,7 +0,0 @@ -[Desktop Entry] -Version=1.0 -Type=Application -Name=Jupyter Notebook -Exec=jupyter notebook -Icon=/usr/lib/python3/dist-packages/notebook/static/base/images/favicon.ico -Categories=Utility;TextEditor;Development;IDE; \ No newline at end of file