Re: [Factor-talk] menu reloading

2007-01-11 Thread Eduardo Cavazos
Chris, Here's a common sense solution: add a "reload menus" item to the root-menu. :-) Of course, this works because the reload itself is kicked off from within the thread that is in the same namespace as the original menus. I think this is the "right thing". { { "xterm" [ "xterm &

[Factor-talk] menu reloading

2007-01-11 Thread Eduardo Cavazos
Chris, Just to clarify, if you make a simple .xsession which just launches an xterm and then do: ./f -shell=tty USE: factory f start-factory then you can edit the menus in factory-rc, do a \ apps-menu reload in that terminal and it should work. If you start factory like this: ./f -shell=tty