source: ipk/source.sh4/titanswapplayers_hbbtv/var/swap/titanplugins/hbbtv/opera/run@ 15824

Last change on this file since 15824 was 15824, checked in by obi, 14 years ago

[titan] hbbtv add files (opera)

  • Property svn:executable set to *
File size: 1.3 KB
Line 
1#!/bin/sh
2
3export OPERA_MULTITAP=NO
4export OPERA_SHOW_STATUSWINDOW=NO
5export OPERA_FB_BORDERWIDTH=0
6export OPERA_SHOW_IMEWINDOW=YES
7export OPERA_SHOW_NAVIGATIONWINDOW=NO
8export OPERA_SHOW_MOUSEPOINTER=NO
9export OPERA_ESC_EXIT=YES
10export FREETYPE_FONT_SET=YES
11export OPERA_ROOT=/var/swap/titanplugins/hbbtv/opera
12export OPERA_FB_SIZE=1280x720
13export OPERA_DIR="${OPERA_ROOT}/opera_dir"
14export OPERA_HOME="${OPERA_ROOT}"/opera_home/
15export OPERA_FONTS="${OPERA_ROOT}"/fonts
16export OPERA_WIDGETS="${OPERA_ROOT}"/widgets
17export LD_LIBRARY_PATH=/var/swap/titanplugins/hbbtv/opera:${LD_LIBRARY_PATH}
18
19STARTPAGE="${OPERA_ROOT}"/directfb-ui/startpage.html
20#STARTPAGE="http://itv.mit-xperts.com/zdfmediathek/index.php"
21STARTPAGE="http://hbbtv.ardmediathek.de/hbbtv-ard/mediathek/"
22STARTPAGE="http://itv.mit-xperts.com/hbbtvtest/index.php"
23STARTPAGE="http://hbbtv.clipfish.de/start.php"
24#STARTPAGE="tvportal.humaxdigital.com"
25EXPATH=${OPERA_ROOT}/bin EXBIN=opera EXEC_FLAG="-u ${STARTPAGE} --dfb:mode=1280x720,no-debug,no-vt,no-vt-switch $@"
26
27#cp ${OPERA_ROOT}/portal_userjs/user_potral.js ${OPERA_ROOT}/opera_dir/userjs/user.js
28cp ${OPERA_ROOT}/portal_userjs/input_opera.ini ${OPERA_ROOT}/opera_home/input.ini
29echo 0 > /proc/cpu/alignment
30exec ${EXPATH}/${EXBIN} ${EXEC_FLAG}
31echo 1 > /proc/cpu/alignment
32
33exit 1
34
Note: See TracBrowser for help on using the repository browser.