Skip to content

Instantly share code, notes, and snippets.

@aliemo
Last active January 10, 2023 23:09
Show Gist options
  • Save aliemo/27d7c04a9e000e138a12320519fc749a to your computer and use it in GitHub Desktop.
Save aliemo/27d7c04a9e000e138a12320519fc749a to your computer and use it in GitHub Desktop.
Create Launcher for Xilinx ISE on Linux (Ubuntu verified)

Xilinx ISE Launcher

  1. Create a file with name **XilinxISE.desktop**in ~/.local/share/applications/

  2. Due to the path on ISE installation fill it via bellow: (for example: /tools/Xilinx/14.7/)

#!/usr/bin/env xdg-open
[Desktop Entry]
Version=1.0
Type=Application
Name=Xilinx ISE
Exec=bash -c "unset LANG && unset QT_PLUGIN_PATH && source /tools/Xilinx/14.7/ISE_DS/settings64.sh && ise"
Icon=/tools/Xilinx/14.7/ISE_DS/ISE/data/images/pn-ise.png
Categories=Development;
Comment=Xilinx ISE
StartupWMClass=_pn
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment