diff options
author | Timothy Pearson <[email protected]> | 2013-01-27 00:53:42 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-01-27 00:53:42 -0600 |
commit | 7890a8168b35a448135a03431cd5e19519f70e41 (patch) | |
tree | 81d8834bcca8c349feec90a3323d7ebc07c5333d /src/INSTALL.Mandrake | |
parent | 7843a9b39e03ed333b5c5183e23f84668293756c (diff) | |
download | knemo-7890a8168b35a448135a03431cd5e19519f70e41.tar.gz knemo-7890a8168b35a448135a03431cd5e19519f70e41.zip |
Rename a number of libraries and executables to avoid conflicts with KDE4
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 |