This goes along with the thread on installing kdeconnect, but there is another problem that I've been needing to ask about but just haven't gotten to it yet. I have actually installed/re-installed 13.10 four or five times in the last two months, as I tried to learn linux instead of windows, and ended up wrecking the whole system. I haven't been able to get the "cd" command to work in any of those installs. I can type "cd /home/" and it moves to the home folder, but that's it, no matter what I do, it will not cd to any other folder. I have even copied and pasted commands off the internet to cd to the download folder, and it would say something like folder doesn't exist, or no such directory or whatever, it's not a command I use very often, usually if I can't get it from the repository I don't get it. I download very little that's not in the repository, and then only from official ubuntu/kubuntu/linux pages, so those are .deb files.
Now to the kdeconnect problem, I followed the directions and copied and pasted the instructions from the link posted in the other kdeconnect thread. I got down to the last three steps, which starts with a "cd" command, and my terminal won't cd to the folder, however I checked and it appears that everything is installed. But when trying to pair the devices, it times out, however that could be because I'm tethering my internet from my phone. I'll probably get that worked out as soon as I disconnect the internet connection.
Now here is a copy of my terminal where the cd fails, not only does the cd command fail, but if I move the folder to the home folder, the make and make install commands always fail also, same reason, it says that file does not exist, even when I point the terminal straight to the file, even right click and "open terminal here" or "open in terminal" it says file not found. So I don't know if I'm doing something wrong, or if the system has an error. I know I'm throwing a bunch of different problems into one thread, but are all intertwined.
robby@robby-Aspire-5734Z:~$ cd kdeconnect-kde
bash: cd: kdeconnect-kde: No such file or directory
robby@robby-Aspire-5734Z:~$ cmake -DCMAKE_INSTALL_PREFIX=/usr ./
CMake Error: The source directory "/home/robby" does not appear to contain CMakeLists.txt.
Specify --help for usage, or press the help button on the CMake GUI.
robby@robby-Aspire-5734Z:~$ make
make: *** No targets specified and no makefile found. Stop.
robby@robby-Aspire-5734Z:~$ sudo make install
[sudo] password for robby:
make: *** No rule to make target `install'. Stop.
robby@robby-Aspire-5734Z:~$ cmake -DCMAKE_INSTALL_PREFIX=/usr ./
CMake Error: The source directory "/home/robby" does not appear to contain CMakeLists.txt.
Specify --help for usage, or press the help button on the CMake GUI.
robby@robby-Aspire-5734Z:~$ make
make: *** No targets specified and no makefile found. Stop.
robby@robby-Aspire-5734Z:~$ sudo make install
make: *** No rule to make target `install'. Stop.
robby@robby-Aspire-5734Z:~$ cd /home/robby/downloads/kdeconnect-kde-0.1
bash: cd: /home/robby/downloads/kdeconnect-kde-0.1: No such file or directory
robby@robby-Aspire-5734Z:~$
Now to the kdeconnect problem, I followed the directions and copied and pasted the instructions from the link posted in the other kdeconnect thread. I got down to the last three steps, which starts with a "cd" command, and my terminal won't cd to the folder, however I checked and it appears that everything is installed. But when trying to pair the devices, it times out, however that could be because I'm tethering my internet from my phone. I'll probably get that worked out as soon as I disconnect the internet connection.
Now here is a copy of my terminal where the cd fails, not only does the cd command fail, but if I move the folder to the home folder, the make and make install commands always fail also, same reason, it says that file does not exist, even when I point the terminal straight to the file, even right click and "open terminal here" or "open in terminal" it says file not found. So I don't know if I'm doing something wrong, or if the system has an error. I know I'm throwing a bunch of different problems into one thread, but are all intertwined.
robby@robby-Aspire-5734Z:~$ cd kdeconnect-kde
bash: cd: kdeconnect-kde: No such file or directory
robby@robby-Aspire-5734Z:~$ cmake -DCMAKE_INSTALL_PREFIX=/usr ./
CMake Error: The source directory "/home/robby" does not appear to contain CMakeLists.txt.
Specify --help for usage, or press the help button on the CMake GUI.
robby@robby-Aspire-5734Z:~$ make
make: *** No targets specified and no makefile found. Stop.
robby@robby-Aspire-5734Z:~$ sudo make install
[sudo] password for robby:
make: *** No rule to make target `install'. Stop.
robby@robby-Aspire-5734Z:~$ cmake -DCMAKE_INSTALL_PREFIX=/usr ./
CMake Error: The source directory "/home/robby" does not appear to contain CMakeLists.txt.
Specify --help for usage, or press the help button on the CMake GUI.
robby@robby-Aspire-5734Z:~$ make
make: *** No targets specified and no makefile found. Stop.
robby@robby-Aspire-5734Z:~$ sudo make install
make: *** No rule to make target `install'. Stop.
robby@robby-Aspire-5734Z:~$ cd /home/robby/downloads/kdeconnect-kde-0.1
bash: cd: /home/robby/downloads/kdeconnect-kde-0.1: No such file or directory
robby@robby-Aspire-5734Z:~$
Comment