

Dolphin Service Menus
Utilities
Hi,
You should run updatedb as root.
libattr.la is usually located in /usr/lib/libattr.la.
If you stil get errors, try to create symlinks in the /lib directory (run ln -s /lib/libattr.la /usr/lib/libattr.la and ln -s /lib/libacl.la /usr/lib/libacl.la as root) - Jan 14 2006
You should run updatedb as root.
libattr.la is usually located in /usr/lib/libattr.la.
If you stil get errors, try to create symlinks in the /lib directory (run ln -s /lib/libattr.la /usr/lib/libattr.la and ln -s /lib/libacl.la /usr/lib/libacl.la as root) - Jan 14 2006

Java(tm) Launcher
Dolphin Service Menus by kdt 6 comments
IMHO this could be a little bit confusing for some people, because not all .jar-files are "executable"
- Nov 02 2005
I've hit the following compilation error: [SNIP] if g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/local/kde3.5-beta1/include -I/usr/lib/qt-3.3/include -I/usr/X11R6/include -DQT_THREAD_SUPPORT -D_REENTRANT -Wnon-virtual-dtor -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -Wchar-subscripts -Wall -W -Wpointer-arith -Wwrite-strings -O2 -march=athlon -mtune=athlon -Wformat-security -Wmissing-format-attribute -fno-exceptions -fno-check-new -fno-common -MT menu.o -MD -MP -MF ".deps/menu.Tpo" -c -o menu.o menu.cpp; \ then mv -f ".deps/menu.Tpo" ".deps/menu.Po"; else rm -f ".deps/menu.Tpo"; exit 1; fi menu.cpp: In member function ‘virtual void Menu::arrangeButtons()’: menu.cpp:60: error: ‘sin’ was not declared in this scope menu.cpp:60: error: ‘cos’ was not declared in this scope [SNIP] #include math.h helped. The second bug is in main.cpp. There should be "mainWin = new Kommando(".kommandorc");" instead of "mainWin = new Kommando();" ? ;)
- Sep 25 2005

konqueror quickfilter
Various KDE 1.-4. Improvements by mart 24 comments
Is it possible to enable "quickfilter" in "file open/save" dialogs?
- Apr 06 2005