Software Archive
Read-only legacy content
17061 Discussions

Intel Software Desktop Environment Menu Integration

Rene_Oertel
Novice
258 Views

Dear community,

I've created some Linux desktop files hopefully useful for integration of the Intel Parallel Studio XE 2015 GUI tools in the common desktop environments menu through desktop entries. The files are published under public domain.

cat /usr/share/applications/iadvi.desktop
[Desktop Entry]
Type=Application
Name=Intel Advisor XE 2015
GenericName=Intel Advisor XE 2015
Comment=Threading Design & Prototyping
Icon=/opt/intel/advisor_xe_2015/documentation/en/welcomepage/get_started_files/images/advi_icon.gif
Exec=sh -c '. /opt/intel/advisor_xe_2015/advixe-vars.sh;advixe-gui'
Keywords=Intel;advisor;analyze;design;tune;check 
X-AppInstall-Keywords=Intel;advisor;analyze;design;tune;check
X-GNOME-Keywords=Intel;advisor;analyze;design;tune;check
Terminal=No
Categories=Development;
cat /usr/share/applications/iampl.desktop
[Desktop Entry]
Type=Application
Name=Intel VTune Amplifier XE 2015
GenericName=Intel VTune Amplifier XE 2015
Comment=Performance Profiler
Icon=/opt/intel/vtune_amplifier_xe_2015/documentation/en/welcomepage/get_started_files/images/ampl_icon.gif
Exec=sh -c '. /opt/intel/vtune_amplifier_xe_2015/amplxe-vars.sh;amplxe-gui'
Keywords=Intel;VTune;Amplifier;performance;profiler;
X-AppInstall-Keywords=Intel;VTune;Amplifier;performance;profiler;
X-GNOME-Keywords=Intel;VTune;Amplifier;performance;profiler;
Terminal=No
Categories=Development;
cat /usr/share/applications/iinsp.desktop
[Desktop Entry]
Type=Application
Name=Intel Inspector XE 2015
GenericName=Intel Inspector XE 2015
Comment=Memory & Thread Debugger
Icon=/opt/intel/inspector_xe_2015/documentation/en/welcomepage/get_started_files/images/insp_icon.png
Exec=sh -c '. /opt/intel/inspector_xe_2015/inspxe-vars.sh;inspxe-gui'
Keywords=Intel;Inspector;memory;thread;debugger
X-AppInstall-Keywords=Intel;Inspector;memory;thread;debugger
X-GNOME-Keywords=Intel;Inspector;memory;thread;debugger
Terminal=No
Categories=Development;
cat /usr/share/applications/itac.desktop
[Desktop Entry]
Type=Application
Name=Intel Trace Analyzer and Collector
GenericName=Intel Trace Analyzer and Collector
Comment=MPI Performance Profiler
Icon=/opt/intel/itac_latest/doc/get_started_files/images/itac_icon.png
Exec=sh -c '. /opt/intel/itac_latest/bin/itacvars.sh;traceanalyzer'
Keywords=Intel;trace;analyzer;collector;MPI;performance;profiler;
X-AppInstall-Keywords=Intel;trace;analyzer;collector;MPI;performance;profiler;
X-GNOME-Keywords=Intel;trace;analyzer;collector;MPI;performance;profiler;
Terminal=No
Categories=Development;

Feel free to edit and enhance the files as necessary. At the current state, they only use existing data (logos and scripts) from the default installation.

I have some notes for the Intel Software packager:

  1. Please add a more useful Icons to the default installation, e.g. in xpm format
  2. Distinct between XE and non-XE logos if necessary
  3. Create larger logos for actual desktop environments, i.e. 256x256 at least or as SVG
  4. Add the desktop-files from above to the default installation

Best regards,

René

0 Kudos
1 Reply
Hubert_H_Intel
Employee
258 Views

Dear René,

Thanks for your feedback! I'll think about your suggestions.

Regards, Hubert.

0 Kudos
Reply