Arronax is a program to create and modify starters (technically: .desktop files) for applications and locations (URLs).
https://www.florian-diesch.de/software/arronax/
- Python 96.3%
- Roff 1.7%
- Makefile 1.2%
- Shell 0.8%
|
|
||
|---|---|---|
| arronax | Released v0.8.1 | |
| data | Released v0.8.0 | |
| debian | Released v0.8.1 | |
| plugins | Fixed plugins | |
| po | Released v0.8.1 | |
| scripts | * Added scripts/* | |
| COPYING | * Added COPYING | |
| Makefile | * Makefile | |
| MANIFEST.in | Added manpage | |
| NEWS.txt | * NEWS.txt | |
| README.txt | Updatede README.txt | |
| run.py | * Ported to Python3 (except for plugins) | |
| setup.cfg | Released v0.8.1 | |
| setup.py | Added Thunar plugin | |
.. -*- coding: utf-8 -*- ========= Arronax ========= `Arronax <http://www.florian-diesch.de/software/arronax/>`__ is GUI program to create and edit starter files (*.desktop* files) for applications locations or URLs. It can be used as a standalone application or as plugins for the file managers Nautilus, Nemo and Caja. The plugins add a menu item "Create starter for this file" or "Create a starter for this program" to the context menu (that's the menu you get when you right-click a file) in the file manager. If the file is a application starter you get an item "Modify this starter" instead. On some desktop environments the plugins add a menu item "Create starter" to your desktop's context menu. Arronax supports most of the `keys <https://standards.freedesktop.org/desktop-entry-spec/latest/ar01s06.html>`__ specified by the `Desktop Entry Specification <https://standards.freedesktop.org/desktop-entry-spec/latest/index.html>`__ including `quicklists <https://standards.freedesktop.org/desktop-entry-spec/latest/ar01s11.html>`__. Requirements ------------ Arronax needs: * GTK 3.18 or later * Python 3.4 or later * PyGObject * nautilus-python for the Nautilus plugin * nemo-python for the Nemo plugin * caja-python for the Caja plugin License ------- You can use Arronax under the conditions of GPL v3 or later. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses/