diff --git a/Office/LibreOffice.app/Resources/LibreOffice.png b/Office/LibreOffice.app/Resources/LibreOffice.png
index 69292e13f..de162efb2 100644
Binary files a/Office/LibreOffice.app/Resources/LibreOffice.png and b/Office/LibreOffice.app/Resources/LibreOffice.png differ
diff --git a/Preferences/Date and Time.app/Resources/Date and Time.png b/Preferences/Date and Time.app/Resources/Date and Time.png
index e51e25e2d..61baccf2d 100644
Binary files a/Preferences/Date and Time.app/Resources/Date and Time.png and b/Preferences/Date and Time.app/Resources/Date and Time.png differ
diff --git a/Preferences/Keyboard.app/Resources/International.png b/Preferences/Keyboard.app/Resources/International.png
index b69dd2255..bfe2320f3 100644
Binary files a/Preferences/Keyboard.app/Resources/International.png and b/Preferences/Keyboard.app/Resources/International.png differ
diff --git a/Preferences/Mouse.app/Resources/Mouse.png b/Preferences/Mouse.app/Resources/Mouse.png
index 74b551a29..324316dfc 100644
Binary files a/Preferences/Mouse.app/Resources/Mouse.png and b/Preferences/Mouse.app/Resources/Mouse.png differ
diff --git a/Preferences/Sharing.app/Resources/Sharing.png b/Preferences/Sharing.app/Resources/Sharing.png
index a7424fcba..0718bf1f1 100644
Binary files a/Preferences/Sharing.app/Resources/Sharing.png and b/Preferences/Sharing.app/Resources/Sharing.png differ
diff --git a/Root/Install Developer Tools.app/Resources/Background.png b/Root/Install Developer Tools.app/Resources/Background.png
index 9eec98e93..261850929 100644
Binary files a/Root/Install Developer Tools.app/Resources/Background.png and b/Root/Install Developer Tools.app/Resources/Background.png differ
diff --git a/Root/Install Developer Tools.app/Resources/check.png b/Root/Install Developer Tools.app/Resources/check.png
deleted file mode 100644
index 5277f4691..000000000
Binary files a/Root/Install Developer Tools.app/Resources/check.png and /dev/null differ
diff --git a/Root/Install Developer Tools.app/Resources/cross.png b/Root/Install Developer Tools.app/Resources/cross.png
deleted file mode 100644
index c0ec4f2be..000000000
Binary files a/Root/Install Developer Tools.app/Resources/cross.png and /dev/null differ
diff --git a/Root/Install Developer Tools.app/Resources/developer-install.py b/Root/Install Developer Tools.app/Resources/developer-install.py
index 072ae30de..d1cbef150 100755
--- a/Root/Install Developer Tools.app/Resources/developer-install.py
+++ b/Root/Install Developer Tools.app/Resources/developer-install.py
@@ -116,7 +116,7 @@ def __init__(self):
# [QtWidgets.QWizard.CustomButton1, QtWidgets.QWizard.Stretch, QtWidgets.QWizard.NextButton])
self.setWindowTitle(tr("Install Developer Tools"))
- self.setFixedSize(800, 550)
+ self.setFixedSize(600, 400)
# Remove window decorations, especially the close button
self.setWindowFlags(QtCore.Qt.CustomizeWindowHint)
@@ -621,7 +621,7 @@ def initializePage(self):
self.setTitle(tr('Installation Complete'))
self.setSubTitle(tr('The installation succeeded.'))
- logo_pixmap = QtGui.QPixmap(os.path.dirname(__file__) + '/check.png').scaledToHeight(256, QtCore.Qt.SmoothTransformation)
+ logo_pixmap = QtGui.QPixmap(os.path.dirname(__file__) + '/successful.png').scaledToHeight(256, QtCore.Qt.SmoothTransformation)
logo_label = QtWidgets.QLabel()
logo_label.setPixmap(logo_pixmap)
@@ -658,7 +658,7 @@ def __init__(self):
self.setTitle(tr('Error'))
self.setSubTitle(tr('The installation could not be performed.'))
- logo_pixmap = QtGui.QPixmap(os.path.dirname(__file__) + '/cross.png').scaledToHeight(256, QtCore.Qt.SmoothTransformation)
+ logo_pixmap = QtGui.QPixmap(os.path.dirname(__file__) + '/failed.png').scaledToHeight(256, QtCore.Qt.SmoothTransformation)
logo_label = QtWidgets.QLabel()
logo_label.setPixmap(logo_pixmap)
diff --git a/Root/Install Developer Tools.app/Resources/failed.png b/Root/Install Developer Tools.app/Resources/failed.png
new file mode 100644
index 000000000..da75e0d22
Binary files /dev/null and b/Root/Install Developer Tools.app/Resources/failed.png differ
diff --git a/Root/Install Developer Tools.app/Resources/successful.png b/Root/Install Developer Tools.app/Resources/successful.png
new file mode 100644
index 000000000..23c98a437
Binary files /dev/null and b/Root/Install Developer Tools.app/Resources/successful.png differ
diff --git a/System/Network.app/Resources/Network.png b/System/Network.app/Resources/Network.png
index 711cbf724..e10dcc1b9 100644
Binary files a/System/Network.app/Resources/Network.png and b/System/Network.app/Resources/Network.png differ
diff --git a/System/Volume.app/Resources/audio-output-none-symbolic.png b/System/Volume.app/Resources/audio-output-none-symbolic.png
new file mode 100644
index 000000000..12fc33cff
Binary files /dev/null and b/System/Volume.app/Resources/audio-output-none-symbolic.png differ
diff --git a/System/Volume.app/Resources/audio-volume-high-symbolic.png b/System/Volume.app/Resources/audio-volume-high-symbolic.png
index 83aff8e96..983ad2385 100644
Binary files a/System/Volume.app/Resources/audio-volume-high-symbolic.png and b/System/Volume.app/Resources/audio-volume-high-symbolic.png differ
diff --git a/System/Volume.app/Resources/audio-volume-low-symbolic.png b/System/Volume.app/Resources/audio-volume-low-symbolic.png
new file mode 100644
index 000000000..f388a2935
Binary files /dev/null and b/System/Volume.app/Resources/audio-volume-low-symbolic.png differ
diff --git a/System/Volume.app/Resources/audio-volume-low-zero-symbolic.png b/System/Volume.app/Resources/audio-volume-low-zero-symbolic.png
new file mode 100644
index 000000000..11772b9f3
Binary files /dev/null and b/System/Volume.app/Resources/audio-volume-low-zero-symbolic.png differ
diff --git a/System/Volume.app/Resources/audio-volume-medium-symbolic.png b/System/Volume.app/Resources/audio-volume-medium-symbolic.png
new file mode 100644
index 000000000..4878cc177
Binary files /dev/null and b/System/Volume.app/Resources/audio-volume-medium-symbolic.png differ
diff --git a/System/Volume.app/Resources/audio-volume-muted-blocking-symbolic.png b/System/Volume.app/Resources/audio-volume-muted-blocking-symbolic.png
new file mode 100644
index 000000000..7ac6ef245
Binary files /dev/null and b/System/Volume.app/Resources/audio-volume-muted-blocking-symbolic.png differ
diff --git a/System/Volume.app/Resources/audio-volume-muted-symbolic.png b/System/Volume.app/Resources/audio-volume-muted-symbolic.png
index f83544933..7bfe2b3e5 100644
Binary files a/System/Volume.app/Resources/audio-volume-muted-symbolic.png and b/System/Volume.app/Resources/audio-volume-muted-symbolic.png differ
diff --git a/System/Welcome.app/Resources/background.png b/System/Welcome.app/Resources/background.png
new file mode 100644
index 000000000..6e748888f
Binary files /dev/null and b/System/Welcome.app/Resources/background.png differ
diff --git a/System/Welcome.app/Resources/welcome-wizard.py b/System/Welcome.app/Resources/welcome-wizard.py
index fbc9a8afa..f875e4a61 100755
--- a/System/Welcome.app/Resources/welcome-wizard.py
+++ b/System/Welcome.app/Resources/welcome-wizard.py
@@ -50,7 +50,7 @@ def __init__(self):
super().__init__()
self.setWizardStyle(QtWidgets.QWizard.MacStyle)
- # self.setPixmap(QtWidgets.QWizard.BackgroundPixmap, QtGui.QPixmap(os.path.dirname(__file__) + '/Welcome.png'))
+ self.setPixmap(QtWidgets.QWizard.BackgroundPixmap, QtGui.QPixmap(os.path.dirname(__file__) + '/background.png'))
self.setOption(QtWidgets.QWizard.ExtendedWatermarkPixmap, True) # Extend WatermarkPixmap all the way down to the window's edge; https://doc.qt.io/qt-5/qwizard.html#wizard-look-and-feel
self.setWindowTitle("Welcome")
diff --git a/Under Construction/Backup.app/Resources/Backup.png b/Under Construction/Backup.app/Resources/Backup.png
index f6a3c0e59..c3459cba8 100644
Binary files a/Under Construction/Backup.app/Resources/Backup.png and b/Under Construction/Backup.app/Resources/Backup.png differ
diff --git a/Under Construction/Backup.app/Resources/Backup.svg b/Under Construction/Backup.app/Resources/Backup.svg
new file mode 100644
index 000000000..b0d56ba59
--- /dev/null
+++ b/Under Construction/Backup.app/Resources/Backup.svg
@@ -0,0 +1,467 @@
+
+
+
diff --git a/Under Construction/Backup.app/Resources/background.png b/Under Construction/Backup.app/Resources/background.png
index 5e66270d1..3576ae7a1 100644
Binary files a/Under Construction/Backup.app/Resources/background.png and b/Under Construction/Backup.app/Resources/background.png differ
diff --git a/Under Construction/Disk First Aid.app/Resources/check.png b/Under Construction/Disk First Aid.app/Resources/check.png
deleted file mode 100644
index 5277f4691..000000000
Binary files a/Under Construction/Disk First Aid.app/Resources/check.png and /dev/null differ
diff --git a/Under Construction/Disk First Aid.app/Resources/cross.png b/Under Construction/Disk First Aid.app/Resources/cross.png
deleted file mode 100644
index c0ec4f2be..000000000
Binary files a/Under Construction/Disk First Aid.app/Resources/cross.png and /dev/null differ
diff --git a/Under Construction/Disk First Aid.app/Resources/disk-first-aid.py b/Under Construction/Disk First Aid.app/Resources/disk-first-aid.py
index 03bb59057..86c851a43 100755
--- a/Under Construction/Disk First Aid.app/Resources/disk-first-aid.py
+++ b/Under Construction/Disk First Aid.app/Resources/disk-first-aid.py
@@ -337,7 +337,7 @@ def initializePage(self):
self.setTitle('Complete')
self.setSubTitle('The process has completed.')
- logo_pixmap = QtGui.QPixmap(os.path.dirname(__file__) + '/check.svg').scaledToHeight(160, QtCore.Qt.SmoothTransformation)
+ logo_pixmap = QtGui.QPixmap(os.path.dirname(__file__) + '/successful.png').scaledToHeight(160, QtCore.Qt.SmoothTransformation)
logo_label = QtWidgets.QLabel()
logo_label.setPixmap(logo_pixmap)
@@ -388,7 +388,7 @@ def __init__(self):
self.setTitle('Error')
self.setSubTitle('The operation could not be performed.')
- logo_pixmap = QtGui.QPixmap(os.path.dirname(__file__) + '/cross.png').scaledToHeight(160, QtCore.Qt.SmoothTransformation)
+ logo_pixmap = QtGui.QPixmap(os.path.dirname(__file__) + '/failed.png').scaledToHeight(160, QtCore.Qt.SmoothTransformation)
logo_label = QtWidgets.QLabel()
logo_label.setPixmap(logo_pixmap)
diff --git a/Under Construction/Disk First Aid.app/Resources/failed.png b/Under Construction/Disk First Aid.app/Resources/failed.png
new file mode 100644
index 000000000..da75e0d22
Binary files /dev/null and b/Under Construction/Disk First Aid.app/Resources/failed.png differ
diff --git a/Under Construction/Disk First Aid.app/Resources/successful.png b/Under Construction/Disk First Aid.app/Resources/successful.png
new file mode 100644
index 000000000..23c98a437
Binary files /dev/null and b/Under Construction/Disk First Aid.app/Resources/successful.png differ
diff --git a/Under Construction/Download Applications.app/Resources/Download Applications.png b/Under Construction/Download Applications.app/Resources/Download Applications.png
index 18736c979..21094d661 100644
Binary files a/Under Construction/Download Applications.app/Resources/Download Applications.png and b/Under Construction/Download Applications.app/Resources/Download Applications.png differ
diff --git a/Under Construction/Download Applications.app/Resources/background.png b/Under Construction/Download Applications.app/Resources/background.png
index 787f4a911..ec7f0275d 100644
Binary files a/Under Construction/Download Applications.app/Resources/background.png and b/Under Construction/Download Applications.app/Resources/background.png differ
diff --git a/Under Construction/Download Applications.app/Resources/check.png b/Under Construction/Download Applications.app/Resources/check.png
deleted file mode 100644
index 5277f4691..000000000
Binary files a/Under Construction/Download Applications.app/Resources/check.png and /dev/null differ
diff --git a/Under Construction/Download Applications.app/Resources/cross.png b/Under Construction/Download Applications.app/Resources/cross.png
deleted file mode 100644
index c0ec4f2be..000000000
Binary files a/Under Construction/Download Applications.app/Resources/cross.png and /dev/null differ
diff --git a/Under Construction/Download Applications.app/Resources/download-applications.py b/Under Construction/Download Applications.app/Resources/download-applications.py
index 2f6c9fb57..8f043dffb 100755
--- a/Under Construction/Download Applications.app/Resources/download-applications.py
+++ b/Under Construction/Download Applications.app/Resources/download-applications.py
@@ -412,7 +412,7 @@ def initializePage(self):
self.setTitle(tr('Download Complete'))
self.setSubTitle(tr('The application has been downloaded to ~/Downloads.'))
- logo_pixmap = QtGui.QPixmap(os.path.dirname(__file__) + '/check.png').scaledToHeight(160, QtCore.Qt.SmoothTransformation)
+ logo_pixmap = QtGui.QPixmap(os.path.dirname(__file__) + '/successful.png').scaledToHeight(160, QtCore.Qt.SmoothTransformation)
logo_label = QtWidgets.QLabel()
logo_label.setPixmap(logo_pixmap)
@@ -447,7 +447,7 @@ def __init__(self):
self.setTitle(tr('Error'))
self.setSubTitle(tr('The application could not be downloaded.'))
- logo_pixmap = QtGui.QPixmap(os.path.dirname(__file__) + '/cross.png').scaledToHeight(160, QtCore.Qt.SmoothTransformation)
+ logo_pixmap = QtGui.QPixmap(os.path.dirname(__file__) + '/failed.png').scaledToHeight(160, QtCore.Qt.SmoothTransformation)
logo_label = QtWidgets.QLabel()
logo_label.setPixmap(logo_pixmap)
diff --git a/Under Construction/Download Applications.app/Resources/failed.png b/Under Construction/Download Applications.app/Resources/failed.png
new file mode 100644
index 000000000..da75e0d22
Binary files /dev/null and b/Under Construction/Download Applications.app/Resources/failed.png differ
diff --git a/Under Construction/Download Applications.app/Resources/successful.png b/Under Construction/Download Applications.app/Resources/successful.png
new file mode 100644
index 000000000..23c98a437
Binary files /dev/null and b/Under Construction/Download Applications.app/Resources/successful.png differ
diff --git a/Under Construction/Install Debian Runtime.app/Resources/Install Debian Runtime.png b/Under Construction/Install Debian Runtime.app/Resources/Install Debian Runtime.png
index 78975a886..88053fb48 100644
Binary files a/Under Construction/Install Debian Runtime.app/Resources/Install Debian Runtime.png and b/Under Construction/Install Debian Runtime.app/Resources/Install Debian Runtime.png differ
diff --git a/Under Construction/Install Debian Runtime.app/Resources/download-debian.py b/Under Construction/Install Debian Runtime.app/Resources/download-debian.py
index 75a5f2434..464152ffd 100755
--- a/Under Construction/Install Debian Runtime.app/Resources/download-debian.py
+++ b/Under Construction/Install Debian Runtime.app/Resources/download-debian.py
@@ -450,7 +450,7 @@ def initializePage(self):
self.setTitle(tr('Linux Runtime Installation Complete'))
self.setSubTitle(tr('The Linux Runtime has been installed.'))
- logo_pixmap = QtGui.QPixmap(os.path.dirname(__file__) + '/check.png').scaledToHeight(160, QtCore.Qt.SmoothTransformation)
+ logo_pixmap = QtGui.QPixmap(os.path.dirname(__file__) + '/successful.png').scaledToHeight(160, QtCore.Qt.SmoothTransformation)
logo_label = QtWidgets.QLabel()
logo_label.setPixmap(logo_pixmap)
@@ -485,7 +485,7 @@ def __init__(self):
self.setTitle(tr('Error'))
self.setSubTitle(tr('The installation could not be performed.'))
- logo_pixmap = QtGui.QPixmap(os.path.dirname(__file__) + '/cross.png').scaledToHeight(160, QtCore.Qt.SmoothTransformation)
+ logo_pixmap = QtGui.QPixmap(os.path.dirname(__file__) + '/failed.png').scaledToHeight(160, QtCore.Qt.SmoothTransformation)
logo_label = QtWidgets.QLabel()
logo_label.setPixmap(logo_pixmap)
diff --git a/Under Construction/Install Debian Runtime.app/Resources/failed.png b/Under Construction/Install Debian Runtime.app/Resources/failed.png
new file mode 100644
index 000000000..da75e0d22
Binary files /dev/null and b/Under Construction/Install Debian Runtime.app/Resources/failed.png differ
diff --git a/Under Construction/Install Debian Runtime.app/Resources/successful.png b/Under Construction/Install Debian Runtime.app/Resources/successful.png
new file mode 100644
index 000000000..23c98a437
Binary files /dev/null and b/Under Construction/Install Debian Runtime.app/Resources/successful.png differ
diff --git a/Under Construction/Simple Browser.app/Resources/images/stop-hex.png b/Under Construction/Simple Browser.app/Resources/images/stop-hex.png
deleted file mode 100644
index cec2a31c2..000000000
Binary files a/Under Construction/Simple Browser.app/Resources/images/stop-hex.png and /dev/null differ
diff --git a/Under Construction/Simple Browser.app/Resources/images/stop-sign.png b/Under Construction/Simple Browser.app/Resources/images/stop-sign.png
new file mode 100644
index 000000000..6317fac64
Binary files /dev/null and b/Under Construction/Simple Browser.app/Resources/images/stop-sign.png differ
diff --git a/Under Construction/Simple Browser.app/Simple Browser b/Under Construction/Simple Browser.app/Simple Browser
index 4035dedab..28cc9c5ef 100755
--- a/Under Construction/Simple Browser.app/Simple Browser
+++ b/Under Construction/Simple Browser.app/Simple Browser
@@ -127,7 +127,7 @@ class MainWindow(QMainWindow):
self.urlbar.returnPressed.connect(self.navigate_to_url)
navtb.addWidget(self.urlbar)
- stop_btn = QAction(QIcon(os.path.join(os.path.dirname(__file__), "Resources", 'images', 'stop-hex.png')), "Stop", self)
+ stop_btn = QAction(QIcon(os.path.join(os.path.dirname(__file__), "Resources", 'images', 'stop-sign.png')), "Stop", self)
stop_btn.setStatusTip("Stop loading current page")
stop_btn.triggered.connect(lambda: self.tabs.currentWidget().stop())
navtb.addAction(stop_btn)
diff --git a/Utilities/Android File Transfer (MTP).app/Resources/Android File Transfer (MTP).png b/Utilities/Android File Transfer (MTP).app/Resources/Android File Transfer (MTP).png
index 2e8291b6d..86ab49594 100644
Binary files a/Utilities/Android File Transfer (MTP).app/Resources/Android File Transfer (MTP).png and b/Utilities/Android File Transfer (MTP).app/Resources/Android File Transfer (MTP).png differ
diff --git a/Utilities/Android File Transfer (MTP).app/Resources/Android File Transfer (MTP).svg b/Utilities/Android File Transfer (MTP).app/Resources/Android File Transfer (MTP).svg
new file mode 100644
index 000000000..9bc848e7b
--- /dev/null
+++ b/Utilities/Android File Transfer (MTP).app/Resources/Android File Transfer (MTP).svg
@@ -0,0 +1,125 @@
+
+
+
diff --git a/Utilities/Create Live Media.app/Resources/Create Live Media.png b/Utilities/Create Live Media.app/Resources/Create Live Media.png
index 90dc9b38b..75b1433fe 100644
Binary files a/Utilities/Create Live Media.app/Resources/Create Live Media.png and b/Utilities/Create Live Media.app/Resources/Create Live Media.png differ
diff --git a/Utilities/Create Live Media.app/Resources/Create Live Media.svg b/Utilities/Create Live Media.app/Resources/Create Live Media.svg
index 4e55465ae..c4234d83b 100644
--- a/Utilities/Create Live Media.app/Resources/Create Live Media.svg
+++ b/Utilities/Create Live Media.app/Resources/Create Live Media.svg
@@ -1,350 +1,221 @@
-
-
-
-