.desktop launcher for python module

PHOTO EMBED

Sat May 27 2023 15:16:22 GMT+0000 (Coordinated Universal Time)

Saved by @vs #bash

#!/usr/bin/env xdg-open
[Desktop Entry]
Encoding=UTF-8
Name = Bibtex Converter
Exec = /path/to/module/my_module
Version = 1.0
Icon = /path/to/module/icon.png
Path = /path/to/module/
Type = Application
NoDisplay = false
Categories = Utility;Application;
content_copyCOPY

https://askubuntu.com/questions/1145501/how-to-launch-a-python-script-from-desktop-launcher-in-ubuntu-19-04