aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEike Ziller <eike.ziller@qt.io>2017-04-21 13:05:26 +0200
committerEike Ziller <eike.ziller@qt.io>2017-04-27 09:50:19 +0000
commita3b015af46ec488aafe3da16532252be5a2e5bc6 (patch)
tree14b2c01530c67a5f5d5b244b3b6d7aa99084ad6f
parent97913a6589b8634626b537279706e86833eb16fa (diff)
Qt Creator: Fix that windows did not associate with desktop shortcutv5.9.0-beta3-packaging
The Qt Creator windows have WM_CLASS qtcreator, and the desktop entry should reflect that. Task-number: QTCREATORBUG-14707 Change-Id: I86acc746b2036ef93dc2d06639f1cb0fc95ef9d1 Reviewed-by: Tobias Hunger <tobias.hunger@qt.io> Reviewed-by: Robert Loehning <robert.loehning@qt.io>
-rw-r--r--packaging-tools/configurations/pkg_templates/pkg_tools/qt.tools.qtcreator/meta/installscript.qs2
1 files changed, 1 insertions, 1 deletions
diff --git a/packaging-tools/configurations/pkg_templates/pkg_tools/qt.tools.qtcreator/meta/installscript.qs b/packaging-tools/configurations/pkg_templates/pkg_tools/qt.tools.qtcreator/meta/installscript.qs
index 18e7d7c2b..ecbca1544 100644
--- a/packaging-tools/configurations/pkg_templates/pkg_tools/qt.tools.qtcreator/meta/installscript.qs
+++ b/packaging-tools/configurations/pkg_templates/pkg_tools/qt.tools.qtcreator/meta/installscript.qs
@@ -213,7 +213,7 @@ Component.prototype.createOperations = function()
component.addOperation("InstallIcons", installer.value("TargetDir") + "%TARGET_INSTALL_DIR%/share/icons" );
component.addOperation("CreateDesktopEntry",
"DigiaQt-qtcreator-community.desktop",
- "Type=Application\nExec=" + component.qtCreatorBinaryPath + "\nName=Qt Creator (Community)\nGenericName=The IDE of choice for Qt development.\nIcon=QtProject-qtcreator\nTerminal=false\nCategories=Development;IDE;Qt;\nMimeType=text/x-c++src;text/x-c++hdr;text/x-xsrc;application/x-designer;application/vnd.qt.qmakeprofile;application/vnd.qt.xml.resource;text/x-qml;text/x-qt.qml;text/x-qt.qbs;");
+ "Type=Application\nExec=" + component.qtCreatorBinaryPath + "\nName=Qt Creator (Community)\nGenericName=The IDE of choice for Qt development.\nIcon=QtProject-qtcreator\nStartupWMClass=qtcreator\nTerminal=false\nCategories=Development;IDE;Qt;\nMimeType=text/x-c++src;text/x-c++hdr;text/x-xsrc;application/x-designer;application/vnd.qt.qmakeprofile;application/vnd.qt.xml.resource;text/x-qml;text/x-qt.qml;text/x-qt.qbs;");
maintenanceToolPath = installer.value("TargetDir") + "/MaintenanceTool";
}
if (installer.value("os") == "mac") {