我有一个相当广泛的项目计划规划师但是将我的桌面切换到 kubuntu 以摆脱 ubuntu 的统一桌面。
发出该命令sudo apt-get -s install planner
将得到以下输出:
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following NEW packages will be installed:
planner
0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded.
Inst planner (0.14.5-0ubuntu1 Ubuntu:11.10/oneiric [i386])
Conf planner (0.14.5-0ubuntu1 Ubuntu:11.10/oneiric [i386])
我有以下问题:
- 有没有办法让规划器在 kubuntu 中工作?
- kubuntu 中是否有其他项目规划软件?
- 什么原因,为什么它不运行?
答案1
您可以混合使用基于 GTK (Gnome) 和 Qt (KDE) 的应用程序。使用 KDE/Kubuntu 桌面,Gnome 应用程序将安装所需的 GTK 库。
这里使用 Kubuntu 11.10(模拟):
:~$ sudo apt-get -s install planner
正在读取软件包列表...完成
构建依赖关系树
正在读取状态信息...完成
将会安装以下额外的软件包:
gconf2 gconf2-common libart-2.0-2 libgconf2-4 libglade2-0 libgnomecanvas2-0 libgnomecanvas2-common libgtk-3-0 libgtk-3-bin
libgtk-3-common librarian0 rarian-compat scrollkeeper建议的软件包:
gconf-默认-服务 librsvg2-通用 gvfs
将会安装以下新软件包:
gconf2 gconf2-common libart-2.0-2 libgconf2-4 libglade2-0 libgnomecanvas2-0 libgnomecanvas2-common libgtk-3-0 libgtk-3-bin libgtk-3-common librarian0 规划器 rarian-compat scrollkeeper
- - 编辑 - -
嗯 - 那是一个模拟 ;)
man apt-get
s, --simulate, --just-print, --dry-run, --recon, --no-act
No action; perform a simulation of events that would occur but do not actually
change the system.
例子
使用命令安装
sudo apt-get install planner
尝试启动 Planner
K > 应用程序 > 办公 > 项目管理
似乎有问题。从控制台启动时,规划器给出错误消息:
The program 'planner' received an X Window System error.
This probably reflects a bug in the program.
The error was 'BadAccess (attempt to access private resource denied)'.
(Details: serial 764 error_code 10 request_code 152 minor_code 1)
(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.)
尝试#1
关闭桌面效果(Alt+Shift+F12)。系统设置 > 桌面效果。
稍微好一点。计划程序正在启动,但计划程序窗口是空白的。
尝试#2
打开桌面效果并将 GTK 小部件样式改为 Raleigh。系统设置 > 应用程序外观 > GTK+ 外观。
现在,规划器正在启动并且规划器窗口可供读取。
--- 编辑 #2----
KDE 项目规划器应用程序是 KPlato:http://www.kde.org/applications/office/kplato/。我无法说出它的状态(好/坏)。包裹是 kplato。