=== maclin_ is now known as maclin [03:50] ypwong,happyaron, 最新的ISO测试发现keyring进去后sudo apt-get update还是报公钥的问题Bug #1306868 [03:50] bug 1306868 in Ubuntu Kylin "使用“sudo apt-get update”命令,报没有公钥" [Undecided,New] https://launchpad.net/bugs/1306868 [03:59] 而且软件中心默认启动后也只是显示少部分软件,更新源之后才恢复正常 Bug#1306871 [03:59] 按说ISO默认的源是更新好的才对,为什么还需要专门update? [04:13] maclin: 如果安装的时候没有联网,软件源就不会更新 [04:14] 按说制作ISO的时候更新过吧? [04:22] maclin: 我记得不会进入iso [04:23] happyaron,那是麻烦事情,需要软件第一次启动的时候自动update? [04:25] maclin: 没错 [06:19] happyaron 在不? [06:19] 最新镜像里边不是我们的公钥包吧? [06:22] 我们的密钥ID是198BF247 [06:23] 用gpg -k查看都不是我们的ID [06:29] shijing: 应该不是你们的 [06:29] shijing: 因为后来达成的一致是Canonical来完成编译和签名 [06:30] shijing: 最后传包的也不是我,是我们foundation team的老大 [06:32] aron:好的 [08:01] 为什么你们经常会ping timeout或者是类似的什么。我挂一整天都不会有问题 [08:45] ypwong, ping [08:48] ypwong, 昨天修改chromium默认搜索引擎有点bug,我是在13.10上测试的,14.04上有点问题,有些地方不能赋空值,http://paste.ubuntu.com/7238550/,这个是在14.04上的 [09:00] penghuan, thanks, 我看看 [09:04] penghuan,所以是  "favicon_url": "www.baidu.com", [09:04] "suggest_url": "www.baidu.com", 需要改,是吗? [09:08] ypwong,对,上面还有些地方要改吧,true改为false [09:08] ypwong,你直接用今天的替换掉原来的吧 [09:16] penghuan, import_search_engine是什么意思,为什么要false? [09:42] ypwong, 原来是true,好像就不行,改为false就可以了,不知道 [09:45] penghuan, 整个拿掉行吗? [09:45] ypwong,我试下 [09:45] thanks [09:49] ypwong,可以去掉 [09:49] penghuan, 赞 [10:04] ypwong,软件中心的这个bug(#bug 1306871)可能需要更新进去,你看还来得及不? [10:05] bug 1306871 in Ubuntu Kylin Software Center "软件中心只显示少部分软件,更新源后正常" [High,Fix committed] https://launchpad.net/bugs/1306871 [10:06] maclin__, 试试吧 [10:08] ypwong,好的,不该的话需要用户手工update一下,这个估计会比较麻烦 [11:57] FJKong_afk: [11:57] wuxiaoyi: ? === FJKong_afk is now known as FJKong [11:57] FJKong_afk: emit sougouStatusPrompt(..) [11:57] 导致程序崩溃 [11:58] wuxiaoyi: 哪个版本? [11:58] 你看下哦 [11:58] 最新 [11:59] wuxiaoyi: 是今天下午我更新的代码导致的么 [12:00] yes [12:00] emit sougouStatusPrompt( [12:00] / QString(map.find("/Fcitx/im").value()), [12:00] / QString(map.find("/Fcitx/punc").value()), [12:00] / QString(map.find("/Fcitx/fullwidth").value()), [12:00] / QString(map.find("/Fcitx/chttrans").value())); [12:00] 这里 [12:02] 哦 我看看 [12:02] 知道了 [12:05] wuxiaoyi: 你帮我再你的环境里打印一下 props.at(1).icon [12:05] 六个都打印 [12:05] 0 - 5 [12:06] ok [12:09] "fcitx" 0 [12:09] "fcitx-sogoupinyin" 1 [12:09] "fcitx-chttrans-inactive" 2 [12:09] "fcitx-punc-active" 3 [12:09] "fcitx-punc-active" 4 [12:09] "fcitx-fullwidth-inactive" 5 [12:09] 现在很奇怪 [12:09] 为啥你没有vk [12:09] 还有俩重复的? [12:09] 后端会发2个 fcitx-punc-active [12:09] 你更新了没? [12:10] 这明显不对啊 全角呢? [12:11] 你的小fcitx是不是有2个中英文标点 [12:11] 所以把vk顶到下一个index可 [12:11] 我看看 [12:12] 不是 [12:12] 就一个 [12:13] 从上到下分别是简体繁体 全角半角 中英文标点 虚拟键盘 [12:14] 饿额 [12:14] 额 [12:15] 现在这个很不靠谱 我发现 [12:15] 那怎么会有俩一样的 我操 [12:16] 那你打印label看看 [12:16] 你看看能不能找找规律,在前端做下过滤 [12:16] ... [12:16] 这也太奇葩了 [12:16] "fcitx" 0 [12:16] "fcitx-sogoupinyin" 1 [12:16] "fcitx-chttrans-inactive" 2 [12:16] "fcitx-punc-active" 3 [12:16] "fcitx-fullwidth-inactive" 4 [12:16] "fcitx-vk-inactive" 5 ‘ [12:16] "fcitx" 0 [12:16] 这怎么又对了? [12:16] "fcitx-sogoupinyin" 1 [12:16] "fcitx-chttrans-inactive" 2 [12:16] "fcitx-punc-active" 3 [12:16] "fcitx-punc-active" 4 [12:16] "fcitx-fullwidth-inactive" 5 [12:18] 我也不清楚后端怎么搞的 [12:19] 别打印icon 你看看label [12:19] 重复么 [12:19] 肯定一样嘛 [12:19] 一个结构体 [12:21] 你让lenky查一下后端 [12:21] 我这块加一个判断 [12:21] 待会提交 === FJKong is now known as FJKong_afk [13:19] ypwong,happyaron,现在要是更新软件中心的话需要走什么流程? [13:23] maclin: 直接找steve吧 [13:23] maclin: 没有流程可走了。 === maclin_ is now known as maclin === FJKong_afk is now known as FJKong === FJKong is now known as FJKong_afk