Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 33273 - kde menu generation for enlightenment does not look in /usr/kde/3.1
Summary: kde menu generation for enlightenment does not look in /usr/kde/3.1
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: SpanKY
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-11-11 20:03 UTC by quannum
Modified: 2010-08-14 16:14 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description quannum 2003-11-11 20:03:07 UTC
i run the menu generator with success. Gnome, Others menu work nicely. Kde menus
not complete.

Reproducible: Always
Steps to Reproduce:
1. generate menu from the enlightenment kicker/start menu thing
2. browse to the KDE section of the User Menu

Actual Results:  
apps that put there .desktop in /usr/share/applnk show up in the menu

Expected Results:  
/usr/share/applnk apps and /usr/kde/3.1/share/applnk should show up


emerge info
Portage 2.0.49-r15 (default-x86-1.4, gcc-3.2.3, glibc-2.3.2-r1, 2.6.0-test9-mm2)
=================================================================
System uname: 2.6.0-test9-mm2 i686 AMD-K7(tm) Processor
Gentoo Base System version 1.4.3.10p1
ccache version 2.3 [enabled]
ACCEPT_KEYWORDS="x86"
AUTOCLEAN="yes"
CFLAGS="-march=athlon -O2 -pipe -fomit-frame-pointer"
CHOST="i686-pc-linux-gnu"
COMPILER="gcc3"
CONFIG_PROTECT="/etc /var/qmail/control /usr/kde/2/share/config
/usr/kde/3/share/config /usr/X11R6/lib/X11/xkb /usr/kde/3.1/share/config
/usr/share/texmf/tex/generic/config/ /usr/share/texmf/tex/platex/config/
/usr/share/config"
CONFIG_PROTECT_MASK="/etc/gconf /etc/env.d"
CXXFLAGS="-march=athlon -O2 -pipe -fomit-frame-pointer"
DISTDIR="/usr/portage/distfiles"
FEATURES="sandbox ccache autoaddcvs"
GENTOO_MIRRORS="ftp://ftp.ussg.iu.edu/pub/linux/gentoo http://gentoo.noved.org/
ftp://gentoo.noved.org/ ftp://mirror.iawnet.sandia.gov/pub/gentoo/
http://www.zentek-international.com/mirrors/gentoo/"
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY=""
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="x86 oss apm avi crypt cups encode foomaticdb gif jpeg gnome libg++ mad
mikmod mpeg ncurses nls pdflib png quicktime spell truetype xml2 xmms xv zlib
alsa gdbm berkdb slang readline arts tetex svga tcltk java guile X sdl gpm tcpd
pam libwww ssl perl python esd imlib oggvorbis gtk qt kde motif opengl mozilla
ldap gtk2 gtkhtml hyriand moznocompose moznoirc moznomail usb"
Comment 1 quannum 2003-11-11 20:09:05 UTC
my fix:
--- /usr/share/enlightenment/scripts/e_gen_menu 2003-11-11 20:10:57.773571744 -0800
+++ /usr/share/enlightenment/scripts/e_gen_menu.new     2003-11-11 20:09:54.718157624 -0800
@@ -25,7 +25,7 @@
 ##############################################################################
 
 # Likely  prefixes
-$Prefixes = "/usr/local:/usr:/opt";
+$Prefixes = "/usr/local:/usr:/usr/kde/3.1:/opt";
 
 # Where to look for GNOME2/KDE2,3 stuff
 $AppDirs = MkDirList($Prefixes, "/share/applications");
Comment 2 SpanKY gentoo-dev 2003-11-11 20:13:36 UTC
fixed in cvs, thanks
Comment 3 Diego Elio Pettenò (RETIRED) gentoo-dev 2010-08-14 16:14:52 UTC
*** Bug 332743 has been marked as a duplicate of this bug. ***