Jan Vermaete d41b4f0447
tk: disable zipfs in configuration
The tk.tcl file was missing on the rootfs.

  File "/usr/lib/python3.13/tkinter/__init__.py", line 2459, in __init__
    self.tk = _tkinter.create(screenName, baseName, className, interactive, wantobjects, useTk, sync, use)
              ~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  _tkinter.TclError: Can't find a usable tk.tcl in the following directories:
    //zipfs:/app/tk_library //zipfs:/lib/tk/tk_library //zipfs:/lib/tk /usr/lib/tk9.0 /usr/lib/tcl9.0/tk9.0 /usr/lib/tk9.0 /usr/lib/tk9.0 /lib/tk9.0 /usr/library

By disabling the zipfs options the tk.tcl is in the rootfs.

Debian did also disable this option.
@see: https://sources.debian.org/src/tk9.0/9.0.2-1/debian/rules#L39

Tested on Walnascar.  But master does have the same version of Tk.

Signed-off-by: Jan Vermaete <jan.vermaete@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2025-11-10 07:50:05 -08:00
..
2025-10-14 09:00:18 -07:00
2025-02-27 20:28:17 +00:00
2025-09-16 09:59:15 -07:00
2025-07-09 09:16:05 -07:00
2025-10-29 10:14:13 -07:00
2025-06-25 06:44:50 -07:00
2025-11-04 23:15:08 -08:00
2025-07-15 23:54:14 -07:00
2025-07-09 09:16:09 -07:00
2024-07-28 00:00:31 -07:00
2025-01-24 18:20:00 -08:00
2025-10-08 23:35:52 -07:00
2025-04-01 09:21:23 -07:00
2024-07-25 07:58:08 -07:00
2025-10-14 09:00:20 -07:00
2025-10-17 14:10:37 -07:00
2025-10-24 09:06:24 -07:00
2025-10-28 23:31:28 -07:00
2025-07-30 08:03:08 -07:00
2025-01-14 08:52:05 -08:00
2025-10-29 10:14:14 -07:00
2025-09-02 08:57:40 -07:00
2025-11-10 07:50:05 -08:00
2025-07-30 16:40:03 -07:00
2025-05-28 08:55:16 -07:00