src_prepare-overlay/www-client/icecat/files/icecat-x11.sh

8 lines
98 B
Bash
Raw Normal View History

2020-04-28 01:49:48 +02:00
#!/bin/sh
#
# Run GNU IceCat on X11
#
export MOZ_DISABLE_WAYLAND=1
exec @PREFIX@/bin/icecat "$@"