Merge branch 'master' into staging

This commit is contained in:
Vinicius Moreira
2021-11-22 13:34:20 -03:00
3 changed files with 16 additions and 2 deletions

View File

@@ -6,6 +6,7 @@ labels: ''
assignees: ''
---
**Before opening a new issue**
Install the **staging** branch and check if the unexpected behavior is happening there as well.
If you are on ArchLinux-based distro, you can install it through AUR (**bauh-staging**). Otherwise, you have

View File

@@ -0,0 +1,12 @@
---
name: Suggest a new AppImage application to the database
about: Only applications with AppImage releases published to GitHub can be accepted
title: "[New AppImage] application_name"
labels: appimage
assignees: ''
---
- Application name:
- Github page:
- Official website (if available):

View File

@@ -111,8 +111,9 @@ makepkg -si
- `libappindicator-gtk2`: tray-mode (GTK2 desktop environments)
- `libappindicator-gtk3`: tray-mode (GTK3 desktop environments)
- `wget`, `sqlite`, `fuse2`, `fuse3`: AppImage support
- `flatpak`: Flatpaks support
- `snapd`: Snaps support
- `flatpak`: Flatpak support
- `snapd`: Snap support
- `pacman`: ArchLinux package management support
- `python-lxml`, `python-beautifulsoup4`: Web apps support
- `python-venv`: [isolated installation](#inst_iso)