From c7d0c80d4304b4039fd9354db533944e5739df51 Mon Sep 17 00:00:00 2001 From: Hibryda Date: Thu, 26 Mar 2026 01:32:24 +0100 Subject: [PATCH] chore: add .desktop file for auto-move workspace support --- assets/agents-orchestrator.desktop | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 assets/agents-orchestrator.desktop diff --git a/assets/agents-orchestrator.desktop b/assets/agents-orchestrator.desktop new file mode 100644 index 0000000..9424075 --- /dev/null +++ b/assets/agents-orchestrator.desktop @@ -0,0 +1,21 @@ +[Desktop Entry] +Type=Application +Name=Agents Orchestrator +Comment=Multi-project AI agent dashboard with terminals, SSH, and multi-agent orchestration +Exec=/home/hibryda/code/ai/agent-orchestrator/scripts/launch.sh start +Icon=agents-orchestrator +Terminal=false +Categories=Development;IDE;Utility; +Keywords=AI;Agent;Claude;Codex;Ollama;Terminal;SSH; +StartupWMClass=dev.agor.orchestrator +StartupNotify=true +MimeType= +Actions=stop;clean-start; + +[Desktop Action stop] +Name=Stop All Instances +Exec=/home/hibryda/code/ai/agent-orchestrator/scripts/launch.sh stop + +[Desktop Action clean-start] +Name=Clean Start (rebuild) +Exec=/home/hibryda/code/ai/agent-orchestrator/scripts/launch.sh start --clean