我已经通过Ubuntu软件中心安装了Kile。
我想启动它。在启动时,我收到以下消息:

如果我选择“否”或“是”程序崩溃,这并不重要。
这是终端输出:
$ kile
kile(9782)/kdecore (KLibrary) findLibraryInternal: plugins should not have a 'lib' prefix: "libkonsolepart.so"
kile(9782)/konsole Konsole::Session::run: Attempted to re-run an already running session.
The program 'kile' received an X Window System error.
This probably reflects a bug in the program.
The error was 'BadWindow (invalid Window parameter)'.
(Details: serial 1443 error_code 3 request_code 20 minor_code 0)
(Note to programmers: normally, X errors are reported asynchronously;
that is, you will receive the error a while after causing it.
To debug your program, run it with the --sync command line
option to change this behavior. You can then get a meaningful
backtrace from your debugger if you break on the gdk_x_error() function.)
kile(9782)/konsole Konsole::SessionManager::~SessionManager: Konsole SessionManager destroyed with sessions still alive 我尝试过运行kile --sync,但结果是一样的。
请帮帮忙。我需要它来完成我的科学硕士论文。
发布于 2013-07-07 07:11:56
第一次以根权限启动它:
sudo kile下一次它应该正常开始。这可能反映了程序中的一个错误。
发布于 2013-07-06 11:20:12
也许您需要更新它,下面是Raring的更新链接:http://www.ubuntuupdates.org/package/core/raring/universe/base/kile
https://askubuntu.com/questions/317045
复制相似问题