mirror of
https://github.com/spalencsar/bearhub.git
synced 2026-07-07 01:14:15 +02:00
fix: flatpak -> error when retrieving information ( Ubuntu 18.04 )
This commit is contained in:
@@ -12,6 +12,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
|
||||
- AUR:
|
||||
- Installed files available in the Info window
|
||||
- Improving Arch distro checking
|
||||
- Flatpak:
|
||||
- error when retrieving information ( Ubuntu 18.04 )
|
||||
|
||||
### Fixes
|
||||
- Update-check daemon not showing notifications
|
||||
|
||||
@@ -139,7 +139,10 @@ class FlatpakManager(SoftwareManager):
|
||||
app_info['name'] = app.name
|
||||
app_info['type'] = 'runtime' if app.runtime else 'app'
|
||||
app_info['description'] = strip_html(app.description) if app.description else ''
|
||||
app_info['installed'] = app_info['installed'].replace('?', ' ')
|
||||
|
||||
if app_info.get('installed'):
|
||||
app_info['installed'] = app_info['installed'].replace('?', ' ')
|
||||
|
||||
return app_info
|
||||
|
||||
def get_history(self, pkg: FlatpakApplication) -> PackageHistory:
|
||||
|
||||
Reference in New Issue
Block a user