[Bug 29323] [NEW] movaTK will run wish with 100% cpu usage if clipboard is empty
Launchpad Bug Tracker
29323 at bugs.launchpad.net
Sat Sep 13 21:33:14 BST 2008
You have been subscribed to a public bug by Kurt Litsch (kurt.litsch):
movaTK will run wish with 100% cpu usage and program's GUI will not show
if clipboard is empty.
To correct it i changed line in movaTK script:
if {[catch {set word [selection get]} error] != 0} {set word " "
to:
if {[catch {set word [selection get]} error] != 0} {set word "*empty "
** Affects: mova (Ubuntu)
Importance: Low
Status: Triaged
** Tags: bitesize packaging
--
movaTK will run wish with 100% cpu usage if clipboard is empty
https://bugs.launchpad.net/bugs/29323
You received this bug notification because you are a member of Ubuntu Sponsors for universe, which is a direct subscriber.
More information about the Ubuntu-universe-sponsors
mailing list