|
|
2010-07-19
, 09:01
|
|
|
Posts: 529 |
Thanked: 262 times |
Joined on Dec 2008
@ Eastleigh, Hampshire, UK
|
#582
|
Hey Daniel,
After it crashed for the first time, I removed the timeline cache, since witter was having problems loading it. But I guess that I might've removed the whole folder. (I did the same thing with the mentions and DMs).
I'm using the Touch theme and it appears on the folder, but I couldn't find any icons in the Touch folder. I don't know if I'm using the wrong command line or if there isn't any icon files in it.
Hopefully this can't help!!
Thx
|
|
2010-07-19
, 12:07
|
|
|
Posts: 529 |
Thanked: 262 times |
Joined on Dec 2008
@ Eastleigh, Hampshire, UK
|
#583
|
|
|
2010-07-20
, 02:03
|
|
Posts: 5 |
Thanked: 0 times |
Joined on Jul 2010
|
#584
|
looks like I've screwed up the packaging and included a Touch as well as a touch folder. only the lower case version has a real set of icons in. the other should not exist. I'll fix it in the next version, but in the mean time you need to make sure you change .witter to have
theme = touch
NOT
theme = Touch
|
|
2010-07-20
, 17:29
|
|
Posts: 1 |
Thanked: 1 time |
Joined on Jul 2010
@ Emmen, Netherlands
|
#585
|
| The Following User Says Thank You to RalphK87 For This Useful Post: | ||
|
|
2010-07-20
, 21:38
|
|
|
Posts: 529 |
Thanked: 262 times |
Joined on Dec 2008
@ Eastleigh, Hampshire, UK
|
#586
|
|
|
2010-07-21
, 03:58
|
|
Posts: 5 |
Thanked: 0 times |
Joined on Jul 2010
|
#587
|
I was hoping to have time to package a fix for this, so that you wouldn't have to learn how to edit the file. But I've been too busy.
there are lots of ways, the way I know is to use an editor called 'vi' but this is not exactly a user friendly way to do anything.
basically....at xterm enter:
vi /home/user/.witter
this will load up a screen with the contents of the file, navigate using the arrow keys to put the cursor under the T of Touch then enter:
rt
this will 'replace' the current caracter with 't'
then enter
:wq
the colon will take you to a menu, then w will save the file, and the q will quit.
|
|
2010-07-21
, 20:04
|
|
|
Posts: 529 |
Thanked: 262 times |
Joined on Dec 2008
@ Eastleigh, Hampshire, UK
|
#588
|
Hey Daniel,
I chanced the theme to monochrome (I tried the touch as well) but witter keeps crashing. When I run the command more /home/user/.witter, it shows me theme = monochrome.
Running the command run-standalone.sh.... it shows this:
gestures enabled
no service setting
Traceback (most recent call last) :
File "/opt/witter/witter.py", line 1184, in <module>
app = Witter ()
File "/opt/witter/witter.py", line 149, in __init__
self.readConfig ()
File "/opt/witter/witter.py", line 455, in readConfig
self.search_terms = config.get ("search", "search_terms")
File "/usr/lib/python2.5/ConfigParser.py", line 520, in get
raise NoOptionError: No option 'search_terms' in section: 'search'
Either I screwed it up for good or we are getting close to fix it. I'm almost waiting for the next update to be released, but I really like this app. Hopefully it works again.
Thx
|
|
2010-07-21
, 21:52
|
|
Posts: 10 |
Thanked: 2 times |
Joined on May 2010
@ Geneva, Switzerland
|
#589
|
|
|
2010-07-22
, 01:57
|
|
Posts: 5 |
Thanked: 0 times |
Joined on Jul 2010
|
#590
|
looks like you may have deleted an extra line. In any case 0.3.5-2 is on it's way to extras-devel which should fix your problem and the previous ones. I've also (hopefully) removed the erroneous extra folder from the package.
![]() |
| Tags |
| python, twitter |
| Thread Tools | |
|
After it crashed for the first time, I removed the timeline cache, since witter was having problems loading it. But I guess that I might've removed the whole folder. (I did the same thing with the mentions and DMs).
I'm using the Touch theme and it appears on the folder, but I couldn't find any icons in the Touch folder. I don't know if I'm using the wrong command line or if there isn't any icon files in it.
Hopefully this can't help!!
Thx