hi,
I dont know why you get that particular error message,
but you could try doing the following to get the graphical menu back.
comment this line
kpress(ALTMETA.."F12", "mod_query.query_menu(_, 'mainmenu', 'Main menu: ')"),
and uncomment this one
--kpress(ALTMETA.."F12", "mod_menu.menu(_, _sub, 'mainmenu', {big=true})"),
to get the graphical menu back. Depending on your version of ion the above lines
will either be in cfg_ioncore.lua or cfg_bindings.lua.
HTH,
cheers,
Ashwin.
On 8/21/06, Brian <[EMAIL PROTECTED]> wrote:
I've installed Ion3 from the Kubuntu apt-get repositories, and I like it.
However, I cannot access the main menu. Under Ion2, I'd hit F12, but in Ion3,
when I hit F12, I get a text prompt. When I enter anything into the prompt, I
get "error- no entry 'entered_text'. How can I access the menu?
-Brian