Comment 5 for bug 600808

Revision history for this message
Victor Engmark (victor-engmark) wrote :

On my laptop, on which fonts are anti-aliased:
$ uname -a
Linux <removed> 2.6.32-23-generic #37-Ubuntu SMP Fri Jun 11 07:54:58 UTC 2010 i686 GNU/Linux
$ dpkg --get-selections | grep ^tk
tk install
tk8.4 install
tk8.5 install
$ update-alternatives --config wish
There are 3 choices for the alternative wish (providing /usr/bin/wish).

  Selection Path Priority Status
------------------------------------------------------------
* 0 /usr/bin/wish-default 10000 auto mode
  1 /usr/bin/wish-default 10000 manual mode
  2 /usr/bin/wish8.4 841 manual mode
  3 /usr/bin/wish8.5 840 manual mode

On my desktop, on which fonts are aliased:
$ uname -a
Linux <removed> 2.6.32-23-generic #37-Ubuntu SMP Fri Jun 11 07:54:58 UTC 2010 i686 GNU/Linux
$ dpkg --get-selections | grep ^tk
tk install
tk8.4 install
tk8.5 install
$ update-alternatives --config wish
There are 3 choices for the alternative wish (providing /usr/bin/wish).

  Selection Path Priority Status
------------------------------------------------------------
* 0 /usr/bin/wish-default 10000 auto mode
  1 /usr/bin/wish-default 10000 manual mode
  2 /usr/bin/wish8.4 841 manual mode
  3 /usr/bin/wish8.5 840 manual mode

These look identical to me, so I guess the issue is elsewhere...