From c11127995defe25c8b4164389750672a25e61fc0 Mon Sep 17 00:00:00 2001 From: stuebinm Date: Tue, 5 Mar 2024 03:05:17 +0100 Subject: restructure & general cleanup - pkgs/ should now also contain all package overrides - pkgs/patches/ now contains all patches - nix flake info succeeds again - still not sure what to do about scripts - services which are not used should not be kept around this long --- pkgs/hikari-gtk4.patch | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 pkgs/hikari-gtk4.patch (limited to 'pkgs/hikari-gtk4.patch') diff --git a/pkgs/hikari-gtk4.patch b/pkgs/hikari-gtk4.patch deleted file mode 100644 index 68d8cf1..0000000 --- a/pkgs/hikari-gtk4.patch +++ /dev/null @@ -1,17 +0,0 @@ -diff -rN -u old-hikari/src/server.c new-hikari/src/server.c ---- old-hikari/src/server.c 2023-02-16 13:15:24.797244377 +0100 -+++ new-hikari/src/server.c 2023-02-16 13:15:24.797244377 +0100 -@@ -523,6 +523,9 @@ - server_decoration_handler(struct wl_listener *listener, void *data) - { - struct wlr_server_decoration *wlr_decoration = data; -+ if (wlr_decoration->surface->role == NULL) { -+ return; -+ } - struct hikari_view *view = - wl_container_of(wlr_decoration->surface, view, surface); - struct wlr_xdg_surface *xdg_surface = -patch bc1727d6444f21c0fb952e8c853d5110b5602403 -Author: alex@xanderio.de -Date: Fri Dec 17 20:14:29 CET 2021 - * prevent gtk4 application from crashing hikari \ No newline at end of file -- cgit v1.2.3