[view.qt] info dialog: only show the 'open' button if 'xdg-open' is installed

This commit is contained in:
Vinicius Moreira
2023-12-19 15:24:09 -03:00
parent 4155b05bbd
commit a084d8bf31
3 changed files with 20 additions and 5 deletions

View File

@@ -82,6 +82,7 @@ Key features
- `snapd`: Snaps support
- `python3-lxml`, `python3-bs4`: Web apps support
- `python3-venv`: [isolated installation](#inst_iso)
- `xdg-utils`: to open URLs in the browsers (`xdg-open`)
##### Updating bauh
@@ -125,8 +126,9 @@ makepkg -si
- `aria2`: multi-threaded downloads
- `axel`: multi-threaded downloads alternative
- `libappindicator-gtk2`: tray-mode (GTK2 desktop environments)
- `libappindicator-gtk3`: tray-mode (GTK3 desktop environments)
- `wget`, `sqlite`, `fuse2`, `fuse3`: AppImage support
- `libappindicator-gtk3`: tray-mode (GTK3 desktop environments)
- `xdg-utils`: to open URLs in the browser (`xdg-open`)
- `sqlite`, `fuse2`, `fuse3`: AppImage support
- `flatpak`: Flatpak support
- `snapd`: Snap support
- `pacman`: ArchLinux package management support