Ticket Hash: | e02761a0059d595e63147c5960dd52b68e65714a | ||
Title: | Tksystray icon drops a stacktrace | ||
Status: | Fixed | Type: | Code_Defect |
Severity: | Important | Priority: | Immediate |
Subsystem: | Resolution: | Overcome_By_Events | |
Last Modified: |
2016-04-25 06:05:31 9.19 years ago |
Created: |
2016-04-16 05:45:11 9.21 years ago |
Version Found In: | fossil |
User Comments: | ||||
sgolovan added on 2016-04-16 05:45:11:
(text/x-fossil-plain)
Maybe just drop Tksystray support for good? Hook finload_hook failed Procedure ::plugins::systray::enable_disable returned code 1 Systray icon .si exists Systray icon .si exists while executing "ifacetk::systray::create $icon -createcommand [namespace code create] -configurecommand [namespace code configure] -destroycommand [namespace code ..." (procedure "::plugins::systray::enable_disable" line 7) invoked from within "::plugins::systray::enable_disable" ("eval" body line 1) invoked from within "eval $func $args " sgolovan added on 2016-04-25 06:05:31: (text/x-fossil-plain) Since tksystray is obsolete (it is based on a long gone imlib1, which has been removed from Debian since 2009) it's better to remove the tksystray plugin at all. Tktray works fine as for now. See check-in [a491c1b77d] for details. |