I just checked the sourcecode of 3.4.0, I find it just have very little modification in gwibber-3.4.0/gwibber/microblog/util/resources.py, and still need this patch.
And of cause, the supported service plugins by now works fine without this patch, and if you want make netease( a popular microblog service provider in China) plugin work, you should use this patch. I'm sure this patch do not have any side effect, and store a URL as locale file, the program should do urllib.urlencode() convert. -- You received this bug notification because you are a member of Gwibber Bug Heros, which is subscribed to Gwibber. https://bugs.launchpad.net/bugs/774186 Title: avatar_cache_image in get_avatar_path need urlencode Status in Gwibber: Incomplete Bug description: in some microblog service, the user icon url is dynamic. for example "http:oimagec6.ydstatic.comimage?w=48&h=48&url=http%3A%2F%2F126.fm%2F1nGStR" webkit could not load the file with this kind of name. so just use urllib.urlencode(avatar_cache_image) to make sure webkit could load that file. To manage notifications about this bug go to: https://bugs.launchpad.net/gwibber/+bug/774186/+subscriptions _______________________________________________ Mailing list: https://launchpad.net/~gwibber-bugs Post to : gwibber-bugs@lists.launchpad.net Unsubscribe : https://launchpad.net/~gwibber-bugs More help : https://help.launchpad.net/ListHelp