Changeset 86d1a914d69f86c72283aa786f2549a7f20c6519

Show
Ignore:
Timestamp:
06/17/09 16:56:13 (3 years ago)
Author:
Lincoln de Sousa <lincoln@…>
Children:
54322dfdc0ecc643549b687aa54d8b1137d975af
Parents:
1b0a939ae89553b7f9ec2a3c09bb74d95159ad70
git-author:
Priit Laes <plaes@…> (06/13/09 11:01:47)
git-committer:
Lincoln de Sousa <lincoln@…> (06/17/09 16:56:13)
Message:

Added session startup support.

Disabled by default.

Signed-off-by: Priit Laes <plaes@…>

Location:
data
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • data/Makefile.am

    r417c2fc r86d1a91  
    1818desktop_in_files = guake.desktop.in guake-prefs.desktop.in 
    1919desktop_DATA = $(desktop_in_files:.desktop.in=.desktop) 
     20 
     21autostartdir = $(sysconfdir)/xdg/autostart 
     22autostart_in_files = guake.desktop.in 
     23autostart_DATA = $(autostart_in_files:.desktop.in=.desktop) 
    2024 
    2125@INTLTOOL_SCHEMAS_RULE@ 
  • data/guake.desktop.in

    r512b8d8 r86d1a91  
    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 
     
    1313Categories=GNOME;GTK;Utility;TerminalEmulator; 
    1414StartupNotify=true 
     15X-GNOME-Autostart-enabled=false