NixOS / nixpkgs

Nix Packages collection & NixOS
MIT License
16.48k stars 12.97k forks source link

gitk broken on darwin (probably tcl/tk issue) #247075

Open brianmay opened 11 months ago

brianmay commented 11 months ago

Describe the bug

gitk WIndow appears with no data.

Steps To Reproduce

Steps to reproduce the behavior:

  1. Install gitk from 23.05
  2. Run gitk from directory with git repo.

Expected behavior

Information concerning the git repo should appear.

Screenshots

Screenshot 2023-08-04 at 4 22 16 pm

Additional context

Possibly similar to #13377, not sure.

Notify maintainers

@primeos @wmertens @globin

Metadata

Please run nix-shell -p nix-info --run "nix-info -m" and paste the result.

$ nix-shell -p nix-info --run "nix-info -m"

these 2 paths will be fetched (0.01 MiB download, 0.03 MiB unpacked):
  /nix/store/54kggphb574mqgq5hmii0zk82613qj82-DarwinTools-1
  /nix/store/4zlpnskr149hbnql0m7gscrgsgvkr1s9-nix-info
copying path '/nix/store/54kggphb574mqgq5hmii0zk82613qj82-DarwinTools-1' from 'https://cache.nixos.org'...
copying path '/nix/store/4zlpnskr149hbnql0m7gscrgsgvkr1s9-nix-info' from 'https://cache.nixos.org'...
 - system: `"x86_64-darwin"`
 - host os: `Darwin 22.6.0, macOS 10.16`
 - multi-user?: `yes`
 - sandbox: `no`
 - version: `nix-env (Nix) 2.15.0`
 - channels(root): `"nixpkgs"`
 - nixpkgs: `/nix/var/nix/profiles/per-user/root/channels/nixpkgs`
merkste commented 2 months ago

I noticed that the content shows up after minimizing the window and maximizing it again. Any updates?

brianmay commented 2 months ago

I noticed that the content shows up after minimizing the window and maximizing it again.

Confirmed. So maybe an event or something is going missing.

Any updates?

No.