Version: 3.3.1 (using KDE 3.3.2, (3.1)) Compiler: gcc version 3.3.5 (Debian 1:3.3.5-6) OS: Linux (i686) release 2.6.8-1-686-smp I tried to create a patch for quickbrower to show a menu entry "actions" like in konqueror with right click on directory. I locate the source code in quickbrowser to add menu entry "actions" : http://lxr.kde.org/source/kdebase/kicker/ui/browser_mnu.cpp#L155 but I don't find the source code of menu entry "actions" in konqueror. I find this : http://lxr.kde.org/source/kdebase/konqueror/konq_guiclients.cc but I no idea to use this. Do you explain me to show the right menu entry "actions" with reading the good configuration for directory actions ? Thanks very much, I'm a beginner with kde source code.
Created attachment 9232 [details] an ugly patch for this problem I create a patch for my wish, but I don't use actions config, it's not a good idea I think.
konqueror's action menus are loaded in kdebase/libkonq/konq_popupmenu.cc .. it's pretty dense code and for the next release i'd like to abstract out all the servicemenu stuff so that other applications can access it more easily.
thanks very much for your comment but david faure answers at this question :) It's a good idea to abstract this after kde 3.4 release ;)
*** This bug has been marked as a duplicate of 75228 ***