Tk Library Source Code

View Ticket
Login
Ticket UUID: 4aa4dc9e4422d87b22f5d14fdbba483665b7dd7b
Title: tklib0.6 install fails to copy over widgetl/icons directory to install directory
Type: Bug Version: 0.6
Submitter: anonymous Created on: 2018-01-23 04:53:56
Subsystem: Installer Assigned To: aku
Priority: 7 High Severity: Important
Status: Closed Last Modified: 2024-06-03 18:48:57
Resolution: Fixed Closed By: aku
    Closed on: 2024-06-03 18:48:57
Description:
Creation of either widget::listsimple or widget::listentry depends on accessing the png files from the icons directory. Installer should be updated to also copy over the icons directory to the install directory so the widgets can be successfully created. 

> wish8.6
% package require widget::listentry
0.1.1
% set x [widget::listentry .l  -listvariable f ]                       
Error in constructor: couldn't open "/opt/usr8.6.3/lib/tklib0.6/widgetl/icons/add.png": no such file or directory
User Comments: aku added on 2024-06-03 18:48:57:

Confirmed that the bug was still present in the current code base.

Fixed with commit [bf751018a5]

Thank you for the report and lots of patience.