localsend: fix window visibility

This commit is contained in:
Tristan Ross 2024-10-14 10:20:35 -07:00
parent ec6e750643
commit 98a18e8bd0
No known key found for this signature in database
GPG Key ID: B09C422035669AF8

View File

@ -39,6 +39,11 @@ let
buildInputs = [ libayatana-appindicator ];
postUnpack = ''
substituteInPlace $sourceRoot/linux/my_application.cc \
--replace-fail "gtk_widget_realize(GTK_WIDGET(window))" "gtk_widget_show(GTK_WIDGET(window))"
'';
postInstall = ''
for s in 32 128 256 512; do
d=$out/share/icons/hicolor/''${s}x''${s}/apps