mirror of
https://github.com/spalencsar/bearhub.git
synced 2026-07-07 02:24:16 +02:00
Updating README.md
This commit is contained in:
18
README.md
18
README.md
@@ -2,19 +2,23 @@
|
|||||||
Graphical interface for Flatpak application management. It is a tray icon to let the user known when new updates are available.
|
Graphical interface for Flatpak application management. It is a tray icon to let the user known when new updates are available.
|
||||||
It has also a management window allowing the user to see all installed apllications and update them.
|
It has also a management window allowing the user to see all installed apllications and update them.
|
||||||
|
|
||||||
### Technologies:
|
### Developed with:
|
||||||
- Python3 and QT 5.
|
- Python3 and QT 5.
|
||||||
|
|
||||||
## Settings
|
### Requirements
|
||||||
You can change some application settings via environment variables:
|
- Python >= 3.5
|
||||||
- **FPAKMAN_UPDATE_NOTIFICATION: enable or disable system updates notifications. Use 0 (disable) or 1 (enable, default).
|
- qt5 packages
|
||||||
- **FPAKMAN_CHECK_INTERVAL**: define the updates check interval in seconds. Default: 60.
|
- libappindicator3 (for GTK3 desktop environments)
|
||||||
|
|
||||||
## Installation script
|
## Installation script
|
||||||
You can install the application without compromising your system via the provided installation script called 'sandbox_installer.py'.
|
You can install the application without compromising your system via the provided installation script called 'sandbox_installer.py'.
|
||||||
Type in the terminal: sudo python3 sandbox_installer.py. If you want to uninstall the application, just call the script the same way.
|
Type in the terminal: sudo python3 sandbox_installer.py. If you want to uninstall the application, just call the script the same way.
|
||||||
|
|
||||||
|
### Settings
|
||||||
|
You can change some application settings via environment variables:
|
||||||
|
- **FPAKMAN_UPDATE_NOTIFICATION: enable or disable system updates notifications. Use 0 (disable) or 1 (enable, default).
|
||||||
|
- **FPAKMAN_CHECK_INTERVAL**: define the updates check interval in seconds. Default: 60.
|
||||||
|
|
||||||
### Roadmap
|
### Roadmap
|
||||||
- Test installer for Ubuntu
|
|
||||||
- Show update commands
|
- Show update commands
|
||||||
- Search and install applications.
|
- Search and install applications.
|
||||||
|
|||||||
Reference in New Issue
Block a user