mirror of
https://github.com/spalencsar/bearhub.git
synced 2026-07-08 20:14:14 +02:00
README and desktop entries
This commit is contained in:
12
README.md
12
README.md
@@ -92,7 +92,7 @@ create a file named **bauh.desktop** in **~/.config/autostart** with the content
|
|||||||
```
|
```
|
||||||
[Desktop Entry]
|
[Desktop Entry]
|
||||||
Type=Application
|
Type=Application
|
||||||
Name=bauh ( tray )
|
Name=bauh (tray)
|
||||||
Exec=/path/to/bauh-tray
|
Exec=/path/to/bauh-tray
|
||||||
```
|
```
|
||||||
|
|
||||||
@@ -107,7 +107,7 @@ Before uninstalling bauh via your package manager, consider executing `bauh --re
|
|||||||
- Applications with ignored updates are defined at **~/.config/bauh/flatpak/updates_ignored.txt**
|
- Applications with ignored updates are defined at **~/.config/bauh/flatpak/updates_ignored.txt**
|
||||||
- The configuration file is located at **~/.config/bauh/flatpak.yml** and it allows the following customizations:
|
- The configuration file is located at **~/.config/bauh/flatpak.yml** and it allows the following customizations:
|
||||||
```
|
```
|
||||||
installation_level: null # defines a default installation level: user or system. ( the popup will not be displayed if a value is defined )
|
installation_level: null # defines a default installation level: user or system. (the popup will not be displayed if a value is defined)
|
||||||
```
|
```
|
||||||
|
|
||||||
- Required dependencies:
|
- Required dependencies:
|
||||||
@@ -140,14 +140,14 @@ installation_level: null # defines a default installation level: user or system.
|
|||||||
- The configuration file is located at **~/.config/bauh/appimage.yml** and it allows the following customizations:
|
- The configuration file is located at **~/.config/bauh/appimage.yml** and it allows the following customizations:
|
||||||
```
|
```
|
||||||
db_updater:
|
db_updater:
|
||||||
enabled: true # if 'false': disables the daemon database updater ( bauh will not be able to see if there are updates for your already installed AppImages )
|
enabled: true # if 'false': disables the daemon database updater (bauh will not be able to see if there are updates for your already installed AppImages)
|
||||||
interval: 1200 # the databases update interval in SECONDS ( 1200 == 20 minutes )
|
interval: 1200 # the databases update interval in SECONDS (1200 == 20 minutes)
|
||||||
```
|
```
|
||||||
- Required dependencies
|
- Required dependencies
|
||||||
- Arch-based systems: **sqlite**, **wget** (or **aria2**/**axel** for faster multi-threaded downloads)
|
- Arch-based systems: **sqlite**, **wget** (or **aria2**/**axel** for faster multi-threaded downloads)
|
||||||
- Debian-based systems: **sqlite3**, **wget** (or **aria2**/**axel** for faster multi-threaded downloads)
|
- Debian-based systems: **sqlite3**, **wget** (or **aria2**/**axel** for faster multi-threaded downloads)
|
||||||
- [**fuse**](https://github.com/libfuse/libfuse) may be required to run AppImages on your system
|
- [**fuse**](https://github.com/libfuse/libfuse) may be required to run AppImages on your system
|
||||||
- P.S: **aria2 will only be used if multi-threaded downloads are enabled**
|
- P.S: **aria2/axel will only be used if multi-threaded downloads are enabled**
|
||||||
|
|
||||||
#### Arch (arch -> Repositories/AUR)
|
#### Arch (arch -> Repositories/AUR)
|
||||||
- Only available for **Arch-based systems**
|
- Only available for **Arch-based systems**
|
||||||
@@ -160,7 +160,7 @@ db_updater:
|
|||||||
then a copy of **/etc/makepkg.conf** will be generated at **~/.config/bauh/arch/makepkg.conf** defining MAKEFLAGS to work with
|
then a copy of **/etc/makepkg.conf** will be generated at **~/.config/bauh/arch/makepkg.conf** defining MAKEFLAGS to work with
|
||||||
the number of your machine processors (**-j${nproc}**).
|
the number of your machine processors (**-j${nproc}**).
|
||||||
|
|
||||||
b) same as previous, but related to **COMPRESSXZ** and **COMPRESSZST** definitions ( if '--threads=0' is not defined )
|
b) same as previous, but related to **COMPRESSXZ** and **COMPRESSZST** definitions (if '--threads=0' is not defined)
|
||||||
|
|
||||||
c) **ccache** will be added to **BUILDENV** if it is installed on the system and already not defined
|
c) **ccache** will be added to **BUILDENV** if it is installed on the system and already not defined
|
||||||
|
|
||||||
|
|||||||
@@ -9,13 +9,13 @@ Name[de]=Anwendungen (bauh)
|
|||||||
Name[ru]=Приложения (bauh)
|
Name[ru]=Приложения (bauh)
|
||||||
Name[tr]=Paket Yönetici (bauh)
|
Name[tr]=Paket Yönetici (bauh)
|
||||||
Categories=System;
|
Categories=System;
|
||||||
Comment=Install and remove applications ( AppImage, Arch, Flatpak, Snap, Web )
|
Comment=Install and remove applications (AppImage, Arch, Flatpak, Snap, Web)
|
||||||
Comment[pt]=Instale e remova aplicativos ( AppImage, Arch, Flatpak, Snap, Web )
|
Comment[pt]=Instale e remova aplicativos (AppImage, Arch, Flatpak, Snap, Web)
|
||||||
Comment[es]=Instalar y eliminar aplicaciones ( AppImage, Arch, Flatpak, Snap, Web )
|
Comment[es]=Instalar y eliminar aplicaciones (AppImage, Arch, Flatpak, Snap, Web)
|
||||||
Comment[it]=Installa e rimuovi applicazioni ( AppImage, Arch, Flatpak, Snap, Web )
|
Comment[it]=Installa e rimuovi applicazioni (AppImage, Arch, Flatpak, Snap, Web)
|
||||||
Comment[de]=Anwendungen installieren und entfernen ( AppImage, Arch, Flatpak, Snap, Web )
|
Comment[de]=Anwendungen installieren und entfernen (AppImage, Arch, Flatpak, Snap, Web)
|
||||||
Comment[ca]=Instal·lar i eliminar aplicacions ( AppImage, Arch, Flatpak, Snap, Web )
|
Comment[ca]=Instal·lar i eliminar aplicacions (AppImage, Arch, Flatpak, Snap, Web)
|
||||||
Comment[ru]=Установка и удаление приложений ( AppImage, Arch, Flatpak, Snap, Web )
|
Comment[ru]=Установка и удаление приложений (AppImage, Arch, Flatpak, Snap, Web)
|
||||||
Comment[tr]=Uygulama yükle/kaldır ( AppImage, Arch, Flatpak, Snap, Web )
|
Comment[tr]=Uygulama yükle/kaldır (AppImage, Arch, Flatpak, Snap, Web)
|
||||||
Exec=/usr/bin/bauh
|
Exec=/usr/bin/bauh
|
||||||
Icon=bauh
|
Icon=bauh
|
||||||
|
|||||||
@@ -15,7 +15,7 @@ Comment[es]=Instalar y eliminar aplicaciones (AppImage, Arch, Flatpak, Snap, Web
|
|||||||
Comment[it]=Installa e rimuovi applicazioni (AppImage, Arch, Flatpak, Snap, Web)
|
Comment[it]=Installa e rimuovi applicazioni (AppImage, Arch, Flatpak, Snap, Web)
|
||||||
Comment[de]=Anwendungen installieren und entfernen (AppImage, Arch, Flatpak, Snap, Web)
|
Comment[de]=Anwendungen installieren und entfernen (AppImage, Arch, Flatpak, Snap, Web)
|
||||||
Comment[ca]=Instal·lar i eliminar aplicacions (AppImage, Arch, Flatpak, Snap, Web)
|
Comment[ca]=Instal·lar i eliminar aplicacions (AppImage, Arch, Flatpak, Snap, Web)
|
||||||
Comment[ru]=Установка и удаление приложений ( AppImage, Arch, Flatpak, Snap, Web )
|
Comment[ru]=Установка и удаление приложений (AppImage, Arch, Flatpak, Snap, Web)
|
||||||
Comment[tr]=Uygulama yükle/kaldır ( AppImage, Arch, Flatpak, Snap, Web )
|
Comment[tr]=Uygulama yükle/kaldır (AppImage, Arch, Flatpak, Snap, Web)
|
||||||
Exec=/usr/bin/bauh-tray
|
Exec=/usr/bin/bauh-tray
|
||||||
Icon=bauh
|
Icon=bauh
|
||||||
|
|||||||
Reference in New Issue
Block a user