#!/bin/sh

export XDG_MENU_PREFIX=pantheon-
export XDG_CURRENT_DESKTOP=Pantheon
exec gnome-session --session pantheon "$@"
