From 67680c122dc9ee19e751656433a376ebe6124081 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kristian=20H=C3=B8gsberg?= Date: Thu, 8 Sep 2011 11:48:53 -0400 Subject: [PATCH] desktop-shell: Add launcher for the Wayland terminal --- clients/desktop-shell.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/clients/desktop-shell.c b/clients/desktop-shell.c index 58d47a87..4ed1c358 100644 --- a/clients/desktop-shell.c +++ b/clients/desktop-shell.c @@ -348,6 +348,10 @@ static const struct { "/usr/share/icons/gnome/24x24/apps/utilities-terminal.png", "/usr/bin/gnome-terminal" }, + { + "/usr/share/icons/gnome/24x24/apps/utilities-terminal.png", + "./clients/terminal" + }, { "/usr/share/icons/hicolor/24x24/apps/google-chrome.png", "/usr/bin/google-chrome"