Thursday, December 26, 2013

Fuji Xerox DocuPrint P205b finally can print in Mageia Linux

I bought this printer about 2 years, can't print under Mageia Linux. Few days ago I accidentally encounter and article that I can download a driver for this printer.
The site url is : http://foo2hbpl.rkkda.com/

I follow the instruction to download the file and install it.
Then set up the printer and found there is a Fiji driver for it.
Everything go so smoothly.

I would like to say Thank You.

Sunday, May 5, 2013

.strm file for xbmc

Get the url for the tv channel. Create a file and paste the url in the file. Save the file with .strm extension.

Store the .strm file in ~/.xbmc/userdata/playlists/video

Sunday, February 17, 2013

Blank newtab page in firefox

1. Type in address bar about:config

2. In the search bar type in browser.newtab.url

3. change the value to about:blank

4. That's it.

Saturday, January 19, 2013

Gnome-tweak-tool cannot start in gnome-shell 3.6

I got the problem starting gnome-tweak-tool in gnome-shell 3.6 but can start in fallback mode.

After googling and found the solution as below:

sudo cp  /home/USERNAME/.local/share/gnome-shell/extensions/user-theme@gnome-shell-extensions.gcampax.github.com/schemas/org.gnome.shell.extensions.user-theme.gschema.xml  /usr/share/glib-2.0/schemas

sudo glib-compile-schemas /usr/share/glib-2.0/schemas

Where USERNAME is login name.