System:
Redhat 9
KDE: 3.1-10
Installed packages:
perl-Tk-804.024-0
sixpack-2.1-1
The following message results when attempting to start
the GUI both from command line and from text mode:
bad option "side": must be -after, -anchor, -before,
-expand, -fill, -in, -ipadx, -ipady, -padx, -pady, or
-side at
/usr/lib/perl5/site_perl/5.8.0/i386-linux-thread-multi/Tk/Widget.pm
line 1080.
at ./sixpack line 6384
bye now!
The problem can be solved by changing "side" to "-side"
in lines 6384 and 6385.
diff:
6384,6385c6384,6385
< $statusLabel->pack(-anchor=>"w", side=>"left");
< $statusDummyLabel->pack(-fill=>"x",
-expand=>"yes", side=>"right");
---
> $statusLabel->pack(-anchor=>"w", -side=>"left");
> $statusDummyLabel->pack(-fill=>"x",
-expand=>"yes", -side=>"right");
Thanks!
Logged In: YES
user_id=596968
This bug for some reason never got me, but it is fixed in
the new release.