From cc4ac530dc477721f1a5d7c5f6a8cc107c91e190 Mon Sep 17 00:00:00 2001
From: Aleksandar Krsteski <alekrsteski@gmail.com>
Date: Tue, 24 Mar 2009 18:45:13 +0100
Subject: [PATCH 3/3] Add configuration shortcut in GNOME menu
---
configure.ac | 1 +
data/Makefile.am | 2 +-
data/guake-preferences.desktop.in | 11 +++++++++++
3 files changed, 13 insertions(+), 1 deletions(-)
create mode 100644 data/guake-preferences.desktop.in
diff --git a/configure.ac b/configure.ac
index 1ac0bfe..2c96f33 100644
|
a
|
b
|
|
| 94 | 94 | Makefile |
| 95 | 95 | data/Makefile |
| 96 | 96 | data/guake.desktop |
| | 97 | data/guake-preferences.desktop |
| 97 | 98 | data/org.gnome.Guake.service |
| 98 | 99 | data/pixmaps/Makefile |
| 99 | 100 | po/Makefile.in |
diff --git a/data/Makefile.am b/data/Makefile.am
index b5d592a..d36bfb5 100644
|
a
|
b
|
|
| 15 | 15 | |
| 16 | 16 | @INTLTOOL_DESKTOP_RULE@ |
| 17 | 17 | desktopdir = $(datadir)/applications |
| 18 | | desktop_in_files = guake.desktop.in |
| | 18 | desktop_in_files = guake.desktop.in guake-preferences.desktop.in |
| 19 | 19 | desktop_DATA = $(desktop_in_files:.desktop.in=.desktop) |
| 20 | 20 | |
| 21 | 21 | @INTLTOOL_SCHEMAS_RULE@ |
diff --git a/data/guake-preferences.desktop.in b/data/guake-preferences.desktop.in
new file mode 100644
index 0000000..d08a1fb
|
a
|
b
|
|
| | 1 | [Desktop Entry] |
| | 2 | Encoding=UTF-8 |
| | 3 | Name=Guake Preferences |
| | 4 | Comment=Configure your Guake Terminal session |
| | 5 | TryExec=guake |
| | 6 | Exec=guake -p |
| | 7 | Icon=@DATADIR@/pixmaps/guake/guake.png |
| | 8 | Terminal=false |
| | 9 | Type=Application |
| | 10 | StartupNotify=true |
| | 11 | Categories=GTK;GNOME;Settings;X-GNOME-PersonalSettings; |