diff --git a/draft_images/test/Desktop/cdat.desktop b/draft_images/test/Desktop/cdat.desktop deleted file mode 100644 index ea6c36e..0000000 --- a/draft_images/test/Desktop/cdat.desktop +++ /dev/null @@ -1,11 +0,0 @@ -[Desktop Entry] -Type=Application -Name=CWUtils -GenericName=CoastWatch Data Analysis Tool -Icon=cdat -TryExec=cdat -Exec=cdat %F -Terminal=false -StartupNotify=false -Categories=Qt;Education;Science;Geography; -Keywords=map;globe; diff --git a/draft_images/test/Desktop/cdat.png b/draft_images/test/Desktop/cdat.png deleted file mode 100644 index 3af4539..0000000 Binary files a/draft_images/test/Desktop/cdat.png and /dev/null differ diff --git a/draft_images/test/Desktop/panoply.desktop b/draft_images/test/Desktop/panoply.desktop deleted file mode 100644 index 50fe985..0000000 --- a/draft_images/test/Desktop/panoply.desktop +++ /dev/null @@ -1,10 +0,0 @@ -[Desktop Entry] -Type=Application -Name=Panoply -GenericName=Panoply netCDF, HDF and GRIB Data Viewer -Icon=panoply -Exec=/tmp/PanoplyJ/panoply.sh %F -Terminal=false -StartupNotify=false -Categories=Qt;Education;Science;Geography; -Keywords=map; diff --git a/draft_images/test/Desktop/qgis.desktop b/draft_images/test/Desktop/qgis.desktop deleted file mode 100644 index 2f42bd7..0000000 --- a/draft_images/test/Desktop/qgis.desktop +++ /dev/null @@ -1,14 +0,0 @@ -# From: https://github.com/qgis/QGIS/blob/ltr-3_28/linux/org.qgis.qgis.desktop.in -[Desktop Entry] -Type=Application -Name=QGIS Desktop -GenericName=Geographic Information System -Icon=/srv/conda/envs/notebook/share/qgis/images/icons/qgis-icon-512x512.png -TryExec=qgis -Exec=qgis %F -Terminal=false -StartupNotify=false -Categories=Qt;Education;Science;Geography; -MimeType=application/x-qgis-project;application/x-qgis-project-container;application/x-qgis-layer-settings;application/x-qgis-layer-definition;application/x-qgis-composer-template;image/tiff;image/jpeg;image/jp2;application/x-raster-aig;application/x-raster-ecw;application/x-raster-mrsid;application/x-mapinfo-mif;application/x-esri-shape;application/vnd.google-earth.kml+xml;application/vnd.google-earth.kmz;application/geopackage+sqlite3; -Keywords=map;globe;postgis;wms;wfs;ogc;osgeo; -StartupWMClass=QGIS3 \ No newline at end of file diff --git a/draft_images/test/Desktop/qgis.xml b/draft_images/test/Desktop/qgis.xml deleted file mode 100644 index d8f2ec0..0000000 --- a/draft_images/test/Desktop/qgis.xml +++ /dev/null @@ -1,212 +0,0 @@ - - - - - - QGIS Project - QGIS-Projekt - - - - - - - - - - - QGIS Project - QGIS-Projekt - - - - - - - - QGIS layer settings - QGIS-Layereinstellungen - - - - - - - - - - QGIS layer definition - QGIS-Layerdefinition - - - - - - - - - - QGIS composer template - QGIS-Druckzusammenstellungsvorlage - - - - - - - - - - ESRI shape file - ESRI-Shapedatei - - - - - - - - - - - - - - - - - - - - - - ESRI coordinate reference system - ESRI-Koordinatenreferenzsystem - - - - - - - - - - - TIFF raster data - TIFF-Rasterdaten - - - - - - - - - - - - - - - JPEG raster data - JPEG-Rasterdaten - - - - - - - - - - JPEG2000 raster data - JPEG2000-Rasterdaten - - - - - - - - - - - - - - - - - - - - - - - - AIG raster data - AIG-Rasterdaten - - - - - - ECW raster data - ECW-Rasterdaten - - - - - - MrSID raster data - MrSID-Rasterdaten - - - - - - MapInfo file - MapInfo-Datei - - - - - - - - - - - - - - - Adobe FrameMaker MIF file - - - - - - - - Keyhole Markup Language data - - - - - - - Zipped Keyhole Markup Language data - - - - - - - GeoPackage data - - - - - - \ No newline at end of file diff --git a/draft_images/test/Desktop/zotero.desktop b/draft_images/test/Desktop/zotero.desktop new file mode 100644 index 0000000..39f4b88 --- /dev/null +++ b/draft_images/test/Desktop/zotero.desktop @@ -0,0 +1,11 @@ +[Desktop Entry] +Type=Application +Name=Zotero +GenericName=Zotero Bibliography Manager +Icon=zotero +TryExec=zotero +Exec=zotero %F +Terminal=false +StartupNotify=false +Categories=Education;Science; +Keywords=bibliography; diff --git a/draft_images/test/Desktop/panoply.png b/draft_images/test/Desktop/zotero.png similarity index 100% rename from draft_images/test/Desktop/panoply.png rename to draft_images/test/Desktop/zotero.png diff --git a/draft_images/test/Dockerfile b/draft_images/test/Dockerfile index 7567814..99c0daa 100644 --- a/draft_images/test/Dockerfile +++ b/draft_images/test/Dockerfile @@ -9,6 +9,7 @@ RUN cd /tmp && \ COPY . /tmp2/ RUN /pyrocket_scripts/install-apt-packages.sh /tmp2/apt.txt || echo "install-apt-packages.sh failed" || true +RUN /pyrocket_scripts/install-desktop.sh /tmp2/Desktop|| echo "setup-desktop.sh failed" || true RUN rm -rf /tmp2 USER ${NB_USER} diff --git a/draft_images/test/apt.txt b/draft_images/test/apt.txt index 3a2b2e1..8297a51 100644 --- a/draft_images/test/apt.txt +++ b/draft_images/test/apt.txt @@ -1,2 +1,3 @@ zotero +libpci-dev