Terminal 0.2.0 available

Benedikt Meurer benedikt.meurer at unix-ag.uni-siegen.de
Thu Dec 2 22:50:00 CET 2004


Daniel James wrote:
>> We've just released Terminal 0.2.0, which we consider the first mostly 
>> stable version (although the previous versions had proven to be stable 
>> as well). This new release contains a bunch of fixes and improvements 
>> over the 0.1.x versions, that make Terminal a worthy alternative to 
>> other advanced terminal emulators such as gnome-terminal and konsole.
> 
> 
> I've just upgraded and there's a small problem with the debian package. 
> There's a missing semi-colon in the Terminal.wrapper - here's a diff:
> 
> @@ -4,7 +4,7 @@
>  {
>      if ($opt eq '-display')
>      {
> -       $arg = shift(@ARGV)
> +       $arg = shift(@ARGV);
>         push(@args, '--display', $arg)
>      }
>      elsif ($opt eq '-name')
> 
> Other than that, it's ace. Thanks for writing this.

Thanks, its fixed now.

> Daniel

Benedikt



More information about the Xfce4-dev mailing list