Ticket #154: guake-session-autostart-support.patch

File guake-session-autostart-support.patch, 1.6 KB (added by plaes, 3 years ago)
  • data/Makefile.am

    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  
    1818desktop_in_files = guake.desktop.in guake-prefs.desktop.in 
    1919desktop_DATA = $(desktop_in_files:.desktop.in=.desktop) 
    2020 
     21autostartdir = $(sysconfdir)/xdg/autostart 
     22autostart_in_files = guake.desktop.in 
     23autostart_DATA = $(autostart_in_files:.desktop.in=.desktop) 
     24 
    2125@INTLTOOL_SCHEMAS_RULE@ 
    2226schemadir = $(sysconfdir)/gconf/schemas 
    2327schema_DATA = guake.schemas 
  • data/guake.desktop.in

    diff --git a/data/guake.desktop.in b/data/guake.desktop.in
    index 78f8b99..47c30cb 100644
    a b  
    33Name=Guake Terminal 
    44Name[pt]=Guake Terminal 
    55Name[pt_BR]=Guake Terminal 
    6 Comment=Use the command line in a Quake like terminal 
     6Comment=Use the command line in a Quake-like terminal 
    77Comment[pt]=Utilizar a linha de comando em um terminal estilo Quake 
    88Comment[pt_BR]=Utilizar a linha de comando em um terminal estilo Quake 
    99TryExec=guake 
     
    1212Type=Application 
    1313Categories=GNOME;GTK;Utility;TerminalEmulator; 
    1414StartupNotify=true 
     15X-GNOME-Autostart-enabled=false