Xfce Shortcut zu Quartus + GtkTerm

Shortcut

Als Application im Main Menu

[Desktop Entry]
Name=Repetier-Host
Exec=mono RepetierHost.exe -home /opt/RepetierHost&
Type=Application
StartupNotify=true
Comment=Repetier-Host 3d printer host software
Path=/opt/RepetierHost
Icon=/opt/RepetierHost/repetier-logo.png
Comment[en_US.UTF-8]=Repetier Host
Name[en_US]=Repetier-Host
[Desktop Entry]
Encoding=UTF-8
Name=Quartus
GenericName=Quartus II
Comment=FPGA Tool
Exec=/opt/altera9.1/quartus/bin/quartus
Icon=/opt/altera9.1/quartus/adm/quartusii.png
Terminal=false
Type=Application
Categories=Others
[Desktop Entry]
Encoding=UTF-8
Name=GtkTerm
GenericName=GtkTerm
Comment=Serial Terminal
Exec=gtkterm
Icon=Terminal
Terminal=false
Type=Application
Categories=Others;
Path=
StartupNotify=false
[Desktop Entry]
Encoding=UTF-8
Name=Industrial HiVision 04.4.00
GenericName=Industrial HiVision
Comment=
Exec=/opt/ihivision04400/bin/HiVision
Icon=/opt/ihivision04400/images/ihivision_op32x32.png
Terminal=false
Type=Application
Categories=Network

Als Launcher

[Desktop Entry]
Encoding=UTF-8
Name=GtkTerm
GenericName=GtkTerm
Comment=Serial Terminal
Exec=gtkterm
Icon=gnome-nettool
Terminal=false
Type=Application
Categories=Others;
Path=
StartupNotify=false
X-XFCE-Source=file:///home/ines/.local/share/applications/gtkterm.desktop

Kann auch bei /home/andreas/.config/xfce4/panel/launcher-17 sein.

Siehe auch Spezifikation:
Desktop files: putting your application in the desktop menus
Desktop Menu Specification
GNOME MenĂ¼

Environment Variable

#!/bin/sh

export ALTERADIR=/opt/altera9.1
export LM_LICENSE_FILE=1234@license.bachi.net
export QUARTUS_ROOTDIR=$ALTERADIR/quartus
export SOPC_KIT_NIOS2=$ALTERADIR/nios2eds
export PATH=$PATH:$ALTERADIR/quartus/bin:$ALTERADIR/nios2eds/bin:$ALTERADIR/nios2eds/bin/nios2-gnutools/H-i686-pc-linux-gnu/bin:$ALTERADIR/quartus/linux

# Lade die default config im gleichen Prozess
. /etc/xdg/xfce4/xinitrc
#!/bin/sh

export ALTERADIR=/opt/altera/14.1
export LM_LICENSE_FILE=1234@license.bachi.net
export QUARTUS_ROOTDIR=$ALTERADIR/quartus
export SOPC_KIT_NIOS2=$ALTERADIR/nios2eds
export PATH=$ALTERADIR/nios2eds/bin/gnu/H-x86_64-pc-linux-gnu/bin:$ALTERADIR/nios2eds/sdk2/bin:$ALTERADIR/nios2eds/bin:$ALTERADIR/modelsim_ase/linuxaloem:$ALTERADIR/quartus/bin:$ALTERADIR/quartus/sopc_builder/bin:$PATH

# Lade die default config im gleichen Prozess
. /etc/xdg/xfce4/xinitrc

ArchLinux Xfce

Leave a Reply

Your email address will not be published. Required fields are marked *