In ~/.kde/share/config/kilerc, look for the section [KileMainWindow], and within that look for the line menubar=Disabled. Change Disabled to Enabled or delete this line.
Thanks to @fossfreedom for suggesting looking in ~/.kde/share/config/kilerc.
The location of kilerc on my PC is $XDG_CONFIG_HOME/kilerc. As mentioned in the other answers, go to this file and change menubar=Disabled to menubar=Enabled.
In
~/.kde/share/config/kilerc
, look for the section[KileMainWindow]
, and within that look for the linemenubar=Disabled
. ChangeDisabled
toEnabled
or delete this line.Thanks to @fossfreedom for suggesting looking in
~/.kde/share/config/kilerc
.converted comment to answer
A similar issue was reported on ubuntuforums.
In this case it was reported against Kubuntu - so the observation that you have switched to LXDE perhaps is not the key issue here.
The resolution was to rename the file
~/.kde/share/config/kilerc
.This file will then be regenerated when you next start Kile.
This will result in your own customisation settings being lost but user-defined shortcuts are retained.
If you do not want to destroy your settings:
~/.kde/share/config/kilerc
with an editor.[KileMainWindow]
.MenuBar=Disabled
toMenuBar=Enabled
.The location of
kilerc
on my PC is$XDG_CONFIG_HOME/kilerc
. As mentioned in the other answers, go to this file and changemenubar=Disabled
tomenubar=Enabled
.