
Source (link to git-repo or to original if based on someone elses unmodified work): Add the source-code for this project on opencode.net
Kicker Wine Menu is a menu applet that implements a (buggy) windows start menu that integrates with the KMenu for use with WINE applications.
14 years ago
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.
14 years ago
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.
jacis
14 years ago
/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]
Report
Treco
14 years ago
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?
Report
asdex
14 years ago
Report
piggz
14 years ago
Report