diff options
Diffstat (limited to 'src/INSTALL.Mandrake')
| -rw-r--r-- | src/INSTALL.Mandrake | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/INSTALL.Mandrake b/src/INSTALL.Mandrake index 57419d4..75fba17 100644 --- a/src/INSTALL.Mandrake +++ b/src/INSTALL.Mandrake @@ -11,11 +11,11 @@ The simplest way to compile KNemo for Mandrake is: 2. Open the file `knemod\interfaceicon.cpp' and go to line 257. Change the line from - process << "kcmshell" << "kcm_knemo"; + process << "tdecmshell" << "kcm_knemo"; to - process << "kcmshell" << "/usr/share/applnk/Settings/Network/kcm_knemo"; + process << "tdecmshell" << "/usr/share/applnk/Settings/Network/kcm_knemo"; Do the same in line 64 of `knemod\knemodaemon.cpp' @@ -33,7 +33,7 @@ IMPORTANT: If you already installed and started KNemo before doing the above changes it may be neccessary to open the configuration dialog manually by running - kcmshell /usr/share/applnk/Settings/Network/kcm_knemo + tdecmshell /usr/share/applnk/Settings/Network/kcm_knemo on the console after you have installed KNemo with the above solution, because KNemo won't display any icons in the system traybar until it |
