#!/bin/sh

if [ $(echo "$XDG_SESSION_DESKTOP") = "gnome" ]
then 
	gtk-launch com.github.dynobo.normcap.desktop $@
else
	/usr/bin/normcap2 $@
fi
