
Orkut plasmoid is a simply webview showing the mobile version of Orkut. It uses a flake iphone user agent to display the page correctly. This is mostly based on the facebook widget written by nferenc and modified by aderocha.
INSTALL:
plasmapkg -i orkut.zip
7 years ago
V1.0 : Initial release
7 years ago
V1.0 : Initial release
vbsampath
7 years ago
Image hotlink: http://img444.imageshack.us/img444/5722/snapshot5m.png
Thumb hotlink:
as one can see that the left top corner is disturbed by the scrolling in the orkut widget .
This effect is not alone the problem of your widget ..but it is a bug of plasma ..I read it in kde bugs list ..but if you have any workaround for it then please post it here
Report
vbsampath
7 years ago
there is a scrolling issue with the plasmoids and top right corner ...I have heard that is plasma bug ..so I will wait for an update to clear this ...well if you have any workaround for this then please share with me
Report
debz
7 years ago
Report
vbsampath
7 years ago
well my environment is kde 4.4.5
is there any other way for me to get this widget working in my present environment
Report
debz
7 years ago
Comment this part :
class FAgent(QtWebKit.QWebPage):
def __init__(self):
QtWebKit.QWebPage.__init__(self)
def userAgentForUrl(self, url):
return "Mozilla/5.0 (iPhone; U; CPU like Mac OS X; en) AppleWebKit/420+ (KHTML, like Gecko) Version/3.0 Mobile/1A543a Safari/419.3"
also Comment these 2 lines:
self.page = FAgent()
self.webView.setPage(self.page)
Then try running the plasmoid using :
plasmoidviewer Orkut
If it starts fine, remove the comments from main.py and run the same command and send the error.
Report
vbsampath
7 years ago
sam@sam-desktop:~/Downloads$ plasmapkg -i 127451-Orkut.zip
plasmapkg(27413)/libplasma Plasma::PackageStructurePrivate::createPackageMetadata: No metadata file in the package, expected it at: ""
Successfully installed /home/sam/Downloads/127451-Orkut.zip
and moreover I couldn't able to get any orkut basic login page, reload the page or even the ORKUT SETTINGS is also not working ..I mean I couldn't get any settings ...all I get is blank widget .
if this is not the correct way to use it then please shed some light on using it
Report
debz
7 years ago
Report