系统:全新的Xubuntu 14.04.3 LTS 64-bit虚拟机系统
安装:源码编译安装(https://github.com/mate-desktop/engrampa )
我是参考这文章的步骤来安装的:http://zlamalp.blogspot.sg/2015/08/engr ... hunar.html
为了方便大家不用跳墙访问,原文章的步骤复制粘贴在这:
Engrampa as archive manager for Thunar on Ubuntu 15.04
Install dependencies
sudo apt-get install mate-common yelp-tools libgtk2.0-dev
Checkout sources
git clone https://github.com/mate-desktop/engrampa.git
cd engrampa
Compile and install
./autogen.sh --prefix=/usr --with-gtk=2.0 --disable-static --disable-packagekit --disable-caja-actions --libexecdir=/usr/lib/engrampa
make
sudo make install
Integrate with Thunar
Copy file:
https://github.com/manjaro/packages-com ... grampa.tap
to
/usr/lib/x86_64-linux-gnu/thunar-archive-plugin/engrampa.tap
cd /usr/lib/x86_64-linux-gnu/thunar-archive-plugin/
sudo chmod 755 engrampa.tap
编译安装过程中的「三大步」我很谨慎,一步一步来执行的,并且每次完成后立即 echo $?,返回值都是“0”
最后,我在打开engrampa时直接报错:
代码: 全选
kashu@kashu:/opt/eng/bin$ ./engrampa
(engrampa:2020): GLib-GIO-ERROR **: Settings schema 'org.mate.engrampa.listing' is not installed
跟踪/断点陷阱 (核心已转储)
直接把/opt/eng全部删除,并重新编译安装,打开后错误依旧。
在网上看了下歪果人的遭遇,也有人碰到这种问题,但没看到他们如何解决的……[/size]