Evan Teran's Blog

The Default Browser on Linux Debacle

The concept of a default browser on Linux is a complete mess. There doesn't seem to be any central, agreed-upon method of defining what the default browser is. First, there is the $BROWSER environment variable. This seems like a good idea, it can be set globally, and on a per user basis. On the command line, all you need to do is type $BROWSER http://... and you on your way to the website of your choice. If only it were that easy...

Read More...

How not to handle a bug report

I recently submitted a bug report to Qt software, the results were less than impressive. One thing I'd like to make clear though is that Qt is an amazing library that I would recommend to any c++ software developer, I truly mean that. It is well designed, well documented, and generally works as advertised. On top of all of this, it is portable! It really just gets better and better. This is why I found the handling of my bug report so... underwhelming.

Read More...