﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
3038	omnotebook.desktop leads to corrupted start menu under Lubuntu	Rüdiger Franke	Adeel Asghar	"Installing OpenModelica under Lubuntu 14.10 with:
{{{
sudo apt-get install openmodelica
}}}
leads to a corrupted start menu in lxpanel. After some trial&error and re-installations, finally a newline in the Comment of the desktop entry for OMNotebook turned out to be the reason: 
{{{
[Desktop Entry]
Version=1.0
Encoding=UTF-8
Name=OMNotebook
GenericName=Physical modeling and simulation tool
Comment=An open-source software tool for an electronic notebook\nsupporting Modelica.
TryExec=OMNotebook
Exec=OMNotebook %f
Icon=/usr/share/pixmaps/OMNotebook_icon.svg
Terminal=false
Type=Application
StartupNotify=true
Categories=Development;Education;Science;Math;
MimeType=text/x-onb;application/x-omnotebook;
}}}

Can you possibly remove the \n from the Comment?
"	defect	closed	high	1.9.2	Installation program	trunk	fixed		
