Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/elementary/feedback

GitHub Issue Reporter
https://github.com/elementary/feedback

appstream gtk gtk3 hacktoberfest meson vala

Last synced: about 1 month ago
JSON representation

GitHub Issue Reporter

Awesome Lists containing this project

README

        

# Feedback
[![Translation status](https://l10n.elementary.io/widgets/desktop/-/feedback/svg-badge.svg)](https://l10n.elementary.io/engage/desktop/?utm_source=widget)

GitHub Issue Reporter

![Feedback Screenshot](data/screenshot.png?raw=true)

## Building, Testing, and Installation

You'll need the following dependencies:
* libappstream-dev (>=0.12.10)
* libgranite-7-dev (>=7.0.0)
* libgtk-4-dev (>=4.10)
* libadwaita-1-dev (>=1.0.0)
* meson
* valac

Run `meson build` to configure the build environment. Change to the build directory and run `ninja` to build

meson build --prefix=/usr
cd build
ninja

To install, use `ninja install`, then execute with `io.elementary.feedback`

ninja install
io.elementary.feedback