
Facebook
Source (link to git-repo or to original if based on someone elses unmodified work): Add the source-code for this project on opencode.net
Facebook plasmoid is a simply webview showing the iPhone version of Facebook.
It's written in Python by following the excellent tutorial on techbase: http://techbase.kde.org/Development/Tutorials/Plasma/Python/GettingStarted
INSTALL:
plasmapkg -i facebook.zip
zunami
11 years ago
opensuse 11.2
and why cannot edit the size of this tool. i will make it bigger
Report
diederick76
11 years ago
Report
nferenc
11 years ago
Report
diederick76
11 years ago
Report
docxcz
11 years ago
Thanks
Report
Zabu
11 years ago
richtclick --> reload don't work either.
:-(
Report
Zabu
11 years ago
Works perfectly !!
Report
deichschuh
11 years ago
The lines are:
import os
ping = 'ping -c 2 google.com'
pause = 'sleep 2'
def check_network():
if os.system(ping) == 0:
pass
else:
os.system(pause)
check_network()
check_network()
you can add this after:
from PyKDE4.kdecore import KUrl
in contents -> code -> main.py
Maybe nferenc can patch the plasmoid to support this.
Report
deichschuh
11 years ago
The lines are:
import os
ping = 'ping -c 2 google.com'
pause = 'sleep 2'
def check_network():
if os.system(ping) == 0:
pass
else:
os.system(pause)
check_network()
check_network()
you can add this after:
from PyKDE4.kdecore import KUrl
in contents -> code -> main.py
Maybe nferenc can patch the plasmoid to support this.
Report
chareos
10 years ago
BUT
this way the entire KDE sits and wait for network !
This is very noticeable on a wifi based system, and literally kills any start-up time improvement distros made in the last years.
I suppose that os.system pause is way too wide. The best thing would be to put in a loop the facebook plasmoid, not the entire plasma/KDE.
Is there a better way ?
Report
JackSkellington
11 years ago
There is only one problem. My WLAN needs some moments to get connected to the internet and so the facebook-plasmoid stays empty. Even 'reload' doenst't work.
So I alway have to remove and re-add it, which is quite uncomfortable.
Has anybody an idea? :o)
Report
tuxbassen
11 years ago
i might be blind, but i cant seem to find the spot to add a comment on a friend status.
i can find the spot in the 'mobile site' or 'full site' but not in the standard site.
So if it not possible, will it be?
Report
Malix82
11 years ago
Report
gillespie
11 years ago
http://pastebin.com/m6b2c3191. It could really do with some kind of configuration for the timeout but I was just a quick hack job
Report
miguelpino
11 years ago
I was trying to put this on my KDE 4.3 and there was an error
I tryed to install by the "add widgets" button on the upper right corner and it says "Cannot read the script"
then I tried to instal via terminal as u said after downloading from here and and i just get "facebook plasmoid installation failure"
did I miss something? what can I do?
im from Chile... sorry about my bad english.
Report
nferenc
11 years ago
Then install with command: plasmapkg -i facebook.zip
Report
Fenix-TX
11 years ago
This object could not be created for the following reason:
Script initialization failed
Report
Fenix-TX
11 years ago
Report
deichschuh
11 years ago
I just did 3 simple Plasmoids based on your Facebook-Plasmoid.
They Actually do the same as yours, but they acces the mobile Versions of German SchuelerVZ, StudiVZ and MeinVZ.
If you have any problems with this please let me know.
Thanks for your work and your great Plasmoid
Report
deichschuh
11 years ago
http://kde-look.org/content/show.php?content=109897
Report
echoes
11 years ago
could you please add the ability to tab from the email/phone field to the password field?
Report
jammen33
11 years ago
Report
2ndsicness
11 years ago
Report
momocore
11 years ago
Report
vejha
11 years ago
Report