~ubuntu-branches/ubuntu/trusty/pcmanfm/trusty-proposed

« back to all changes in this revision

Viewing changes to debian/patches/04_default_terminal.dpatch

  • Committer: Bazaar Package Importer
  • Author(s): Andrew Lee
  • Date: 2008-09-26 10:19:20 UTC
  • mfrom: (4.1.5 intrepid)
  • Revision ID: james.westby@ubuntu.com-20080926101920-cfldybkmwgwrtv9u
Tags: 0.5-3
* Correct spellings,  03_correct_spelling.dpatch (Closes:498794) 
* Code in some files are taken from other projects, added these
  informations into copyright file. (Closes:499678)
* Applied 04_defaut_terminal.dpatch to support x-terminal-emulator
  alternative. (Closes:497494) 

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#! /bin/sh /usr/share/dpatch/dpatch-run
 
2
## 04_default_terminal.dpatch by Andrew Lee <andrew@linux.org.tw>
 
3
##
 
4
## All lines beginning with `## DP:' are a description of the patch.
 
5
## DP: Support x-terminal-emulator as default terminal
 
6
 
 
7
@DPATCH@
 
8
diff -urNad pcmanfm-0.5~/src/pref-dialog.c pcmanfm-0.5/src/pref-dialog.c
 
9
--- pcmanfm-0.5~/src/pref-dialog.c      2008-07-15 07:58:33.000000000 +0800
 
10
+++ pcmanfm-0.5/src/pref-dialog.c       2008-09-26 10:18:01.000000000 +0800
 
11
@@ -66,6 +66,7 @@
 
12
 static const int small_icon_sizes[] = { 48, 36, 32, 24, 20, 16, 12 };
 
13
 static const char* terminal_programs[] =
 
14
 {
 
15
+    "x-terminal-emulator",
 
16
     "lxterminal",
 
17
     "aterm",
 
18
     "urxvt",