GoldenDict 在 Linux 下的表现 [20151017]
本帖最后由 Oeasy 于 2015-10-17 14:35 编辑-
-> 按照这里 https://github.com/goldendict/goldendict 自行 build 得到最新版,如果从其他地方直接安装,可能功能不全,比如无全文搜索。
-
据发帖者透露,下面 4 个帖子里的截图是 Linux Mint 环境下 GoldenDict 加载相应词库,得到的截图。
https://pdawiki.com/forum/home.php?mod=space&uid=183530
[英-英] Dorland's Illustrated Medical Dictionary, 32nd Edition https://pdawiki.com/forum/forum.php?mod=viewthread&tid=13925
[英-英] Webster's New World ® College Dictionary 2014, 5th Edition https://pdawiki.com/forum/forum.php?mod=viewthread&tid=13935
[英-英] Penguin English Dictionary, 3rd Edition, 2007 https://pdawiki.com/forum/forum.php?mod=viewthread&tid=13949
[英-英] Chambers 21st Century Dictionary https://pdawiki.com/forum/forum.php?mod=viewthread&tid=13995
ubuntu下安装goldendict及离线词库 http://blog.csdn.net/halazi100/article/details/44700631
goldendict下优质词典简介及安装 http://blog.yuanbin.me/posts/2013/01/goldendictxia-san-da-you-zhi-ci-ku-shi-yong-xiao-ji.html
https://plus.google.com/+XiongJiaLe/posts/bUD4bR4FAQm
本帖最后由 Oeasy 于 2015-9-1 11:00 编辑
http://blog.csdn.net/nedushy123/article/details/20129217
https://pdawiki.com/forum/data/attachment/album/201509/01/110002aqgljr0jvgjqrq0p.jpg
http://deoptimogenere.blogspot.jp/2011/04/goldendict.html
https://pdawiki.com/forum/data/attachment/album/201509/01/105614oi3gbteixip3xjii.png
https://pdawiki.com/forum/data/attachment/album/201509/01/105616niqqhs3b10whzix3.png
https://pdawiki.com/forum/data/attachment/album/201509/01/105615w9kos1ffq1q1xoe5.png
https://pdawiki.com/forum/data/attachment/album/201509/01/105615eilia20720d0i21i.png
本帖最后由 Oeasy 于 2015-9-1 11:07 编辑
http://ubuntubond.blogspot.jp/2010/06/goldendict.html
https://pdawiki.com/forum/data/attachment/album/201509/01/110439omag7q74jf0enyer.png
https://pdawiki.com/forum/data/attachment/album/201509/01/110435v8zbi0t7bif0gu1i.png
http://osarena.net/logismiko/applications/goldendict-ena-offline-lexiko.html
https://pdawiki.com/forum/data/attachment/album/201509/01/110645olq4fbfhrlrr4l4j.png
本帖最后由 chacha125 于 2015-9-1 15:25 编辑
顺便借楼把Ubuntu和Windows下自己发现的明显区别补充一下,估计linux应该也一样吧。
Ubuntu下的goldendict没有搜索和全文搜索功能,但是百度翻译在线可以点击喇叭图标发音。而且不会出现Windows下可能是兼容性造成的输入框下拉列表卡死(这个毛病很莫名其妙,也难以描述)。有的词典(比如bt4baidu刚刚发布的〔50万语〕Dictionary.com Unabridged, 2015)发音效果较差,没有Windows下面清晰(是不是跟音频格式有关?)。
Windows下有搜索和全文搜索,但是百度翻译在线点击喇叭图标无法发音,然后就是上面说过的下拉列表区域卡死的问题。具体表现是在初次或某次输入查询对象之后,输入框的下拉列表区域无法操作,比如说goldendict边框条无法用鼠标滚轮上下滚动,只能点击拖动。同时打开多个窗口的话,别的窗口也会在那个区域受到影响(比如无法缩小或关闭)。除非是在输入框清除原来输入再重新输入另一个查询对象,才会变正常。 本帖最后由 Oeasy 于 2015-9-1 17:38 编辑
chacha125 发表于 2015-9-1 15:21
顺便借楼把Ubuntu和Windows下自己发现的明显区别补充一下,估计linux应该也一样吧。
Ubuntu下的goldendict ...
2014 年 4 月之后的 GoldenDict 才支持全文搜索,版本号要大于 goldendict-1.5.0-RC-314-g948db01 才行,如果你是直接在其它地方下载别人 build 好的安装包,版本号可能小于这个,会不会是需要自己 build 一下?如果你是按照这里 https://github.com/goldendict/goldendict 步骤自行 build 得到的最新版,那就比较诡异了。
Installing External Deps on Ubuntu Linux
sudo apt-get install git pkg-config build-essential qt4-qmake \
libvorbis-dev zlib1g-dev libhunspell-dev x11proto-record-dev \
libqt4-dev libqtwebkit-dev libxtst-dev liblzo2-dev libbz2-dev \
libao-dev libavutil-dev libavformat-dev libtiff5-dev libeb16-dev
How to build
First, clone this repository, e.g.:
git clone git://github.com/goldendict/goldendict.git
And then invoke qmake-qt4 and make:
cd goldendict && qmake-qt4 && make
注:我没在 Windows 以外的环境下用过,就是猜测下原因,因为我觉得没理由 Linux 下表现比 Windows 下差啊。
本帖最后由 chacha125 于 2015-9-1 22:41 编辑
Oeasy 发表于 2015-9-1 16:48
2014 年 4 月之后的 GoldenDict 才支持全文搜索,版本号要大于 goldendict-1.5.0-RC-314-g948db01...
Linux的Goldendict表现应该说比Windows下的强多了,至少不会卡死,默认字体也比较顺眼,就是没有搜索和全文搜索,等我有空源码编译个试试,我是直接安装的Ubuntu软件库里的版本,版本号也是1.5,不过好像是2013年打包的。我还一直以为Linux下的版本就是那么低,呵,明天编译试试。 本帖最后由 Oeasy 于 2015-9-4 10:05 编辑
http://community.linuxmint.com/img/screenshots/goldendict.png
https://pdawiki.com/forum/data/attachment/album/201509/04/100225r8xxiu48ly21lxn9.png
http://ubuntubond.blogspot.jp/2010/06/goldendict.html
http://goldendict.org/screenshots/urban.png
https://pdawiki.com/forum/data/attachment/album/201509/04/100508jcl68ged63ie8dr8.png
最新版编译后“bt4baidu发布的〔50万语〕Dictionary.com Unabridged, 2015”在线发音效果还是比Windows差很多。 我一直在用GoldDict in Linux. 发音可以用 mplayer2 效果最后,其次是vlc.
支持锚跳等功能。(目前繁简互换在Mint x86 版本中有一点问题)
https://github.com/goldendict/goldendict/
页:
[1]