Bug: Fingerterm does not honor systemwide touchscreen config
For example, touchscreen vibration is always on, regardless of what your configure in your system config.
For example, touchscreen vibration is always on, regardless of what your configure in your system config.
No, you're right, it doesn't.
There is a 'workaround' if you are okay with using Fingerterm?
Here's how I achieved it and yes, it survives reboot!;
I used File Browser from Jolla Store to navigate to
/home/nemo/.config/FingerTerm/settings.ini
and made a copy to
/home/nemo/Documents
for purposes of editing. (I'm sure there is an easier way to do this, but I was comfortable doing it this way).
Connected Jolla to PC via USB and extracted the .ini to PC desktop and edited one line;
keyPressFeedback=true
to keyPressFeedback=false
saved it and shifted it back to Documents.
Then in Fingerterm, (devel-su required), navigate to Documents and then used the command
cp settings.ini /home/nemo/ .config/FingerTerm/settings.ini
to overwrite the original file. Bingo! No more vibration.
I even rebooted to be sure and the vibration has stayed off!
Long winded I know and perhaps is not the easiest way to achieve it, but it works.
Regards,
Asked: 2014-01-16 01:59:07 +0300
Seen: 255 times
Last updated: Jan 16 '14
Thank you! As i tried to change over settings in this file and the changes where erased each time Fingerterm is launched, I was not aware some could be truly changed. That's what I've done: SSH to the phone
then make a backup of the settings file
then edit with vi
Save it (Escape then type :x then Enter), and no more vibration.
R. ( 2014-03-22 23:46:18 +0300 )