Commit graph

17 commits

Author SHA1 Message Date
Vaskó László 1842c4aaa4 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]: b08f4ab593
2018-10-20 20:40:54 +02:00
Thomas Kerber 5e4fe584fa kitty: 0.12.0 -> 0.12.3 (#47599) 2018-10-01 17:27:31 +02:00
Bart Brouns 6b74b16579 kitty: 0.11.3 -> 0.12.0 (#46067) 2018-09-04 23:44:04 +02:00
Roman Volosatovs 720c163a55 kitty: Add terminfo attr (#45953) 2018-09-02 21:07:31 +02:00
Milan Svoboda dd3090f3b0 kitty: 0.11.2 -> 0.11.3 2018-08-20 20:49:10 +02:00
volth 52f53c69ce pkgs/*: remove unreferenced function arguments 2018-07-21 02:48:04 +00:00
Will Dietz 481e61fad8 kitty: 0.10.1 -> 0.11.2 2018-07-05 11:19:53 -05:00
José Luis Lafuente 6040ceb92e
kitty: 0.9.1 -> 0.10.1 2018-05-25 12:30:31 +02:00
José Luis Lafuente 170d799146 kitty: 0.9.0 -> 0.9.1 (#40335) 2018-05-11 20:53:01 +02:00
José Luis Lafuente ac0fd5a909
kitty: 0.8.2 -> 0.9.0 2018-04-25 18:03:48 +02:00
José Luis Lafuente 176b9ae095
kitty: 0.8.0 -> 0.8.2 2018-03-19 23:41:49 +01:00
Milan Svoboda ec4f17c8e4 kitty: 0.7.1 -> 0.8.0 2018-03-03 22:07:25 +01:00
Jens Binkert 3ad34f9424 kitty: 0.6.0 -> 0.7.1 2018-02-03 11:06:38 +01:00
Milan Svoboda 62cb37b8d0 kitty: 0.5.1 -> 0.6.0 2017-12-25 22:02:22 +00:00
Milan Svoboda 69eb4dbf3c kitty 0.5.0 -> 0.5.1 2017-12-05 20:08:10 +01:00
Milan Svoboda 8bc0bf6785
kitty: 0.4.2 → 0.5.0 2017-11-30 13:12:11 +01:00
Milan Svoboda c564e54f12 kitty: init at 0.4.2 (#30687)
* add new application: terminal kitty (opengl, c, python)

https://github.com/kovidgoyal/kitty.git

* kitty: nitpicks

* update kitty 0.4.0 -> 0.4.2, add maintainer
2017-10-25 22:03:20 +01:00