Tag Archives: gnome

gnome thumbnails的生成

在$HOME/.thumbnails/目录下有一系列的缩略图文件,以供系统调用。 其生成规律: md5(“file:///home/….”) 大小是128×96的PNG图片 不过,为了更好的cache,提高速度,这儿有讨论,拟把md5的hash拆分成目录。 http://lists.freedesktop.org/archives/xdg/2007-August/008749.html

Posted in Program | Tagged , , | Leave a comment

filechooser的一些缺点

关键的有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/

Posted in Linux | Tagged , , | Leave a comment

gnome 2.20 roadmap

gnome的下个版本的计划已经出来了,其中有几点我是比较期待的: ekiga 3.0 正式推出WIN32版本 evince 标注支持 evolution 增强的SPAM支持 备份/恢复的正式支持 自定义的标签 dictionary 要增加本地词典文件支持,有可能会支持stardict

Posted in Linux | Tagged , , , , | Leave a comment

MacStyleMenu for Gnome on ubuntu feisty

原始出处请参考: http://ubuntuforums.org/showthread.php?t=241868 也可以参考Wayne的说明: http://blog.waynezhang.com/2007/04/20/自己定制deb 具体的步骤:

Posted in Linux | Tagged , , , , , | 2 Comments

Lost trash icon in gnome

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 … Continue reading

Posted in Linux | Tagged , , , , | Leave a comment

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

原来一直用GNOME的系统管理菜单下的添加打印机来操作的,今天才知道还可以通过浏览器来进行控制: http://localhost:631/ 在DAPPER下我这台打印机(minolta PagePro 1200W)反应速度特别慢,不知道是哪儿的问题。 参考:http://www.hiweed.com/node/31

Posted in Linux | Tagged , | Leave a comment

在gnome中调整qt程序的外观

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

Posted in Linux | Tagged , | Leave a comment

使用anjuta编程

对于c/cpp来讲,在gnome下使用anjuta进行编程真是一件比较惬意的事情。 支持格式所进、自动编排、自动补齐函数、CVS… 同时试用了一下1.2.4版本和2.0.1版本,感觉2.0.1版本虽然增加了一些新功能,但还是不如1系列好用。 使用的时候2.0.1的功能基本都正常,但是IDE最基础的文本显示好像有问题,显示乱,而且还会自动的乱动,非常奇怪,调了一下各种参数,最后也没有找到解决的办法。

Posted in Linux, Program | Tagged , , | 1 Comment