分页: 1 / 1

flock-1.0在Gutsy中无法启动[已解决]

发表于 : 2007-11-03 7:25
shazihoo
在终端运行如下:
rober@ROBERHU:~$ sh /opt/flock/flock
[07:25:49.258 flock:logger:debug] observed 'app-startup' notification
[07:25:49.299 flock:profiler:debug] start time reported by sysinfo:
[07:25:49.300 flock:profiler:info] construction time: 1194045949299
[07:25:49.522 flock:componentToolkit:info] component toolkit object created
[07:25:49.523 flock:componentToolkit:info] .addAllInterfaces('profiler')
[07:25:49.526 flock:flockRDFService:debug] initializing
[07:25:49.911 flock:flockRDFService:info] starting up...
[07:25:49.912 flock:flockRDFService:debug] starting rdf load
[07:25:49.927 flock:flockRDFService:debug] finished rdf load
[07:25:49.971 flock:indexer:info] starting up...
[07:25:50.296 flock:indexer:info] indexing enabled
[07:25:50.389 flock:feedmanager:info] starting up...
[07:25:50.440 flock:feedmanager:info] created context for news
[07:25:50.473 flock:feedmanager:info] created context for livemarks
[07:25:50.568 flock:favoritesService:info] Created Favorites Service Object
[07:25:50.606 flock:favoritesService:info] .deleteTransients()
[07:25:50.607 flock:favoritesService:info] deleting transients of type 'OnlineBookmarksStream'
[07:25:50.608 flock:favoritesService:info] deleting transients of type 'MediaQuery'
[07:25:50.609 flock:favoritesService:info] flock favorites data source set up
Segmentation fault (core dumped)

发表于 : 2007-11-04 0:49
terrace
我遇到完全一样的问题 :!:

发表于 : 2007-11-04 0:59
terrace
I solved the problem, it's the SCIM that make it crash,
just add the following lines at the begining of the flock script:

代码: 全选

GTK_IM_MODULE=xim
export $GTK_IM_MODULE
Cheers

发表于 : 2007-11-04 8:13
shazihoo
terrace 写了:I solved the problem, it's the SCIM that make it crash,
just add the following lines at the begining of the flock script:

代码: 全选

GTK_IM_MODULE=xim
export $GTK_IM_MODULE
Cheers
Thanks.
Disable SCIM, how to input Chinese in flock?

发表于 : 2007-11-04 9:37
terrace
shazihoo 写了:
terrace 写了:I solved the problem, it's the SCIM that make it crash,
just add the following lines at the begining of the flock script:

代码: 全选

GTK_IM_MODULE=xim
export $GTK_IM_MODULE
Cheers
Thanks.
Disable SCIM, how to input Chinese in flock?
you dont need to disable SCIM,and you can still input 中文 with SCIM :lol:

发表于 : 2007-11-05 19:24
rucstudent
terrace 写了:I solved the problem, it's the SCIM that make it crash,
just add the following lines at the begining of the flock script:

代码: 全选

GTK_IM_MODULE=xim
export $GTK_IM_MODULE
Cheers
I thought you can not input Chinese in flock because of your English-only expression.

发表于 : 2007-11-05 22:11
coffer
flock有bin的软件包,解压出来就能运行,建议用bin版本,我目前使用的就是1.0的版本,非常好用

发表于 : 2007-11-06 21:24
imacee
I solved the problem, it's the SCIM that make it crash,
just add the following lines at the begining of the flock script:
代码:
GTK_IM_MODULE=xim
export $GTK_IM_MODULE

Cheers
Where is the flock script

发表于 : 2007-11-10 0:36
terrace
Where is the flock script
/opt/flock/flock

代码: 全选

#!/bin/sh
GTK_IM_MODULE=xim
export $GTK_IM_MODULE
#
...

发表于 : 2007-11-10 10:38
shazihoo
terrace 写了:
shazihoo 写了:
terrace 写了:I solved the problem, it's the SCIM that make it crash,
just add the following lines at the begining of the flock script:

代码: 全选

GTK_IM_MODULE=xim
export $GTK_IM_MODULE
Cheers
Thanks.
Disable SCIM, how to input Chinese in flock?
you dont need to disable SCIM,and you can still input 中文 with SCIM :lol:
It is perfect!
Thanks!

发表于 : 2007-11-24 22:32
arsui
terrace 写了:
shazihoo 写了:
terrace 写了:I solved the problem, it's the SCIM that make it crash,
just add the following lines at the begining of the flock script:

代码: 全选

GTK_IM_MODULE=xim
export $GTK_IM_MODULE
Cheers
Thanks.
Disable SCIM, how to input Chinese in flock?
you dont need to disable SCIM,and you can still input 中文 with SCIM :lol:
不明白,怎么样不禁用sicm启动flock? :(

发表于 : 2007-12-28 12:55
openview
我从getdeb上下载的1.0的包
安装后在/usr/share/flock/flock上加了

代码: 全选

GTK_IM_MODULE=xim
export $GTK_IM_MODULE
但是运行时还是报错,如下

代码: 全选

[12:57:23.284 flock:logger:debug] observed 'app-startup' notification
[12:57:23.290 flock:profiler:debug] start time reported by sysinfo:
[12:57:23.290 flock:profiler:info] construction time: 1198817843290
[12:57:23.303 flock:componentToolkit:info] component toolkit object created
[12:57:23.303 flock:componentToolkit:info] .addAllInterfaces('profiler')
[12:57:23.304 flock:flockRDFService:debug] initializing
[12:57:23.369 flock:flockRDFService:info] starting up...
[12:57:23.369 flock:flockRDFService:debug] starting rdf load
[12:57:23.370 flock:flockRDFService:debug] finished rdf load
[12:57:23.377 flock:indexer:info] starting up...
[12:57:23.429 flock:indexer:info] indexing enabled
[12:57:23.454 flock:feedmanager:info] starting up...
[12:57:23.480 flock:feedmanager:info] created context for news
[12:57:23.487 flock:feedmanager:info] created context for livemarks
[12:57:23.516 flock:favoritesService:info] Created Favorites Service Object
[12:57:23.539 flock:favoritesService:info] .deleteTransients()
[12:57:23.540 flock:favoritesService:info]  deleting transients of type 'OnlineBookmarksStream'
[12:57:23.541 flock:favoritesService:info]  deleting transients of type 'MediaQuery'
[12:57:23.541 flock:favoritesService:info] flock favorites data source set up
Segmentation fault (core dumped)
有人知道怎么解决吗?