#!/bin/sh
# $Id: start_cumulus 4393 2010-11-11 20:40:45Z axel $
# Maemo 5 start script for Cumulus.

# workaround to start browser from QTextView
BROWSER="browser --url"
export BROWSER

# launch cumulus
exec /opt/cumulus/bin/cumulus -style=platinum

