diesch/arronax
1
4
Fork
You've already forked arronax
0
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%
Find a file
2022年01月03日 19:08:42 +01:00
arronax Released v0.8.1 2022年01月03日 19:08:42 +01:00
data Released v0.8.0 2020年10月11日 23:53:29 +02:00
debian Released v0.8.1 2022年01月03日 19:08:42 +01:00
plugins Fixed plugins 2021年03月30日 19:09:47 +02:00
po Released v0.8.1 2022年01月03日 19:08:42 +01:00
scripts * Added scripts/* 2019年04月21日 17:43:02 +02:00
COPYING * Added COPYING 2019年04月21日 17:43:46 +02:00
Makefile * Makefile 2013年03月08日 20:00:58 +01:00
MANIFEST.in Added manpage 2019年04月24日 21:22:08 +02:00
NEWS.txt * NEWS.txt 2012年07月04日 17:47:27 +02:00
README.txt Updatede README.txt 2019年05月20日 19:04:18 +02:00
run.py * Ported to Python3 (except for plugins) 2019年03月31日 13:37:08 +02:00
setup.cfg Released v0.8.1 2022年01月03日 19:08:42 +01:00
setup.py Added Thunar plugin 2021年03月30日 18:45:10 +02:00

.. -*- 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/