GNOME3 still not satisfying
I am still currently using Xfce4. I tried GNOME3 sometimes after some updates released. However, GNOME3 is still not satisfying. There are a lot problems. The new interface can be learnt, but the problems are not the interface problem.
The following list is the problems I faced:
- ibus can be added to the notification area with ibus-gjs, but after installing ibus-gjs and restart GNOME3, ibus doesn’t start as expected.
- Toolbar problem. In evince (I haven’t tried others), if add a button to the toolbar, I cannot remove that button anymore.
- If the network connection is disabled, eg, Wired network is disabled, I cannot change the options. I can only change the options for those which is connected.
- When changing the options of Wired network for all users, there is no authentication prompt, thus, I cannot change any options.
- Keyboard shortcut problem with Windows key (Mod4). Cannot work properly.
The only feature I like in GNOME3 is the aero snap feature. But there is nothing more.
GNOME Commander for Ubuntu
When I was using Windows to manage my files, I always open a lot of windows to move my files. Even the window is already open, I will open a new window. Because it is difficult for me to find the opened windows. And my taskbar will full of tasks.
So, I tried to find a Windows Explorer replacement. Tried all the best free file managers by Gizmo’s Freeware. Then, only FreeCommander fulfils my needs. There is no need to open a lot of windows.
Review of Wubi input method and Cangjie input method
I learnt Cangjie input method before. Difficult to learn, difficult to memorize. Give up finally. Cangjie input is target on Traditional Chinese characters.
Recently, I tried Wubi input method, which is target on Simplified Chinese characters. Compare to Cangjie, it is easier to learn, easier to memorize. Not because the poem, but the rule of stroke layout on the keyboard is systematic. And I am learning Wubi 86 version.
So, using these input method, I can type the Chinese character without knowing how to pronounce the word. It is an alternative input method I think I need to learn.
My favourite Thunderbird add-ons
Since I tried on Evolution of Ubuntu, an email client just like Microsoft Outlook, with PIM (Personal Information Manager) features, allows using IMAP, and allows synchronization. I really like it. So I tried to install Evolution for Windows. However, Evolution for Windows cannot work properly on Windows 7. Then, I need to switch back to Thunderbird. Since I like the feature of PIM and the synchronization with GMail and Google Calendar, I have installed following add-ons:
Try out Ubuntu, Wubi, and Portable Ubuntu Remix
Ubuntu, in my opinion, is a great Linux distribution. There are several ways to let you try out Ubuntu. After download the CD, I can burn it to the CD and boot from the CD. I can try Ubuntu as a LiveCD. I can also boot it from a USB pendrive like a CD.
When installation, I can create a new partition on my harddisk. I can install it on the logical partition and boot from there. Unlike FreeBSD, which needs to be installed on a primary partition. Not only that, I can also install Ubuntu side by side with the same partition with other OS (such as Windows). This is special.
JPrayer not works in Linux
I just found that, the JPrayer Clock I built cannot run properly in Linux. The prayers didn’t show up, including the tray icon. Might be the file path problem.

Now I think ChromePlus is better
Previously, I compared ChromePlus and SRWare Iron. Today, I think ChromePlus is better. Google Chrome 6.x beta already released. But SRWare Iron still using Chromium 4.x. That is why, I tried out ChromePlus, which uses Chromium 5.x. And there is no problem to play the WMA files. So, I choose ChromePlus now.
Besides that, there is also Linux version for ChromePlus.
From MS Office to OpenOffice
I already switched from MS Office to OpenOffice for some time. But most of my friends and colleagues still use MS Office. At my workplace, most of the people are using MS Office. Some of them use MS Office 2007. I introduced OpenOffice to friends, but switching from one environment to another needs some time for adaption. So, normally they reject.
Why I want to use OpenOffice? Firstly, it is free. You can get it without paying any money, and do not have any license issue Secondly, it is open source. If you are developer, you can study and contribute. Thirdly, it is cross-platform. If you are not working with Windows, but Linux or FreeBSD, then how do you use MS Office? May be you will say that, “Why Linux? Why FreeBSD? We have Windows already.” Very good, you are very loyal, then go ahead. For me, learning more than one skill is always better. Fourthly, OpenOffice can satisfy my works: documents, spreadsheets, and presentations.
Success booting PC-BSD through USB flash drive
Hahaha. When I wrote my previous post, I found that I possibly made a mistake when copying the IMG image to USB pendrive. Yes, I used “dd” incorrectly because I didn’t know how to use it exactly.
This was how I used “dd” in Linux:
dd if=PC-BSD-7.1.1-x86.img of=/dev/sdb1 bs=1024
Now, the problem was the “/dev/sdb1”. We should use “/dev/sdb” instead of “/dev/sdb1”. This is because “sdb1” indicates the partition, yet “sdb” indicates the drive. And I should copy (dd) the whole file system and data of IMG to the drive, not to the partition. That was why, after I used the statement above, I still found that my pendrive was in FAT32 format.
Difficulties for installing PC-BSD
I like Unix philosophy. I like open source. I want to install PC-BSD to my netbook, but finally I realised that I failed to do so. I have tried several ways, then I give up now.
Actually, I preferred to install FreeBSD. But FreeBSD is targeted for server, so I choose PC-BSD. And PC-BSD has GUI installation, which makes everything easier (I tried it on VMware). So, I downloaded DVD ISO image. Then, I tried to use UNetbootin, since the site mentioned that it supports to create LiveUSB for FreeBSD 6.3 and 7.0. I assumed that it can also support for PC-BSD which is based on FreeBSD. However, I failed.