顯示具有 Qt 標籤的文章。 顯示所有文章
顯示具有 Qt 標籤的文章。 顯示所有文章

2009年10月4日 星期日

Opera halts in Archlinux (Qt 4.5.3)


Currently in opera 10.00+ with shared qt build would face lots of no-response due to incompatibility with qt 4.5.3; to solve it, just downgrade back to qt 4.5.2. If you've cleaned your cache, you can visit here for packages.

  • or you can simply use qt4-bundled package

2009年8月12日 星期三

Qt 4.5.2 clipboard Bug


Bug report page:url
Brief saying, it seems like clipboard fails after some IM actions.###ShowAll###

Reasoning: url
Some uninitialized, unused time stamp data received at qt makes other requests pend forever, resulting no reaction of clipboard.

Solution: not to use any IM, just type English or manually retype anything you want to paste to destination.
WTF?

2009年5月26日 星期二

qt4.5.1 偽粗體補丁


檔案:

http://w.csie.org/~b95089/file/patch/qt/qt4-add-missing-bold-style.patch.gz http://w.csie.org/~b95089/file/patch/qt/qt-4.5.1-fake-embolden.patch.gz ##ReadMore##

這是今天才發現的事:
不知為何 KDE 4.2 下就是會選到點字,爬了以後才知是文泉驛正黑沒有粗體的關係。但我明明就看到有比較粗的黑體出現,爬著爬著終真發現這是 qt 的問題。而經測試與最後 compile 的結果也指出,這問題到 4.5.1 版依然未解,無奈又沒有 4.5 版的補丁,打 4.4 會有一些 fail。便只得捲起袖子自己把 fail 的部份修完,就看到這個檔案啦。

這樣子在 qtconfig 下選字體時應可看到文泉驛的粗黑體了,雖然依舊 Sans Serif 選到點字…

  • 關於補丁的用法相信這可以靠根性解決的。

2009年5月4日 星期一

gcin laggy in KDE 4.2


不知道為啥這次重灌完就有這個問題,在 x86_64 KDE4.2 Archlinux 下就是會反應很差,便自己重新 compile source, 才發現官方提供的沒有 qt immodule, 儘管 gcin source 可以辦到支援。

因此抱著估且一試的想法改了 PKGBUILD 並做了些對 qt path 修正完成此物,幸運地解決了這個問題。有興趣的可以到這裡下載 PKGBUILD tar ball:url

若還是不行試著執行 qtconfig 在 interface 頁下改 XIM Input Style 為 Root, Default Input Method 為 gcin,應會有幫助。