Active Topics

 



Notices


Reply
Thread Tools
Posts: 4,556 | Thanked: 1,624 times | Joined on Dec 2007
#51
Feed Circuit caches the article from where-ever the RSS Feed is coming from onto the device itself. FeedingIt caches the RSS feed (minus images) but not whatever the RSS feed is linking to.
__________________
Originally Posted by ysss View Post
They're maemo and MeeGo...

"Meamo!" sounds like what Zorro would say to catherine zeta jones... after she slaps him for looking at her dirtily...
 

The Following User Says Thank You to Laughing Man For This Useful Post:
Posts: 459 | Thanked: 669 times | Joined on Sep 2007 @ The DMV
#52
Originally Posted by geneven View Post
Feed Circuit works great for me, and Feedingit is also very cool; I'm really torn as to which to use. So I'll switch off from one to the other till I develop a preference.
So Feed Circuit is working perfectly for you? George has been working feverishly trying to get things working for me, e-mailing debs for me to try, etc.

I'm wondering now if there is something peculiar to my configuration or use case that is causing my issues (basically, we've figured out that the app hangs on the final stage of the final feed refresh.).
 
Posts: 35 | Thanked: 20 times | Joined on Dec 2009
#53
Hello,

I am currently trying Feed Circuit and I'm experiencing a freeze at the final stage (i.e. "Deleting...") of the update process.
It seems that the RefreshProgressWindows is killed (I don't know why) but stays stuck on the screen and preventing the user to do anything.
I've editted the code and remove the RefreshProgressWindows. Now all the updating process is done without a progression bar, but it's working.

Is someone else experiencing the same issue ?
 
Posts: 4 | Thanked: 0 times | Joined on Feb 2010
#54
i am experiencing exactly the same problem - a freeze during the deleting phase. how can i obtain a copy of the app with the code removed please?
 
Posts: 35 | Thanked: 20 times | Joined on Dec 2009
#55
Originally Posted by SingingDwarf View Post
i am experiencing exactly the same problem - a freeze during the deleting phase. how can i obtain a copy of the app with the code removed please?
It is in Python, so you just have to edit the code on your N900 without downloading anything !

If you're not familiar with terminal, root, or code editing, I would recommand that you wait for the official patch.

Anyway here is the ugly 'patch'. Edit as root the file /usr/lib/python2.5/site-packages/feedcircuit/hildonui.py

Replace:

Code:
    def update_feeds_async(self, feeds_configs):
        self.__progress_window = RefreshProgressWindow(self.__window)
        self.__thread = Thread(target = self.update_feeds, args = (feeds_configs,))
        self.__thread.start()
        try:
            if self.__progress_window.run() == gtk.RESPONSE_CANCEL:
                self.__aborted = True
        finally:
            self.__progress_window.destroy()
            self.__progress_window = None
with:

Code:
    def update_feeds_async(self, feeds_configs):
        #self.__progress_window = RefreshProgressWindow(self.__window)
        self.__thread = Thread(target = self.update_feeds, args = (feeds_configs,))
        self.__thread.start()
        try:
            #if self.__progress_window.run() == gtk.RESPONSE_CANCEL:
            #    self.__aborted = True
            pass
        finally:
            #self.__progress_window.destroy()
            self.__progress_window = None
 
Posts: 35 | Thanked: 20 times | Joined on Dec 2009
#56
Combining FeedCircuit with FeedingIt would be very welcome.
The 2 are really complementary and would benefit a lot.

The feeds and articles presentation and navigation in FeedingIt is very intuitive. The caching of article and associated filters in FeedCircuit is excellent.
 
Posts: 29 | Thanked: 20 times | Joined on Feb 2010
#57
Originally Posted by SaintGermain View Post
Combining FeedCircuit with FeedingIt would be very welcome.
I agree. And I would like a desktop widget too so I can scan quickly scan headlines - pretty much the only good thing about the bundled RSS app.
 
Posts: 344 | Thanked: 73 times | Joined on Oct 2009 @ Los Angeles
#58
+1.........
 
Posts: 3 | Thanked: 1 time | Joined on Feb 2010
#59
Guys,

I found 'grr' in the repos yesterday. It is what a lot of you have asked for.

http://maemocentral.com/2010/02/24/g...-for-the-n900/

It kicks the stock RSS reader's ***, sure it needs some more features such as sharing, folders and offline mode, but it's absolutely fantastic and even worth the missus giving me the silent treatment for being stuck with the app all day long
 
Posts: 344 | Thanked: 73 times | Joined on Oct 2009 @ Los Angeles
#60
Isn't tied to google reader only?
 
Reply

Tags
maemo 5, rss reader


 
Forum Jump


All times are GMT. The time now is 03:17.