From 0985fb3ceb39bb9d2a5454237cbfa048d6e0b8d7 Mon Sep 17 00:00:00 2001
From: Priit Laes <plaes@plaes.org>
Date: Sat, 13 Jun 2009 17:01:47 +0300
Subject: [PATCH] Added session startup support.
Disabled by default.
Signed-off-by: Priit Laes <plaes@plaes.org>
---
data/Makefile.am | 4 ++++
data/guake.desktop.in | 3 ++-
2 files changed, 6 insertions(+), 1 deletions(-)
diff --git a/data/Makefile.am b/data/Makefile.am
index 74b01c5..d0f3eee 100644
|
a
|
b
|
|
| 18 | 18 | desktop_in_files = guake.desktop.in guake-prefs.desktop.in |
| 19 | 19 | desktop_DATA = $(desktop_in_files:.desktop.in=.desktop) |
| 20 | 20 | |
| | 21 | autostartdir = $(sysconfdir)/xdg/autostart |
| | 22 | autostart_in_files = guake.desktop.in |
| | 23 | autostart_DATA = $(autostart_in_files:.desktop.in=.desktop) |
| | 24 | |
| 21 | 25 | @INTLTOOL_SCHEMAS_RULE@ |
| 22 | 26 | schemadir = $(sysconfdir)/gconf/schemas |
| 23 | 27 | schema_DATA = guake.schemas |
diff --git a/data/guake.desktop.in b/data/guake.desktop.in
index 78f8b99..47c30cb 100644
|
a
|
b
|
|
| 3 | 3 | Name=Guake Terminal |
| 4 | 4 | Name[pt]=Guake Terminal |
| 5 | 5 | Name[pt_BR]=Guake Terminal |
| 6 | | Comment=Use the command line in a Quake like terminal |
| | 6 | Comment=Use the command line in a Quake-like terminal |
| 7 | 7 | Comment[pt]=Utilizar a linha de comando em um terminal estilo Quake |
| 8 | 8 | Comment[pt_BR]=Utilizar a linha de comando em um terminal estilo Quake |
| 9 | 9 | TryExec=guake |
| … |
… |
|
| 12 | 12 | Type=Application |
| 13 | 13 | Categories=GNOME;GTK;Utility;TerminalEmulator; |
| 14 | 14 | StartupNotify=true |
| | 15 | X-GNOME-Autostart-enabled=false |