File tree Expand file tree Collapse file tree 2 files changed +10
-0
lines changed
Expand file tree Collapse file tree 2 files changed +10
-0
lines changed Original file line number Diff line number Diff line change 1+ mx-packageinstaller (24.12.02) mx; urgency=medium
2+
3+ * Set the application name to fix the Qt translation domain and
4+ window icon name based on the application name instead of the
5+ executable file or symlink name
6+
7+ -- fehlix <fehlix@mxlinux.org> Tue, 31 Dec 2024 10:19:35 -0500
8+
19mx-packageinstaller (24.12.01) mx; urgency=medium
210
311 * make mxpi-launcher a script rather than a symlink
Original file line number Diff line number Diff line change @@ -53,6 +53,8 @@ int main(int argc, char *argv[])
5353 }
5454 qputenv (" TERM" , " dumb" );
5555
56+ QApplication::setApplicationName (" mx-packageinstaller" );
57+
5658 QApplication::setWindowIcon (QIcon::fromTheme (QApplication::applicationName ()));
5759 QApplication::setOrganizationName (" MX-Linux" );
5860 QApplication::setApplicationVersion (VERSION);
You can’t perform that action at this time.
0 commit comments