I am having great difficulty in creating the KDE and Gnome menus for Enlightenmnet. I am not much of a scripter/programmer/thinker. I know that there has to be an expert out there that uses SuSE like me. Any help would be greatly appreciated. Thanks in advance.Assuming that the enlightenment version is 0.16.6:
Find the e_gen_menu script, possibly in /usr/share/enlightenment/scripts/.
Add the distribution specific GNOME/KDE install prefixes, i.e. change the line $Prefixes = "/usr/local:/usr:/opt"; into $Prefixes = "/usr/local:/usr:/opt/gnome:/opt/kde3";
I think that this should work at least for GNOME. If KDE menus still aren't generated properly, try not adding the KDE install prefix to $Prefixes but in stead add the line $AppDirs = "$AppDirs:/opt/kde3/share/applnk"; after after the line $AppDirs = MkDirList($Prefixes, "/share/applications");
I'm just guessing from what I think is the GNOME/KDE directory layout on SUSE 9.0. Please correct me if I'm wrong.
/Kim
------------------------------------------------------- This SF.net email is sponsored by: IBM Linux Tutorials. Become an expert in LINUX or just sharpen your skills. Sign up for IBM's Free Linux Tutorials. Learn everything from the bash shell to sys admin. Click now! http://ads.osdn.com/?ad_id=1278&alloc_id=3371&op=click _______________________________________________ enlightenment-users mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/enlightenment-users
