Compare commits

..

No commits in common. "e9e9d48e794c4f61f63132185e553db2dcc06bf1" and "39fccf6d58b7049937e3a5da5b179587953e3c57" have entirely different histories.

2 changed files with 7 additions and 7 deletions

View File

@ -1 +1 @@
VERSION = 1.6.1
VERSION = 1.6

View File

@ -2,13 +2,14 @@
# Copyright (c) 2019-2024 by Silvan Calarco <silvan.calarco@mambasoft.it>
# Release under the terms of the GPL version 3 license
import os
import subprocess
import gettext
from pathlib import Path
import distro
from PyQt6 import QtGui, QtCore, QtWidgets, uic
from PyQt6.QtCore import pyqtProperty
from PyQt6.QtCore import QLocale, QTranslator
from pathlib import Path
import gettext
import subprocess
import os
import distro
import gi
gi.require_version('PackageKitGlib', '1.0')
@ -375,7 +376,6 @@ class InstallationPage(QtWidgets.QWizardPage):
if __name__ == '__main__':
import sys
app = QtWidgets.QApplication(sys.argv)
app.setDesktopFileName("mambabase")
app.setWindowIcon(QtGui.QIcon.fromTheme("mambabase"))
# UI translations
locale = QLocale.system().name()