https://github.com/maoschanz/nautilus-launcher-creator
[NOT WORKING] A nautilus extension providing an advanced dialog in order to create a launcher (.desktop file) for any file.
https://github.com/maoschanz/nautilus-launcher-creator
gnome nautilus
Last synced: 9 months ago
JSON representation
[NOT WORKING] A nautilus extension providing an advanced dialog in order to create a launcher (.desktop file) for any file.
- Host: GitHub
- URL: https://github.com/maoschanz/nautilus-launcher-creator
- Owner: maoschanz
- License: gpl-3.0
- Created: 2018-05-25T19:22:03.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-04-29T23:17:09.000Z (over 6 years ago)
- Last Synced: 2025-01-18T22:48:53.540Z (10 months ago)
- Topics: gnome, nautilus
- Language: Python
- Homepage:
- Size: 47.9 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Nautilus extension: Launcher creator
A nautilus extension providing an advanced dialog in order to create a launcher (.desktop file) for any file.
## How it works
- Right-click on a file, click on the "Create a launcher" menu item
- Give a name to the launcher. If the file isn't executable, you should use the type "Link" instead of "Application" (it will not be displayed in menus)
- Optionally a short description and a list of [categories](https://standards.freedesktop.org/menu-spec/latest/apa.html) and keywords
- Select an icon
## How to install
- Install the package `python-nautilus` (it's its name on Debian at least).
- Download the code, make `install.sh` executable, and execute it.
- Quit (and restart) Nautilus, and then it should works.