#!/usr/bin/env xdg-open # # this file lives in ~/.local/share/applications # [Desktop Entry] Version=1.0 Name=incus container Comment=Login to incus container Exec=gnome-terminal Terminal=false Type=Application Icon=/home/alex/icons/incus.png Actions=LXConsole;cockroachdb;geoserver;mapserver;mongodb;mqtt;mssql;mysql;nodered;pg17;pgvector;postgresql;test-docker [Desktop Action LXConsole] Name=shell into LXConsole Exec=gnome-terminal -q -- incus shell LXConsole [Desktop Action cockroachdb] Name=shell into cockroachdb Exec=gnome-terminal -q -- incus shell cockroachdb [Desktop Action geoserver] Name=shell into geoserver Exec=gnome-terminal -q -- incus shell geoserver [Desktop Action mapserver] Name=shell into mapserver Exec=gnome-terminal -q -- incus shell mapserver [Desktop Action mongodb] Name=shell into mongodb Exec=gnome-terminal -q -- incus shell mongodb [Desktop Action mqtt] Name=shell into mqtt Exec=gnome-terminal -q -- incus shell mqtt [Desktop Action mssql] Name=shell into mssql Exec=gnome-terminal -q -- incus shell mssql [Desktop Action mysql] Name=shell into mysql Exec=gnome-terminal -q -- incus shell mysql [Desktop Action nodered] Name=shell into nodered Exec=gnome-terminal -q -- incus shell nodered [Desktop Action pg17] Name=shell into pg17 Exec=gnome-terminal -q -- incus shell pg17 [Desktop Action pgvector] Name=shell into pgvector Exec=gnome-terminal -q -- incus shell pgvector [Desktop Action postgresql] Name=shell into postgresql Exec=gnome-terminal -q -- incus shell postgresql [Desktop Action test-docker] Name=shell into test-docker Exec=gnome-terminal -q -- incus shell test-docker