Ticket #86: 0003-Add-configuration-shortcut-in-GNOME-menu.patch

File 0003-Add-configuration-shortcut-in-GNOME-menu.patch, 1.7 KB (added by SnapShot, 3 years ago)
  • configure.ac

    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  
    9494    Makefile 
    9595    data/Makefile 
    9696    data/guake.desktop 
     97    data/guake-preferences.desktop 
    9798    data/org.gnome.Guake.service 
    9899    data/pixmaps/Makefile 
    99100    po/Makefile.in 
  • data/Makefile.am

    diff --git a/data/Makefile.am b/data/Makefile.am
    index b5d592a..d36bfb5 100644
    a b  
    1515 
    1616@INTLTOOL_DESKTOP_RULE@ 
    1717desktopdir = $(datadir)/applications 
    18 desktop_in_files = guake.desktop.in 
     18desktop_in_files = guake.desktop.in guake-preferences.desktop.in 
    1919desktop_DATA = $(desktop_in_files:.desktop.in=.desktop) 
    2020 
    2121@INTLTOOL_SCHEMAS_RULE@ 
  • (a) /dev/null vs. (b) b/data/guake-preferences.desktop.in

    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] 
     2Encoding=UTF-8 
     3Name=Guake Preferences 
     4Comment=Configure your Guake Terminal session 
     5TryExec=guake 
     6Exec=guake -p 
     7Icon=@DATADIR@/pixmaps/guake/guake.png 
     8Terminal=false 
     9Type=Application 
     10StartupNotify=true 
     11Categories=GTK;GNOME;Settings;X-GNOME-PersonalSettings;