Skip to content
This repository has been archived by the owner on Apr 12, 2021. It is now read-only.
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs-channels
base: e76b1128537a
Choose a base ref
...
head repository: NixOS/nixpkgs-channels
compare: 4d9183342bb4
Choose a head ref
  • 1 commit
  • 2 files changed
  • 1 contributor

Commits on Oct 20, 2018

  1. kitty: fix locating libstartup-notification-1

    Startup notification doesn't work in recent versions of Kitty:
    > Traceback (most recent call last):
    >   File "/nix/store/3a3b0xd952gp8jw70k5kh3a4zhgzf0p7-kitty-0.12.3/bin/../lib/kitty/kitty/utils.py", line 216, in init_startup_notification
    >     return init_startup_notification_x11(window_handle, startup_id)
    >   File "/nix/store/3a3b0xd952gp8jw70k5kh3a4zhgzf0p7-kitty-0.12.3/bin/../lib/kitty/kitty/utils.py", line 201, in init_startup_notification_x11
    >     return init_x11_startup_notification(display, window_handle, sid)
    > OSError: Failed to load libstartup-notification-1.so with error: libstartup-notification-1.so: cannot open shared object file: No such file or directory
    
    Apparently dispatching of startup notification has been moved to a C
    binding in kitty 0.6.0 [1] so the substituion had to be modified to reflect
    that. Without this fix Kitty still works except that window managers
    which depend on startup notifications to be fired (e.g. Awesome)
    cannot apply special placement rules.
    
    The substitution mechanism is also changed to use a patch file to detect
    this kind of mistakes in the future.
    
    [1]: kovidgoyal/kitty@b08f4ab
    
    (cherry picked from commit 1842c4a)
    Vaskó László authored and Mic92 committed Oct 20, 2018
    Configuration menu
    Copy the full SHA
    4d91833 View commit details
    Browse the repository at this point in the history