Error (in GTK?) when trying to install EclipseXul

2019-08-02 07:22发布

When installing EclipseXul plugin on EclipsePHP, it says:

Cannot complete the install because one or more required items could not be found. Software currently installed: Shared profile 1.0.0.1288098146566 (SharedProfile_epp.package.php 1.0.0.1288098146566) Missing requirement: Shared profile 1.0.0.1288098146566 (SharedProfile_epp.package.php 1.0.0.1288098146566) requires 'SharedProfile_epp.package.php [1.0.0.1288098145696]' but it could not be found

Any idea what's wrong?

--update

When running from the terminal, I can see a message, when I open the updates windows:

** (Eclipse:3364): CRITICAL **: murrine_style_draw_box: assertion `height >= -1' failed

Recently I have my whole home folder deleted by a script. Maybe there's something with this.. But I just downloaded a brand new Eclipse installation and put it in my /home/eclipse/ folder.

3条回答
爷的心禁止访问
2楼-- · 2019-08-02 07:52

It seems your current user doesn't have write permission on your eclipse installation, so eclipse creates share configuration to manage the installation and other configurations. But eclipse has several bugs related to share installation on 3.6.

Try to install your eclipse in a folder that has write permission, then install other plug-ins.

查看更多
祖国的老花朵
3楼-- · 2019-08-02 07:59

For Windows Users:

  • Uncheck the Eclipse folder read only permission.
  • Choose to run Eclipse as Administrator in Compatibility tab.
查看更多
放荡不羁爱自由
4楼-- · 2019-08-02 08:12

I got this same error in Win7 when I copied from the Eclipse .zip straight to Program Files. Eclipse would run, but apparently didn't have write permissions. Moving it somewhere else fixed it.

查看更多
登录 后发表回答