The current series of SciTE ebuilds break the .desktop file instead of fixing it. sed -e 's#Exec=SciTE#Exec=scite#g' \ -e 's#Type=Application#Type=Development#g' \ SciTE.desktop > SciTE.desktop.good mv SciTE.desktop.good SciTE.desktop Instead of changing "Type=Application" to "Type=Development" as is currently done, a new line like "Categories=Application;Editor;Development;" needs to be added. Changing "Type" to "Development" breaks the .desktop file under gnome2.
thanks. fixed in the latest version 1.5.4