Skip to content

Commit 57917ec

Browse files
authored
Update rofi-appimage.sh
1 parent 7755388 commit 57917ec

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

rofi-appimage.sh

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,9 @@ mkdir ./AppDir && (
2929
# ADD LIBRARIES
3030
wget --retry-connrefused --tries=30 "$SHARUN" -O ./sharun-aio
3131
chmod +x ./sharun-aio
32-
xvfb-run -a -- \
33-
./sharun-aio l -p -v -k -s \
34-
./bin/* \
35-
/usr/lib/gio/modules/* \
32+
./sharun-aio l -p -v -k -s \
33+
./bin/* \
34+
/usr/lib/gio/modules/* \
3635
/usr/lib/gdk-pixbuf-*/*/*/*
3736
rm -f ./sharun-aio
3837

0 commit comments

Comments
 (0)