Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/donadigo/appeditor
Edit application menu
https://github.com/donadigo/appeditor
Last synced: about 17 hours ago
JSON representation
Edit application menu
- Host: GitHub
- URL: https://github.com/donadigo/appeditor
- Owner: donadigo
- License: gpl-3.0
- Created: 2017-08-15T20:07:18.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2024-03-08T13:44:55.000Z (9 months ago)
- Last Synced: 2024-10-25T11:37:47.938Z (about 2 months ago)
- Language: Vala
- Size: 9.92 MB
- Stars: 205
- Watchers: 7
- Forks: 25
- Open Issues: 43
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-elementaryos - AppEditor - Edit application menu [:white_check_mark:](https://appcenter.elementary.io/com.github.donadigo.appeditor.desktop) (Applications / Customization)
README
# AppEditor
### Edit application menu![screenshot](Screenshot.png)
AppEditor allows you to edit application entries in the application menu. Some of its features include:
* Hide and show applications from the application menu
* Create new application entries
* Change application's display name, icon and more## Installation
[![Get it on AppCenter](https://appcenter.elementary.io/badge.svg)](https://appcenter.elementary.io/com.github.donadigo.appeditor)### Dependencies
These dependencies must be present before building
- `valac`
- `gtk+-3.0`
- `granite`
- `meson`
- `gettext`**You can install these on a Ubuntu-based system by executing this command:**
`sudo apt install valac libgranite-dev meson gettext`
### Building
```
meson build
cd build
meson configure -Dprefix=/usr
ninja
```### Installing & executing
```
sudo ninja install
com.github.donadigo.appeditor
```### Reporting bugs & debugging
When reporting a bug you should include as much information as possible, that is the system that you're running, what you did in order to have the bug appear and probably a simple list of steps on how to reproduce the issue, however it is not required as some issues are not easily reproducible.