View Single Post
Posts: 9 | Thanked: 30 times | Joined on Jan 2016 @ Finland
#233
Originally Posted by Jarvis View Post
I don't have app to edit this file, any recomendation?
Enable developer mode + set password at Settings and type this into the Terminal:
Code:
devel-su
Now, type in the password you set. Then, type
Code:
pkcon install nano
This will install nano command line text editor. The next step is to type
Code:
nano /usr/share/lipstick/eventfeed/TwitterFeedItem.qml
Which will open the file. Now, use the arrow keys to find a code block which begins like this:
Code:
LinkedText {
    width:parent.width
    maximumLineCount: 4
    elide: Text.ElideRight
See that 4? Add some zeroes after it to make all the lines visible.
Then press ctrl followed by x. Press Y (may differ between languages) to save the changes and then press enter a couple of times. Then reboot your phone and enjoy long tweets.
 

The Following 2 Users Say Thank You to jollailija For This Useful Post: