The Application Launcher "Xxx.desktop" in Ubuntu has not been flagged as a trusted issue: http://www.tuicool.com/articles/fIBJ32n
Eclipse Issue: Prefences toolbar switch unresponsive, need to modify the Eclipse.init configuration file, on the top plus
--launcher. Gtk_version
2
--launcher.library
Can
Eclipse Configure desktop icon to start:
sudo touch eclipse.desktop (created under/usr/share/applications/eclipse.desktop if you want to configure eclipse in the boot bar)
sudo vim eclipse.desktop
File content Input:
[Desktop Entry]
Encoding=utf-8
Name=eclipse
Comment=eclipse
Exec=/home/zhoushuo/app/eclipse/eclipse
icon=/home/zhoushuo/app/eclipse/icon.xpm
Terminal=false
Startupnotify=true
Type=application
Categories=application;development;
Save
Execute: sudo chmod u+x eclipse.desktop turn it into an executable file.
sudo nautilus means to access the file as an administrator, find the untrusted icon, right-click Properties, Permissions tab, and allow the file to be ticked as a program execution.
Http://www.linuxidc.com/Linux/2016-07/133482.htm
http://www.tuicool.com/articles/fIBJ32n
Eclipse Install SVN plugin
An error occurred while collecting items to be installed
Session context was: (Profile=epp.package.jee, Phase=org.eclipse.equinox.internal.p2.engine.phases.collect, operand =, action=).
Unable to read repository at HTTP://SUBCLIPSE.TIGRIS.ORG/UPDATE_1.8.X/PLUGINS/ORG.TIGRIS.SUBVERSION.SUBCLIPSE.DOC_ 1.3.0.jar.
Connection Reset
Updated multiple error, solution
The Eclipse default network uses a local proxy and is modified as a direct connection:
Windows > Preferences then General > Network Connections modified to:
Direct Connection
The virtual machine does not start after forcing the computer to shut down:
sudo apt-get install dkms
SUDO/SBIN/RCVBOXDRV Setup
Run these two lines of command to resolve
Add desktop launch shortcuts for eclipse in Ubuntu