desktop entry creator
1.0.0
A user-friendly GUI for creating desktop entries for installed applications on Linux.
Install the required system packages:
sudo dnf install python3-devel cairo cairo-devel python3-cairo gobject-introspection gobject-introspection-devel cairo-gobject cairo-gobject-develsudo apt install python3-dev libcairo2 libcairo-dev python3-cairo libgirepository-1.0-1 libgirepository1.0-dev libcairo-gobject2Install using pip:
pip install desktop-entry-creatorpipenv --threepipenv shell
pipenv install --devapp.py located under the desktop_entry_creator directory to launch the GUI:
./desktop_entry_creator/app.pyThis project is licensed under the terms of the GPL v3 license.