mirror of
https://github.com/spalencsar/bearhub.git
synced 2026-07-08 16:44:16 +02:00
[improvement][flatpak] config file created during the initialization
This commit is contained in:
@@ -5,6 +5,9 @@ All notable changes to this project will be documented in this file.
|
|||||||
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
|
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
|
||||||
|
|
||||||
## [0.8.2]
|
## [0.8.2]
|
||||||
|
### Improvements
|
||||||
|
- Flatpak:
|
||||||
|
- configuration file ( **flatpak.yml** ) will be created during the initialization ( on 0.8.1 it would only be created during the first app installation )
|
||||||
### Fixes
|
### Fixes
|
||||||
- AUR:
|
- AUR:
|
||||||
- not treating **makedepends** as a list during dependency checking ( **anbox-git** installation was crashing )
|
- not treating **makedepends** as a list during dependency checking ( **anbox-git** installation was crashing )
|
||||||
|
|||||||
@@ -314,7 +314,7 @@ class FlatpakManager(SoftwareManager):
|
|||||||
return action == 'downgrade' and pkg.installation == 'system'
|
return action == 'downgrade' and pkg.installation == 'system'
|
||||||
|
|
||||||
def prepare(self):
|
def prepare(self):
|
||||||
pass
|
Thread(target=read_config, daemon=True).start()
|
||||||
|
|
||||||
def list_updates(self, internet_available: bool) -> List[PackageUpdate]:
|
def list_updates(self, internet_available: bool) -> List[PackageUpdate]:
|
||||||
updates = []
|
updates = []
|
||||||
|
|||||||
Reference in New Issue
Block a user