We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 98eac64 commit 96d1901Copy full SHA for 96d1901
build.sh
@@ -70,9 +70,10 @@ ln -s "share/applications/com.mitchellh.ghostty.desktop" .
70
ln -s "share/icons/hicolor/256x256/apps/com.mitchellh.ghostty.png" .
71
72
# bundle all libs
73
-xvfb-run -a -- lib4bin -p -v -e -s -k ./bin/ghostty /usr/lib/libEGL*
74
-
75
-sleep 1
+xvfb-run -a -- lib4bin -p -v -e -s -k \
+ ./bin/ghostty \
+ /usr/lib/libEGL* \
76
+ /usr/lib/gdk-pixbuf-*/*/*/*
77
78
# preload libpixbufloader /w ld-preload-open as svg icons breaks
79
# either on ghostty tab bar or gnome-text-editor while config edit or both :(
0 commit comments