Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hezkore/nautilus-desktop-file
A script for creating desktop files via Nautilus
https://github.com/hezkore/nautilus-desktop-file
bash desktop-file nautilus nautilus-scripts script
Last synced: 20 days ago
JSON representation
A script for creating desktop files via Nautilus
- Host: GitHub
- URL: https://github.com/hezkore/nautilus-desktop-file
- Owner: Hezkore
- Created: 2023-03-17T21:09:03.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2023-03-17T21:09:06.000Z (almost 2 years ago)
- Last Synced: 2024-12-13T11:59:13.832Z (21 days ago)
- Topics: bash, desktop-file, nautilus, nautilus-scripts, script
- Language: Shell
- Homepage:
- Size: 1000 Bytes
- Stars: 5
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# [Nautilus](https://gitlab.gnome.org/GNOME/nautilus) - Make [Desktop](https://specifications.freedesktop.org/desktop-entry-spec/desktop-entry-spec-latest.html#introduction) File Script
A simple script to create a [desktop](https://specifications.freedesktop.org/desktop-entry-spec/desktop-entry-spec-latest.html#introduction) file for any executable in [Nautilus](https://gitlab.gnome.org/GNOME/nautilus).\
Right click any executable, go to "Scripts" and select "Make Desktop File".Desktop files are used to launch applications from the desktop, menus, and other locations.\
They'll be stored in `~/.local/share/applications/` and will be named after the executable.# Installation
1. Git clone _(recommended)_ or download
2. Symlink _(recommended)_ or extract to `~/.local/share/nautilus/scripts`# Updating
If you used Git clone and symlinked the script; all you have to do is run `git pull` in the Git cloned directory to update the files.\
Otherwise, you'll have to re-download all the files and extract them to your nautilus scripts folder on each update.