Details
Details
- Reviewers
DataDrake - Group Reviewers
Triage Team - Maniphest Tasks
- T4399: gitk fails with error "/usr/bin/gitk: line 3: exec: wish: not found"
- Commits
- R3045:34769ac551ab: Update tk to 8.6.8
wish8.6 % puts $tcl_version 8.6 % puts $tk_version 8.6
Also tried with python tkinter:
python3 Python 3.5.2 (default, Nov 12 2016, 19:04:03) [GCC 6.2.0] on linux Type "help", "copyright", "credits" or "license" for more information. >>> from tkinter import * >>> win = Tk() >>> label = Label(win, text="hello solus") >>> label.pack()
Tested gitk against this version
Diff Detail
Diff Detail
- Repository
- R3045 tk
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
Comment Actions
If possible, I'd like to see:
- /usr/lib64/tk8.6/demos in a -demos package
- /usr/lib64/tk8.6/include in -devel if it isn't needed for normal execution.
Thanks!
Comment Actions
Add requested patterns.
Run wish from a terminal did pop up a window, so I guess it's fine ?
Comment Actions
I suppose you mean git ? If so it's tested since latest tcl & tk are installed on my system and I did submit many patches here and on github without any problem.