Skip to content

Commit 156754b

Browse files
Merge pull request #39 from fehlix/master
set application name
2 parents 2f2e303 + 9ebe4b6 commit 156754b

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

debian/changelog

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
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+
19
mx-packageinstaller (24.12.01) mx; urgency=medium
210

311
* make mxpi-launcher a script rather than a symlink

main.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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);

0 commit comments

Comments
 (0)