User Tools

Site Tools

blog:2020-03-27_create_eclipse_desktop_launcher



2020-03-27 Create eclipse Desktop Launcher

  • I need create a destop launcher for my installed eclipse.
  • So, my steps as follows:
    • 1, Create a file at desktop
      $gedit .local/share/applications/eclipse.desktop
    • 2, Copy and paste the contentbelow into the file and save
      [Desktop Entry]
      Name=Eclipse 2020-03
      Type=Application
      Terminal=false
      Exec=/home/jk/eclipse/cpp-2020-03/eclipse/eclipse
      Icon=/home/jk/eclipse/cpp-2020-03/eclipse/icon.xpm
      NoDisplay=false
      {{:blog:pasted:20200327-092217.png}}
      Becareful the file path.
    • 3, Change the file attribute into executable
      $chmod +x ~/Desktop/eclipse.desktop
      {{:blog:pasted:20200327-092320.png}}
  • Done.

References

    • Package Description
      • An IDE for C/C++ developers with Mylyn integration.
    • This package includes:
      • C/C++ Development Tools
      • Git integration for Eclipse
      • Mylyn Task List
      • Detailed features list
      • org.eclipse.epp.package.cpp.feature
      • org.eclipse.epp.package.common.feature
      • org.eclipse.platform
      • org.eclipse.epp.mpc
      • org.eclipse.cdt
      • org.eclipse.cdt.autotools
      • org.eclipse.cdt.build.crossgcc
      • org.eclipse.cdt.qt
      • org.eclipse.cdt.arduino
      • org.eclipse.cdt.cmake
      • org.eclipse.cdt.meson
      • org.eclipse.cdt.docker.launcher
      • org.eclipse.cdt.debug.gdbjtag
      • org.eclipse.cdt.debug.standalone
      • org.eclipse.cdt.debug.ui.memory
      • org.eclipse.cdt.launch.remote
      • org.eclipse.cdt.launch.serial.feature
      • org.eclipse.cdt.testsrunner.feature
      • org.eclipse.cdt.mylyn
      • org.eclipse.launchbar
      • org.eclipse.launchbar.remote
      • org.eclipse.egit
      • org.eclipse.linuxtools.cdt.libhover.feature
      • org.eclipse.linuxtools.cdt.libhover.devhelp.feature
      • org.eclipse.linuxtools.changelog.c
      • org.eclipse.linuxtools.gcov
      • org.eclipse.linuxtools.gprof.feature
      • org.eclipse.linuxtools.rpm
      • org.eclipse.linuxtools.valgrind
      • org.eclipse.mylyn.bugzilla_feature
      • org.eclipse.mylyn.context_feature
      • org.eclipse.mylyn_feature
      • org.eclipse.mylyn.ide_feature
      • org.eclipse.mylyn.team_feature
      • org.eclipse.mylyn.wikitext_feature
      • org.eclipse.tm.terminal.feature
      • org.eclipse.tm.terminal.connector.cdtserial.feature
      • org.eclipse.tracecompass.gdbtrace
      • org.eclipse.tracecompass.lttng2.control
      • org.eclipse.tracecompass.lttng2.kernel
      • org.eclipse.tracecompass.lttng2.ust

TAGS

  • 328 person(s) visited this page until now.

Permalink blog/2020-03-27_create_eclipse_desktop_launcher.txt · Last modified: 2020/03/27 14:34 by jethro

oeffentlich