src_prepare-overlay/www-client/icecat/files/icecat-x11.sh
2020-04-28 01:49:48 +02:00

8 lines
98 B
Bash

#!/bin/sh
#
# Run GNU IceCat on X11
#
export MOZ_DISABLE_WAYLAND=1
exec @PREFIX@/bin/icecat "$@"