r10324 - in /desktop/unstable/gnome-terminal/debian: changelog gnome-terminal.wrapper

lool at users.alioth.debian.org lool at users.alioth.debian.org
Tue Apr 24 13:26:21 UTC 2007


Author: lool
Date: Tue Apr 24 13:26:21 2007
New Revision: 10324

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=10324
Log:
* Apply patch by Vincent Ho to let gnome-terminal.wrapper ignore and warn
  about the --icon flag and to map the -name to --window-with-profile
  instead of --tclass; closes: #295195, #315945, #358865.

Modified:
    desktop/unstable/gnome-terminal/debian/changelog
    desktop/unstable/gnome-terminal/debian/gnome-terminal.wrapper

Modified: desktop/unstable/gnome-terminal/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-terminal/debian/changelog?rev=10324&op=diff
==============================================================================
--- desktop/unstable/gnome-terminal/debian/changelog (original)
+++ desktop/unstable/gnome-terminal/debian/changelog Tue Apr 24 13:26:21 2007
@@ -1,10 +1,13 @@
-gnome-terminal (2.18.0-2) UNRELEASED; urgency=low
+gnome-terminal (2.18.0-2) unstable; urgency=low
 
   * Upload to unstable; drop check-dist include.
   * Wrap build-deps and deps.
   * Add a ${misc:Depends}.
-
- -- Loic Minier <lool at dooz.org>  Tue, 24 Apr 2007 15:21:57 +0200
+  * Apply patch by Vincent Ho to let gnome-terminal.wrapper ignore and warn
+    about the --icon flag and to map the -name to --window-with-profile
+    instead of --tclass; closes: #295195, #315945, #358865.
+
+ -- Loic Minier <lool at dooz.org>  Tue, 24 Apr 2007 15:24:36 +0200
 
 gnome-terminal (2.18.0-1) experimental; urgency=low
 

Modified: desktop/unstable/gnome-terminal/debian/gnome-terminal.wrapper
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-terminal/debian/gnome-terminal.wrapper?rev=10324&op=diff
==============================================================================
--- desktop/unstable/gnome-terminal/debian/gnome-terminal.wrapper (original)
+++ desktop/unstable/gnome-terminal/debian/gnome-terminal.wrapper Tue Apr 24 13:26:21 2007
@@ -11,11 +11,12 @@
     elsif ($opt eq '-name')
     {
 	$arg = shift(@ARGV);
-	push(@args, "--tclass=$arg", '-t', $arg);
+	push(@args, "--window-with-profile=$arg");
     }
     elsif ($opt eq '-n')
     {
-	push(@args, '--icon', shift(@ARGV));
+	# Accept but ignore
+	print STDERR "$0: to set an icon, please use -name <profile> and set a profile icon\n"
     }
     elsif ($opt eq '-T' || $opt eq '-title')
     {




More information about the pkg-gnome-commits mailing list