Flatpak not required

This commit is contained in:
Vinícius Moreira
2019-07-10 12:18:12 -03:00
committed by GitHub
parent ff8510153d
commit 238a9d38ae
9 changed files with 57 additions and 51 deletions

View File

@@ -12,7 +12,6 @@ from fpakman.util import util
from fpakman.core.controller import FlatpakManager, GenericApplicationManager
from fpakman.util.cache import Cache
from fpakman.util.memory import CacheCleaner
from fpakman.view.qt import common
from fpakman.view.qt.systray import TrayIcon
app_name = 'fpakman'
@@ -54,8 +53,6 @@ if args.update_notification == 0:
locale_keys = util.get_locale_keys(args.locale)
common.check_flatpak_installed(locale_keys)
caches = []
flatpak_api_cache = Cache(expiration_time=args.cache_exp)
caches.append(flatpak_api_cache)