Terminal 0.2.0 available
Daniel James
daniel at calamity.org.uk
Thu Dec 2 22:19:13 CET 2004
Benedikt Meurer wrote:
> Hello Xfce world,
>
> 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.
Daniel
More information about the Xfce4-dev
mailing list