gnome thumbnails的生成

Posted on 十月 16th, 2007 in Program | No Comments »

在$HOME/.thumbnails/目录下有一系列的缩略图文件,以供系统调用。

其生成规律:
md5("file:///home/....")
大小是128x96的PNG图片

不过,为了更好的cache,提高速度,这儿有讨论,拟把md5的hash拆分成目录。

http://lists.freedesktop.org/archives/xdg/2007-August/008749.html

filechooser的一些缺点

Posted on 九月 30th, 2007 in Linux | No Comments »

关键的有2个地方:
1、文件管理功能,包括文件的删除、重命名等。(file manage, like rename,delete a file)
2、缩略图预览(thumbnail)
3、显示文件大小(file size)
其中的讨论也很有意思。
对于1有很大争议,有些人认为文件打开窗口不是文件管理器,只需要关心文件打开的相关功能就可以了。而2基本上没有什么反对意见。我是支持2和3的,1也不反对。
I am expecting the thumbnail function in filechooser dialog in gnome 2.22

参考:
1 http://www.osnews.com/comment.php?news_id=18680, 关键是要评论
2 http://blogs.igalia.com/dape/2007/09/25/some-ideas-of-improvements-for-file-chooser/

gnome 2.20 roadmap

Posted on 五月 27th, 2007 in Linux | No Comments »

gnome的下个版本的计划已经出来了,其中有几点我是比较期待的:

ekiga 3.0
正式推出WIN32版本

evince
标注支持

evolution
增强的SPAM支持
备份/恢复的正式支持
自定义的标签

dictionary
要增加本地词典文件支持,有可能会支持stardict

MacStyleMenu for Gnome on ubuntu feisty

Posted on 五月 19th, 2007 in Linux | 2 Comments »

原始出处请参考

http://ubuntuforums.org/showthread.php?t=241868

也可以参考Wayne的说明:

http://blog.waynezhang.com/2007/04/20/自己定制deb

mac sytle menu
具体的步骤: Read the rest of this entry »

Lost trash icon in gnome

Posted on 五月 9th, 2007 in Linux | No Comments »

I get the following two error dialogs as the desktop completes loading after login:

1. The panel encountered a problem while loading "OAFIID:GNOME_Panel_TrashApplet"
Do you want to delete the applet from your configuration?

2. The panel encountered a problem while loading "OAFIID:GNOME_MixerApplet".
Do you want to delete the applet from your configuration?

这个问题是我在试验macmenu后发生的,肯定是其中安装的libgtk2.0-0_2.10.11+macmenu_i386这个包导致的问题,但是如何解决这个问题非常麻烦。
首先重新安装了libgtk2.0的官方包,问题依旧。
然后删除了gconf中apps/panel/中的相关内容,问题依旧。
把.gconf和.gconfd目录删除,问题依旧。
最后是重新安装这个包解决问题的:
sudo apt-get install --reinstall gnome-applets

添加打印机的另外一种方法

Posted on 十月 11th, 2006 in Linux | No Comments »

原来一直用GNOME的系统管理菜单下的添加打印机来操作的,今天才知道还可以通过浏览器来进行控制:

http://localhost:631/

在DAPPER下我这台打印机(minolta PagePro 1200W)反应速度特别慢,不知道是哪儿的问题。

参考:http://www.hiweed.com/node/31

在gnome中调整qt程序的外观

Posted on 三月 29th, 2006 in Linux | No Comments »

默认情况下,QT3或QT4的程序在GNOME下都采用了MOTIF样式,感觉比较丑。
这时可以安装qt4-config或qt3-config包。
然后运行
qtconfig-qt4
qtconfig-qt3
这是就可以直接调整其样式,特别是QT3的程序,默认情况下对中文支持的不好,需要用此来调整一下字体。
反之,若需要让gtk2的程序在KDE下更QT,可以安装gtk2-engines-gtk-qt包。

使用anjuta编程

Posted on 十月 30th, 2005 in Linux, Program | 1 Comment »

对于c/cpp来讲,在gnome下使用anjuta进行编程真是一件比较惬意的事情。
支持格式所进、自动编排、自动补齐函数、CVS...

同时试用了一下1.2.4版本和2.0.1版本,感觉2.0.1版本虽然增加了一些新功能,但还是不如1系列好用。
使用的时候2.0.1的功能基本都正常,但是IDE最基础的文本显示好像有问题,显示乱,而且还会自动的乱动,非常奇怪,调了一下各种参数,最后也没有找到解决的办法。