#!/bin/sh # # Wrapper for Sylpheed # (c) Andrew Flegg 2006. Released under the Artistic Licence case `uname -m` in arm*) export LD_PRELOAD=/usr/lib/libosso-ic-preload.so;; # arm *) ;; # x86 etc. esac export G_FILENAME_ENCODING=utf-8 exec /usr/bin/sylpheed "$@" 1>~/sylpheed.log 2>&1