Changeset 86d1a914d69f86c72283aa786f2549a7f20c6519
- 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:
-
Legend:
- Unmodified
- Added
- Removed
-
|
r417c2fc
|
r86d1a91
|
|
| 18 | 18 | desktop_in_files = guake.desktop.in guake-prefs.desktop.in |
| 19 | 19 | desktop_DATA = $(desktop_in_files:.desktop.in=.desktop) |
| | 20 | |
| | 21 | autostartdir = $(sysconfdir)/xdg/autostart |
| | 22 | autostart_in_files = guake.desktop.in |
| | 23 | autostart_DATA = $(autostart_in_files:.desktop.in=.desktop) |
| 20 | 24 | |
| 21 | 25 | @INTLTOOL_SCHEMAS_RULE@ |
-
|
r512b8d8
|
r86d1a91
|
|
| 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 |
| … |
… |
|
| 13 | 13 | Categories=GNOME;GTK;Utility;TerminalEmulator; |
| 14 | 14 | StartupNotify=true |
| | 15 | X-GNOME-Autostart-enabled=false |