So I have things pretty much screwed up. I continued on trying to follow online instructions. One of the things I did was copy the file "install.sh" to Home>kim4. I did this because I have Home>kim4>kim4. The last "kim4" contains the extracted KIM files. When trying to install kim4 using konsole, it wouldn't work. I finally copied "install.sh" to the first "kim4" and it worked, kind of. The online instructions said I had one more step.
"To complete the installation you will need to create the missing imageconverter.desktopdirectory, by creating it in terminal using the following command:sudo mkdir /usr/share/kde4/services/ServiceMenus/imageconverter.desktop
Once this directory have been created, KIM should work."
I did that and konsole stated "the file exists".
Here's my most recent attempt:
"To complete the installation you will need to create the missing imageconverter.desktopdirectory, by creating it in terminal using the following command:sudo mkdir /usr/share/kde4/services/ServiceMenus/imageconverter.desktop
Once this directory have been created, KIM should work."
I did that and konsole stated "the file exists".
Here's my most recent attempt:
Code:
richard@richard-HP-15-Notebook-PC:~$ sudo mkdir /usr/share/kde4/services/ServiceMenus/imageconverter.desktop [sudo] password for richard: richard@richard-HP-15-Notebook-PC:~$ sudo bash ~/kim4/install.sh bash: /home/richard/kim4/install.sh: No such file or directory richard@richard-HP-15-Notebook-PC:~$ sudo bash ~/kim4/install.sh [sudo] password for richard: bash: /home/richard/kim4/install.sh: No such file or directory richard@richard-HP-15-Notebook-PC:~$ sudo bash ~/kim4/install.sh [sudo] password for richard: bash: /home/richard/kim4/install.sh: No such file or directory richard@richard-HP-15-Notebook-PC:~$ file:///home/richard/kim4/kim4/install.sh bash: file:///home/richard/kim4/kim4/install.sh: No such file or directory richard@richard-HP-15-Notebook-PC:~$ sudo bash ~/kim4/install.sh cp: cannot stat ‘src/kim_*.desktop’: No such file or directory cp: cannot stat ‘src/bin/kim_*’: No such file or directory chmod: cannot access ‘/usr/bin/kim_*’: No such file or directory chmod: cannot access ‘/usr/share/kde4/services/ServiceMenus/kim_*.desktop’: No such file or directory cp: cannot stat ‘COPYING’: No such file or directory cp: cannot stat ‘src/slideshow/*’: No such file or directory cp: cannot stat ‘src/gallery/*’: No such file or directory Kim has been installed. Good bye! richard@richard-HP-15-Notebook-PC:~$ sudo mkdir /usr/share/kde4/services/ServiceMenus/imageconverter.desktop [sudo] password for richard: Sorry, try again. [sudo] password for richard: Sorry, try again. [sudo] password for richard: richard@richard-HP-15-Notebook-PC:~$ sudo mkdir /usr/share/kde4/services/ServiceMenus/imageconverter.desktop mkdir: cannot create directory ‘/usr/share/kde4/services/ServiceMenus/imageconverter.desktop’: File exists richard@richard-HP-15-Notebook-PC:~$
Comment