Pasting to fingerterm..
Please, can someone explain how to apply this fix (https://github.com/tpikonen/fingerterm/commit/c234213d4c0307c1289021fc2157c22fe01bf1d4) ? I can't find this files (terminal.cpp and util.cpp) on the phone :( Thanks
We have moved to a new Sailfish OS Forum. Please start new discussions there.
Please, can someone explain how to apply this fix (https://github.com/tpikonen/fingerterm/commit/c234213d4c0307c1289021fc2157c22fe01bf1d4) ? I can't find this files (terminal.cpp and util.cpp) on the phone :( Thanks
This thread is public, all members of Together.Jolla.Com can read this page.
Asked: 2014-02-11 21:54:00 +0200
Seen: 270 times
Last updated: Feb 11 '14
Fingerterm terminal defaults to / as current working directory [duplicate]
Bug: Fingerterm does not honor systemwide touchscreen config
[bug] Fingerterm copy operations crash OS [not relevant]
[QUESTION] Terminal command for insert word into the clipboard ?[answered]
Fingerterm leaves 'zombie' cover on typing 'exit'
[BUG] Terminal buttons Home/End don't work.
[Bug] Broken copying in fingerterm [answered]
Make Fingerterm/Bash startup execute standard profile/bashrc scripts [answered]
Hi Schturman, .cpp is to do with Sailfish SDK which is why you are not finding it on the phone. I don't profess to know anything about Sailfish SDK, but I'd say it's yet to be compiled/packed an offered on a repo somewhere, just a guess! See this link for a little bit of information on Sailfish SDK and .cpp files(although it doesn't tell you what .cpp stands for!). Regards, [https://sailfishos.org/develop-firstapp-code.html]
Spam Hunter ( 2014-02-11 22:16:30 +0200 )edit.cpp-files are the file-ending for source-code written in C++. It is a text-file and can't do anything until it has been compiled. Usually there will be many of these files (and others) that need to be compiled together. Also, the compilation process needs to be configured for your specific device. So the typical install procedure for a source code application (usually a .tgz-archive):
- tar -xzf (archive name)
- cd (unpacked directory)
- ./configure
- make
- devel-su
- make install
00prometheus ( 2014-02-12 01:28:36 +0200 )editThanks to both of you. I was thinking that I can just replace orig. files on the phone :/
Schturman ( 2014-02-12 08:16:40 +0200 )editThe Jolla gives you great power, but with great power follows great responsibility - to learn! :-) You have a Linux machine, so download putty, ssh into your Jolla (so you can use a compter keyboard instead of fingerterm), and experiment!
00prometheus ( 2014-02-12 08:49:02 +0200 )editputty, ssh etc I do on win 7,8 and ubuntu, it's not a problem ;) I'm not programner and dont have any base.. I know create some simple scripts only ;)
Schturman ( 2014-02-12 09:54:12 +0200 )edit