Opera How To
Contents |
[edit] How to add custom Opera icons
you need to modify your current skin. add the following to the images section of skin.ini (very end)
IBM-IBM = icons/ibm.png IBM-TAM = icons/tam.png IBM-TIM = icons/tim.png IBM-FIM = icons/fim.png IBM-IDI = icons/idi.png IBM-IDS = icons/ids.png IBM-TIMex = icons/timex.png IBM-WAS = icons/was.png
then add these images into the icons folder
Button9, "IBM Software -IBM Tivoli Identity Manager- Support"="Go to page, "http://www-306.ibm.com/software/sysmgmt/products/support/IBMTivoliIdentityManager.html", 1, "TIM", "IBM-TIM"" Button10, "IBM Software -IBM Tivoli Federated Identity Manager- Support"="Go to page, "http://www-306.ibm.com/software/sysmgmt/products/support/IBMTivoliFederatedIdentityManager.html", 1, "FIM", "IBM-FIM"" Button11, "IBM Software -IBM Tivoli Access Manager for e-business- Support"="Go to page, "http://www-306.ibm.com/software/sysmgmt/products/support/IBMTivoliAccessManagerfore-business.html", 1, "TAM"" Button12, "IBM Software -IBM Tivoli Directory Integrator- Support"=Go to page, "http://www-306.ibm.com/software/sysmgmt/products/support/IBMDirectoryIntegrator.html", 1 Button13, "IBM Software -IBM Tivoli Identity Manager Express- Support"="Go to page, "http://www-306.ibm.com/software/sysmgmt/products/support/IBMTivoliIdentityManagerExpress.html", 1, "TIMEX", "IBM-TIMex"" Button14, "IBM Software -IBM Tivoli Directory Server- Support"="Go to page, "http://www-306.ibm.com/software/sysmgmt/products/support/IBMDirectoryServer.html", 1, "IDS", "IBM-IDS"" Button15, "IBM Software -WebSphere Application Server- Support"="Go to page, "http://www-306.ibm.com/software/webservers/appserv/was/support/", 1, "WAS", "IBM-WAS""
to the browser toolbar.content section of "\Application Data\Opera\Opera\profile\toolbar\standard_toolbar (1).ini"
[edit] How to fix Font Hinting for Linux QT3 and Opera
cd /etc/fonts/conf.d sudo rm 10-hinting-medium.conf sudo rm 10-no-sub-pixel.conf sudo ln -s ../conf.avail/10-hinting-full.conf
QT, Openoffice(and other fontconfig programs which are not part of gtk) doesn't respect your gtk's font settings(which seems only to modify information in xrdb). However, since they ara raw fontconfig clients, they will proceed ~/.fonts.conf. then all we need is to make sure the ~/.fonts.conf is compatible same as your gtk settings.
add this:
<?xml version="1.0"?> <!DOCTYPE fontconfig SYSTEM "fonts.dtd"> <fontconfig> <match target="font"> <edit name="autohint" mode="assign"> <bool>true</bool> </edit> </match> </fontconfig>
you could also try setting
<match target="font"> <edit name="rgba" mode="assign"> <const>rgb</const> </edit> </match> <match target="font"> <edit name="rgba" mode="assign"> <const>rgb</const> </edit> <edit name="hinting" mode="assign"> <bool>true</bool> </edit> <edit name="hintstyle" mode="assign"> <const>hintfull</const> </edit> </match>
[edit] How to fix default QT3 theme for Linux Opera
sudo apt-get install polymer qt3-qtconfig.
Then you have to launch qtconfig-qt3 and select "gui-style" "polymer"
[edit] How to replace Operas defalult search engine selection
The key is to edit
"C:\Program Files\Opera\search.ini"
not "C:\Documents and Settings\user\Application Data\Opera\Opera\profile\search.ini" with somehting like this:
[Search Engine 22] Name=Rambler Verbtext=0 URL=http://www.rambler.ru/dict/scripts/go.cgi?btnG=submit&query=%s&where=enru&start=0&count=15 Query= Key=ra Is post=0 Has endseparator=0 Encoding=windows-1251 Search Type=0 Position=-1 Nameid=0 Deleted=0
or use opera's "create search" feature from the right mouse button click menu (context menu) that puts it into the profile\search.ini. Then move it from profile\ to program files\opera\ one