Skip to content

Commit 96d1901

Browse files
author
psadi
committed
fix: pass gdk-pixbuf explicitly to lib4bin
1 parent 98eac64 commit 96d1901

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

build.sh

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -70,9 +70,10 @@ ln -s "share/applications/com.mitchellh.ghostty.desktop" .
7070
ln -s "share/icons/hicolor/256x256/apps/com.mitchellh.ghostty.png" .
7171

7272
# bundle all libs
73-
xvfb-run -a -- lib4bin -p -v -e -s -k ./bin/ghostty /usr/lib/libEGL*
74-
75-
sleep 1
73+
xvfb-run -a -- lib4bin -p -v -e -s -k \
74+
./bin/ghostty \
75+
/usr/lib/libEGL* \
76+
/usr/lib/gdk-pixbuf-*/*/*/*
7677

7778
# preload libpixbufloader /w ld-preload-open as svg icons breaks
7879
# either on ghostty tab bar or gnome-text-editor while config edit or both :(

0 commit comments

Comments
 (0)