From 8879cd3695b30143c3a147e284aee90dff423524 Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Sun, 19 Sep 2021 11:04:44 +0200 Subject: [PATCH] Remove sun-java and flash plugins update check --- src/mambatray | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/src/mambatray b/src/mambatray index d225d0f..7e29474 100755 --- a/src/mambatray +++ b/src/mambatray @@ -1,6 +1,6 @@ #!/usr/bin/python3 # mambatray 2 -# Copyright (C) 2011-2020 by Silvan Calarco +# Copyright (C) 2011-2021 by Silvan Calarco # Copyright (C) 2011 by michiamophil # Distributed under the terms of the GPL version 3 FLOSS License # @@ -25,9 +25,8 @@ class SystemTrayIcon(QSystemTrayIcon): global w, contatore, srpm, lista, NetsrpmsArg, nOre, desktop_session nOre = 2 srpm = [ - "skype", "flashplugin", "win32codecs", "msttcorefonts", "b43-firmware", - "sun-java", "virtualbox-extension-pack", "chromium-pepper-flash", - "chromium-widevine", "spotify" + "skype", "win32codecs", "msttcorefonts", "b43-firmware", + "virtualbox-extension-pack", "chromium-widevine", "spotify" ] NetsrpmsArg = "-c" lista = [] @@ -143,7 +142,7 @@ class SystemTrayIcon(QSystemTrayIcon): version = _("Error: Unable to find /etc/openmamba-release") QMessageBox.about(self.menu, _("About"), "
"+_("openmamba control center")+"" - "

Copyright(c) 2011-2020 by Silvan Calarco" + "

Copyright(c) 2011-2021 by Silvan Calarco" "
Copyright(c) 2011 by michiamophil" "

"+_("System info:")+"
" ""+_(version)+"
https://openmamba.org
")