Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/madmurphy/nautilus-launch
A simple Nautilus extension that allows to run executables and launchers via right-click menu
https://github.com/madmurphy/nautilus-launch
c desktop file-manager gnome gnu launcher nautilus nautilus-extension
Last synced: 1 day ago
JSON representation
A simple Nautilus extension that allows to run executables and launchers via right-click menu
- Host: GitHub
- URL: https://github.com/madmurphy/nautilus-launch
- Owner: madmurphy
- License: gpl-3.0
- Created: 2020-10-08T07:51:32.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2022-10-28T19:33:46.000Z (about 2 years ago)
- Last Synced: 2023-02-26T16:05:32.243Z (over 1 year ago)
- Topics: c, desktop, file-manager, gnome, gnu, launcher, nautilus, nautilus-extension
- Language: C
- Homepage:
- Size: 62.5 KB
- Stars: 7
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README
- Changelog: ChangeLog
- License: COPYING
Awesome Lists containing this project
README
Nautilus Launch
===============A simple Nautilus extension that allows to run executables and launchers via
right-click menuUsage
-----Just install the extension, restart Nautilus and right-click on a launcher or
an executable. Launchers need to be valid in order to show the “Launch” menu
item.Get involved
------------The package needs help with internationalization. If a translation into your
language is missing and you wish to get involved, here is what to do.Let's say you want to create a Dutch translation of **Nautilus Launch** (`nl`).
This package comes with only eight strings to translate:1. “Error retrieving file's path”
2. “Launcher has become invalid”
3. “Error retrieving current working directory”
4. “Error retrieving launcher's path”
5. “Launch all”
6. “Launch all the selected applications”
7. “Launch”
8. “Launch the selected application”First thing to do is to make sure that **GNU Autotools** and **GNU gettext**
are installed on your system. Then clone this repository and launch the
following commands:``` sh
./bootstrap
make -C po nautilus-launch.pot
(cd po && msginit -l nl)
./bootstrap --clean
```Now edit the `po/LINGUAS` file and add a new line containing the abbreviated
name of the new language (`nl`).Finally, open the file `po/nl.po` and translate the two strings above. All you
have to do now is to commit your changes.For any issue, [drop a message][1].
NExtGen
-------This extension has been created using [NExtGen][2] Nautilus extension
generator.Free software
-------------**Nautilus Launch** is free software. You can redistribute it and/or modify it
under the terms of the GPL license version 3 or any later version. See
[COPYING][3] for details.[1]: https://gitlab.gnome.org/madmurphy/nautilus-launch/issues
[2]: https://gitlab.gnome.org/madmurphy/nextgen
[3]: COPYING