1 2 3 4 5 6 7 8 9 10 11 12 13
--- opera.org 2005-05-14 16:28:03.000000000 +0200 +++ opera 2005-05-14 16:28:46.000000000 +0200 @@ -195,6 +195,9 @@ fi done +QTSTYLE=$(cat ~/.qt/qtrc | grep style=) +STYLE=${QTSTYLE:6} + # Running Opera -eval exec "'${OPERA_BINARYDIR}opera' $passflags" +eval exec "'${OPERA_BINARYDIR}opera' $passflags -style $STYLE"