mirror of
https://github.com/spalencsar/bearhub.git
synced 2026-07-07 01:14:15 +02:00
[gem.arch] improvement: 'rebuild-detector' integration disabled by default
This commit is contained in:
@@ -10,6 +10,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
|
|||||||
- manual installation: adding generic file filter extension (.*) since some desktop environments filters are case sensitive (https://github.com/vinifmor/bauh/issues/185)[#185]
|
- manual installation: adding generic file filter extension (.*) since some desktop environments filters are case sensitive (https://github.com/vinifmor/bauh/issues/185)[#185]
|
||||||
- installation: generating a default **.desktop** file for AppImages that provide empty desktop entries (https://github.com/vinifmor/bauh/issues/186)[#186]
|
- installation: generating a default **.desktop** file for AppImages that provide empty desktop entries (https://github.com/vinifmor/bauh/issues/186)[#186]
|
||||||
- hiding the app's launching output
|
- hiding the app's launching output
|
||||||
|
- Arch
|
||||||
|
- AUR: **rebuild-detector** integration disabled by default since it has a great impact on the overall refresh time (it can be enabled through the settings panel -> "Check reinstallation need")
|
||||||
|
|
||||||
### Fixes
|
### Fixes
|
||||||
- AppImage
|
- AppImage
|
||||||
|
|||||||
@@ -39,5 +39,5 @@ class ArchConfigManager(YAMLConfigManager):
|
|||||||
'suggest_optdep_uninstall': False,
|
'suggest_optdep_uninstall': False,
|
||||||
'aur_idx_exp': 1,
|
'aur_idx_exp': 1,
|
||||||
'categories_exp': 24,
|
'categories_exp': 24,
|
||||||
'aur_rebuild_detector': True,
|
'aur_rebuild_detector': False,
|
||||||
"aur_rebuild_detector_no_bin": True}
|
"aur_rebuild_detector_no_bin": True}
|
||||||
|
|||||||
Reference in New Issue
Block a user