How I can add KDevelop to menu?Forum: Other Help Topics Topic: How I can add KDevelop to menu? started by: alikas Posted by alikas on June 26 2006,17:00
How add KDevelop to menu?
Posted by mikshaw on June 26 2006,18:36
First, install KDevelop and make sure it runs in DSL. Good luck with that....maybe apt-get will work, but i have no experience with kde apps in DSL.Second, find out what the command (or commands) is/are for KDevelop. I'm assuming "kdevelop" or something similar. Third, open .fluxbox/menu if you use Fluxbox, or .jwmrc if you use JWM. In .fluxbox/menu, include a line that looks like this:
In .jwmrc, include a line that looks like this:
If there are multiple programs in the kdevelop package (i think there probably is), you may want to do this for each program. Posted by alikas on June 26 2006,19:48
Thanks.I add to fluxbox menu that line: '[exec] (KDevelop) {/usr/bin/kdevelop3}', but KDevelopin menu not appear. And mofify menu begining falowing: 'Debian MENU [begin] (DSLytyrt) [include](.fluxbox/mydsl.menu) [submenu] (Appss) {} . . .' but menu not changed. Changed because I be like super user. Posted by mikshaw on June 26 2006,19:57
So you put it in the "Apps" submenu, yes?Maybe Fluxbox isn't automatically reading the menu file. Try restarting Fluxbox. I can't think of any other reason why it wouldn't work right now, unless you put it at the very end of the file after the last [end], in which case it would not display ever. |