#!/bin/sh
# GDK_BACKEND=x11 hack: see https://github.com/davesteele/gnome-gmail/pull/53
exec /usr/bin/env GDK_BACKEND=x11 /usr/share/gnome-gmail/gnomegmail.py "$@"
