- 博客(12)
- 资源 (1)
- 收藏
- 关注
原创 从bug看DDE底层 dbus
使用service networking restart命令重启网络后,桌面环境崩溃 整个主题都挂了。。。。。。 还有托盘的电源等等。。。深度截图也挂了,不能启动这个是由于system-dbus没有了导致的(networking其实是upstart )大家测试的时候可以使用这个命令sudo /etc/init.d/networking restart;
2013-08-16 09:15:07 1336
原创 在桌面打不开可执行文件 (application/x-executable)的软链
https://tower.im/projects/1c0cd0c59ef941298c6e6b2ba6833b91/todos/2f15e4af1bf94dacbf95555b5c9f2b32/** (desktop:15361): DEBUG: activate_file: 到 dock 的链接** (desktop:15361): DEBUG: content_type: applicati
2013-08-05 16:29:20 5127 1
原创 从nautilus看用户习惯、用户方便、代码标准之争
一、先说说nautilus 是到底怎么做的:相关源码如下:config_file = g_build_filename (g_get_user_config_dir (), "user-dirs.dirs", NULL);file = g_file_new_for_path (config_file);cached_xdg_dirs_monitor =
2013-08-05 13:17:23 988
原创 DDE后端之dentry(三):用bug说明对symbolic_link的处理
bug见tower:https://tower.im/projects/1c0cd0c59ef941298c6e6b2ba6833b91/todos/3d7855eea6cb4beda149c9754a736717/#e5910d43abda42c5b07e554e97c3f0ea重现方式:(注此bug已于20130716日修复)首先在文件管理器中创建一个文件夹的软链(文件
2013-08-02 17:22:59 871
原创 DDE后端之dentry(二):从测试中发现的不足和bug
DDE后端之dentry(一):从测试经验看运行机制http://kms.linuxdeepin.com/?p=2214上面一篇文章和这篇应该一起看,建议先看第一篇文章。dentry源码:https://github.com/linuxdeepin/dde/tree/develop/lib/dentry测试代码源码:https://github.com/linuxd
2013-08-02 17:22:15 1542
原创 DDE后端之dentry(一):从测试经验看运行机制 (move copy trash delete)
本文主要讲解 dentry_move dentry_copy dentry_trash dentry_delete 相关机制、联系、区别.dentry源码:https://github.com/linuxdeepin/dde/tree/develop/lib/dentry测试代码源码:https://github.com/linuxdeepin/dde/tree/deskto
2013-08-02 17:20:29 1231
原创 DDE后端之dentry(四):traverse_directory
dentry源码:https://github.com/linuxdeepin/dde/tree/develop/lib/dentry测试代码源码:https://github.com/linuxdeepin/dde/tree/desktop_test/app/desktop/test初始源码:(有很多Bug)// src ---> data->dest//
2013-08-02 17:19:44 1872
原创 DDE后端(非dentry):测试中发现的不足和bug
inotify源码:https://github.com/linuxdeepin/dde/tree/develop/app/desktop测试代码源码:https://github.com/linuxdeepin/dde/tree/desktop_test/app/desktop/test1. handle_rename()内存溢出[ 19%] Testing handle_r
2013-08-02 17:19:09 807
原创 DDE前端(一):DesktopEntry拖动顺序详解
源代码:https://github.com/linuxdeepin/dde/blob/develop/resources/desktop/js/desktop_item.coffee本文先主要讲解drag的几个顺序。具体关于拖动,再做一篇文章。首先分清归属:src: do_dragstart do_dragenddest:do_dragenter d
2013-08-02 17:18:36 1061
原创 DDE前端(二):item分类
源代码:https://github.com/linuxdeepin/dde/blob/develop/resources/desktop/js/desktop_item.coffeeclass Item extends Widgetclass DesktopEntry extends Item1. class Folder extends DesktopEntry
2013-08-02 17:18:02 1226
原创 DDE前端(三):桌面item拖动详解
源代码:https://github.com/linuxdeepin/dde/blob/develop/resources/desktop/js/desktop_item.coffee _DND_DATA_TYPE_NAME_ = "text/operate-type"_DND_DESKTOP_MARK_ = "desktop_internal"_SET_DND_IN
2013-08-02 17:14:27 1058
原创 DDE前端(四):缩略图set_icon (get_thumbnails)
一、 缩略图不完整https://tower.im/projects/1c0cd0c59ef941298c6e6b2ba6833b91/todos/e1b395bcf0514678949ac17c7a89d538/现在已经可以显示完整的缩略图了解决方案如下:1.后端添加时间检测,THUMBNAILS_CREATEION_DELAY = 3s后才返回thumb
2013-08-02 17:13:31 838
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人