Make Opera not use the KDE color scheme

December 29, 2006

After I installed KDE desktop environment in Ubuntu and changed a dark color scheme, my opera brower uses this color scheme automatically! People discuss around how to make Opera using the current KDE theme, but no one wants to leave Opera alone. The reason why I want to do this, or must do this is because some website seems to set font color to be dark or black. As in my KDE color scheme all the background are black, and the foreground is white (I like this high contrast), I can’t see much in this color scheme. See the screenshot:

Opera in KDE color scheme(KDE color scheme) Opera in default color scheme(Default color scheme)

I searched around and found no answer in opera community, kde, ubuntu, kubuntu forums… Then I played around all the opera settings, nothing to configure this. Then I found there is one file that is the key to this problem. That is “~/.qt/qtrc“. It seems opera will read the color scheme from this file every time it launches. I found this because when I launch opear as root, the color scheme would become default, same as the root color scheme. Then I make my hotkey “Win+O” to run this command “mv ~/.qt/qtrc ~/.qt/qtrcc & opera“. By doing so, this qtrc is renamed as qtrcc, Opera will use the default color scheme if this qtrc file is not found in the ~/.qt folder. I’ve been doing this for weeks, nothing bad happened to any of my other KDE programs. So I guess this will resolve this problem before I found an “official” way. By the way, this qtrc file will be created every time I logged in Xwindows, I rename it to qtrcc just in case some day somehow this file is not created.


My software list in Ubuntu+KDE

December 29, 2006

Having been trying different software these months (hope the English grammar is right…), I’ll list my favorite Linux software here, just remind myself. Everything can be installed by simply typing “sudo apt-get install XXX (its name)” in the terminal. Except, opera needs to add a commercial repository, which can be found here.

File management:

Internet:

  • Opera, Firefox, Swiftfox, browers I use forth and back
  • Amule — similar to emule in windows
  • Ktorrent — BT client
  • Kontact — very exciting program which includes all the PIM stuff I need: calendar, todo list, note, Email (Kmail), RSS news reader (akregator)…
  • Gaim — MSN, QQ, Gtalk, ICQ… client
  • vpnc — much better and easier application than the Cisco one
  • qsopcast — online TV, it’s a p2p software

Graphic:

  • Openoffice
  • gwenview – smart KDE picture viewer
  • KPhotoAlbum — Help me sort all my images in my computer. Its tag-every-image feature makes finding a single picture from thousands much easier.

Multimedia:

Useful Utilities:

  • Tomboy — note-taking application
  • Stardict — dictionary
  • gvim+latex suite — latex editor (also Kile)
  • vmware — virtual machine which let me run Windows XP under my ubuntu to do some must-in-windows stuff, say MATLAB… Using samba service could make a folder to be share by both the host and guest machine to share data.
  • KMymoney2 — This is a prety cool software that help me record my cost and income. I found it easier than others like Gnucash. At least, I want to avoid using GTK stuff in the KDE environment.
  • qtparted, gparted – partition utilities in KDE and Gnome.
  • k3b, gnomebaker — CD/DVD burning utilites in KDE and Gnome.
  • fcitx – Chinese input server. 小企鹅输入法, Linux下的中文输入法.
  • tpfan — An automated control script to solve the fan always-on problem in my IBM T43 laptop. There is also a small utility for Windows use here.
  • tpb — TPB is a little program that enables you to use the IBM ThinkPad(tm) special keys.
  • xvkbd, xbindkeys — Help me define button functions of my Logitech® Optical Cordless TrackMan. A nice howto article can be found here.
  • gmrun — one of the few GTK programs I used in KDE. It’s a Gnome completion-run utility which is very handy. In Windows there is a similar free program called Runfast. The “Run Command” (Alt+F2) in KDE is useless for me, because it has no auto-completion ability. I haven’t found any program in KDE that can replace gmrun yet.