Skip to content

Commit 3cf8e71

Browse files
authored
Merge pull request #47 from psadi/feature/gdk_fix
fix: address gdk-pixbuf inclusion error by passing it explicitly to lib4bin
2 parents 98eac64 + 96d1901 commit 3cf8e71

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)