#!/usr/bin/env xdg-open [Desktop Entry] Type=Application Name=Python3 Name[fr_FR]=Python3 Comment=Launch the Python interpreter Icon=application-x-executable OnlyShowIn=GNOME; Exec=gnome-terminal --hide-menubar --title=Python3 --window -e python3 Terminal=true Categories=Development;GTK;ConsoleOnly; StartupNotify=false