2006/11/28

[HTML] favicon 使用

Site icon
<link rel="icon" type="image/ico" href="favicon.ico" /> (*.ico)
<link rel="icon" type="image/gif" href="icon.gif" /> (*.gif)

WebPage shortcut
<link rel="shortcut icon" href="http://domain/favicon.ico" />

WebPage bookmark
<link rel="bookmark icon" href="http://domain/favicon.ico" />

2006/11/05

[Linux] Fix opening RealPlayer from menu

In Firefox register rtsp portocol:
about:config

Create a new name:
network.protocol-andler.external.rtsp
value set to 'true'

network.protocol-handler.app.rtsp
value set to the location of your realplayer (e.g. /usr/bin/realplay)

Install realplayer:
sudo apt-get install realplayer

If you cannot open RealPlayer from the start menu, it is conflicted with Scim.

To fix the problem:
Modify the file: /usr/bin/realplay

Find:
#!/bin/sh

after ADD:
GTK_IM_MODULE=xim ; export GTK_IM_MODULE