We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c35fdd9 commit 1b70192Copy full SHA for 1b70192
1 file changed
usr/lib/webapp-manager/common.py
@@ -283,6 +283,7 @@ def create_webapp(self, name, desc, url, icon, category, browser, custom_paramet
283
desktop_file.write("Terminal=false\n")
284
desktop_file.write("X-MultipleArgs=false\n")
285
desktop_file.write("Type=Application\n")
286
+ desktop_file.write("NoDisplay=false\n")
287
desktop_file.write("Icon=%s\n" % icon)
288
desktop_file.write("Categories=GTK;%s;\n" % category)
289
desktop_file.write("MimeType=text/html;text/xml;application/xhtml_xml;\n")
0 commit comments