English Sentence Loading...
英语句子加载中...
预览模式: 普通 | 列表

汉化新世纪2006汉化教学文集

[公告]申请链接的朋友请到这里来!

DemonStar 系列游戏汉化版

在 Ubuntu 下用飞信

下载地址:http://www.libfetion.cn/Linux_demoapp_download.html

LibFetion 介绍

LibFetion是一款支持多操作系统,使用C/C++语言,针对中国移动IM飞信通信协议开发的第三方应用程序库。

LibFetion封装了飞信通信协议并存储相关数据,给开发者提供简洁、丰富的API接口。使用LibFetion飞信客户端的开发者只需专注于GUI(图形用户界面)的设计开发,因此大大提高飞信客户端的开发速度和降低开发难度。使得飞信在多个操作系统平 台上运行,达到“fetion anywhere“。

LibFetion是针对嵌入式设备系统设计的,它只使用了C库,socket和posix线程库(预留线程库替换为本地平台线程库的接口),因此具有较强的可移植性。目前 LibFetion已在Linux,Mac OS X,Windows,ucLinux,Ecos操作系统上成功运行。

如今基于LibFetion开发的PC客户端程序LibFx已经发布 V0.2.1版了,点击下载
分类:Ubuntu | 固定链接 | 评论: 0 | 引用: 0 | 查看次数: 61

安装Ubuntu8.04测试版,还我宽屏!

Ubuntu8.04正式版在我的机子上一直无法实现宽屏显示,显卡驱动安装不成功,可惜了我这19寸的宽屏液晶显示器。记得我在使用测试版时对宽屏显示器的支持相当的好,不需要安装NVIDIA的显卡驱动就能实现对宽屏的支持。于是把正式版的卸载了,全新安装了测试版,我的宽屏显示又回来了。

在测试版中有一个显示器和显卡设置工具



实现了宽屏显示,我再升级到Ubuntu正式版后这一实用的工具又没有了,可惜啊,不知道Ubuntu的开发人员是怎么想的。

后来论坛的网友给了我 一个很好的答案,其实只要:
sudo apt-get install displayconfig-gtk  安装它
sudo displayconfig-gtk 运行它

要是早些知道多好,走了不少弯路啊!
分类:Ubuntu | 固定链接 | 评论: 0 | 引用: 0 | 查看次数: 101

[转载]Linux版Google Gadgets推出

转自:http://forum.ubuntu.org.cn/viewtopic.php?t=127956

Google推出了桌面小玩意的Linux版,目前已经可以通过添加源列表方便安装,
安装完成後的效果和 Windows 下没什么区别,十分漂亮。




http://code.google.com/p/google-gadgets-for-linux/

引用:
Google Gadgets for Linux provides a platform for running desktop gadgets under Linux, catering to the unique needs of Linux users. We are compatible with the gadgets written for Google Desktop for Windows as well as the Universal Gadgets on iGoogle. Following Linux norms, this project will be open-sourced, under the Apache License.

The Windows and Mac versions of Google Desktop has provided gadget hosting functionality on Windows and Mac for a while now and the Linux version of Google Gadgets will extend this platform to Linux users. By enabling cross-platform gadgets, a large library of existing gadgets are immediately available to Linux users. In addition, gadget developers will benefit from a much larger potential user base without having to learn a new API.

There's two main components to the application: one is a common gadget library responsible for running and presenting a gadget, and the other is a host program that allows the user to choose gadgets and run them on the desktop. Currently we have hosts written for GTK+ and QT, with the GTK+ host offering a sidebar similiar to that of Google Desktop for Windows.


8.04可以加入以下源:
代码:
deb http://ppa.launchpad.net/googlegadgets/ubuntu hardy main
deb-src http://ppa.launchpad.net/googlegadgets/ubuntu hardy main


然后
代码:
 sudo aptitude update & sudo aptitude install google-gadgets


安装完后运行:
代码:
ggl-gtk -s -bg

have fun


自己抓几个图





Tags: ubuntu Google Gadgets

分类:Ubuntu | 固定链接 | 评论: 0 | 引用: 0 | 查看次数: 95

图解禁用SCIM中的多余输入法

右键点击Ubuntu面板上的键盘图标,进入SCIM设置,在全局设置中去掉自己不需要的输入法,然后重启系统即可。我只保留了五笔和智能拼音,其它的用不着。

Tags: ubuntu SCIM 输入法

分类:Ubuntu | 固定链接 | 评论: 0 | 引用: 0 | 查看次数: 116

对于我来说《暴风影音3.6》就是一个垃圾!

Blender制作的开源电影 Big Buck Bunny 下载发布, 代号peach的这个计划是继orange( 作品elephant's dream)之后, Blender Foundation发起的第二个开源电影项目, 下载地址:http://forum.ubuntu.org.cn/viewtopic.php?t=127271

我下载了ogg格式的版本,用《暴风影音2007完美版》可以正常播放。后来下载了一个最新版本的《暴风影音3.6》,试试看有没什么改进。结果很令人失望,无法播放 ogg 格式的,并且仍然不支持音频设备的选择,而《暴风影音2007完美版》是可以的。对于像我这样安装双声卡,把视频输出到电视上看的用户来说,《暴风影音3.6》就是一个垃圾!

查看更多...

Tags: 暴风影音 开源电影 Big Buck Bunny

分类:咬文嚼字 | 固定链接 | 评论: 2 | 引用: 0 | 查看次数: 161
观看某些RMVB文件的时候会出现“GStreamer 遇到了常规流错误”的问题。

解决方法是:

1 在终端输入:
sudo apt-get remove totem-gstreamer

2 在终端输入:
sudo apt-get install totem-xine totem-mozilla totem

3 安装win32Codecs(已安装过的略过这一步)。点击这里下载DEB包

别外我还发现播放时显示的文件名也不再是乱码了,可谓一举两得!

Tags: ubuntu RMVB linux 电影

分类:Ubuntu | 固定链接 | 评论: 1 | 引用: 0 | 查看次数: 216
XHTML 1.0 Transitional Css Validator Feed Get firefox Creative Commons