
wine menu
Source (link to git-repo or to original if based on someone elses unmodified work):
0.2
Menu entries that are not executables will use the kde icon for their mime type.
Entries that are not executables will be run by the host system, not wine.
Added a third default location to find entries.
0.1
It works. Well, it can execute programs, possibly with arguments. I dont have many apps installed, but it works with the ones i have. Get back to me with bug reports and i'll try and fix them.
Ratings & Comments
4 Comments
I've an error in make... /bin/sh ../libtool --silent --mode=compile --tag=CXX g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/kde/3.5/include -I/usr/qt/3/include -I. -DQT_THREAD_SUPPORT -D_REENTRANT -Wnon-virtual-dtor -Wno-long-long -Wundef -Wall -W -Wpointer-arith -Wwrite-strings -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -Wchar-subscripts -O2 -Wformat-security -Wmissing-format-attribute -fno-exceptions -fno-check-new -fno-common -c -o menuitem.lo `test -f 'menuitem.cpp' || echo './'`menuitem.cpp menuitem.cpp:37:24: menuitem.moc: No such file or directory make[2]: *** [menuitem.lo] make[2]: Leaving directory `/home/jacis/programy/winemenu.kdevelop/src' make[1]: *** [all-recursive] make[1]: Leaving directory `/home/jacis/programy/winemenu.kdevelop' make: *** [all]
I've an error in make... make[2]: Entering directory `/root/winemenu.kdevelop/src' if /bin/sh ../libtool --silent --mode=compile --tag=CXX g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/kde/3.4/include -I/usr/qt/3/include -I. -DQT_THREAD_SUPPORT -D_REENTRANT -Wnon-virtual-dtor -Wno-long-long -Wundef -Wall -W -Wpointer-arith -Wwrite-strings -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -Wchar-subscripts -O2 -Wformat-security -Wmissing-format-attribute -fno-exceptions -fno-check-new -fno-common -MT menuitem.lo -MD -MP -MF ".deps/menuitem.Tpo" \ -c -o menuitem.lo `test -f 'menuitem.cpp' || echo './'`menuitem.cpp; \ then mv -f ".deps/menuitem.Tpo" ".deps/menuitem.Plo"; \ else rm -f ".deps/menuitem.Tpo"; exit 1; \ fi menuitem.cpp:37:24: menuitem.moc: No such file or directory make[2]: *** [menuitem.lo] Error 1 make[2]: Leaving directory `/root/winemenu.kdevelop/src' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/root/winemenu.kdevelop' make: *** [all] Error 2 any clue?
So what's the difference to the "wine" submenu located in the normal KDE menu?
This contains all the entries exactly as they appear in windows. The normal wine menu only contains a subset i think.