Warning: session_start(): open(/tmp/sess_hovod5ctfg3cuaecg217o9cfm5, O_RDWR) failed: No space left on device (28) in /www/H01/htdocs/lib/base/lib_base.php on line 280
Facebook openDesktop.org
-
 KDE-Apps.org Applications for the KDE-Desktop 
 GTK-Apps.org Applications using the GTK Toolkit 
 GnomeFiles.org Applications for GNOME 
 MeeGo-Central.org Applications for MeeGo 
 CLI-Apps.org Command Line Applications 
 Qt-Apps.org Free Qt Applications 
 Qt-Prop.org Proprietary Qt Applications 
 Maemo-Apps.org Applications for the Maemo Plattform 
 Java-Apps.org Free Java Applications 
 eyeOS-Apps.org Free eyeOS Applications 
 Wine-Apps.org Wine Applications 
 Server-Apps.org Server Applications 
 apps.ownCloud.com ownCloud Applications 
--
-
 KDE-Look.org Artwork for the KDE-Desktop 
 GNOME-Look.org Artwork for the GNOME-Desktop 
 Xfce-Look.org Artwork for the Xfce-Desktop 
 Box-Look.org Artwork for your Windowmanager 
 E17-Stuff.org Artwork for Enlightenment 
 Beryl-Themes.org Artwork for the Beryl Windowmanager 
 Compiz-Themes.org Artwork for the Compiz Windowmanager 
 EDE-Look.org Themes for your EDE Desktop 
--
-
 Debian-Art.org Stuff for Debian 
 Gentoo-Art.org Artwork for Gentoo Linux 
 SUSE-Art.org Artwork for openSUSE 
 Ubuntu-Art.org Artwork for Ubuntu 
 Kubuntu-Art.org Artwork for Kubuntu 
 LinuxMint-Art.org Artwork for Linux Mint 
 Arch-Stuff.org Art And Stuff for Arch Linux 
 Frugalware-Art.org Themes for Frugalware 
 Fedora-Art.org Artwork for Fedora Linux 
 Mandriva-Art.org Artwork for Mandriva Linux 
--
-
 KDE-Files.org Files for KDE Applications 
 OpenTemplate.org Documents for OpenOffice.org
 GIMPStuff.org Files for GIMP
 InkscapeStuff.org Files for Inkscape
 ScribusStuff.org Files for Scribus
 BlenderStuff.org Textures and Objects for Blender
 VLC-Addons.org Themes and Extensions for VLC
--
-
 KDE-Help.org Support for your KDE Desktop 
 GNOME-Help.org Support for your GNOME Desktop 
 Xfce-Help.org Support for your Xfce Desktop 
--
openDesktop.orgopenDesktop.org:   Applications   Artwork   Linux Distributions   Documents    Linux42.org    OpenSkillz.com   
 
Home
Apps
Artwork
News
Groups
Knowledge
Events
Forum
People
Jobs
Register
Login


-
- Content .- Fans (5) .- Knowledge Base  . 

Facebook

  

Plasmoid Script

Score 87%
Facebook
zoom


Downloads:  3985
Submitted:  Jun 12 2009
Updated:  Aug 14 2009

Description:

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




LicenseGPL
Send to a friend
Subscribe
Other  Content  from nferenc
Report inappropriate content



goto page: prev   1  2  3 

-
.

 don't work after reboot

 
 by Zabu on: Oct 9 2009
 
Score 50%

it works great on my kubuntu - till I reboot, then it's only a blank widget.

richtclick --> reload don't work either.
:-(


Reply to this

-

 Re: don't work after reboot

 
 by deichschuh on: Oct 16 2009
 
Score 50%

This is because your network connection propably takes some time after rebooting, you can fix this by adding a few lines to the script.

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.


Reply to this

-

 Re: don't work after reboot

 
 by deichschuh on: Oct 16 2009
 
Score 50%

This is because your network connection propably takes some time after rebooting, you can fix this by adding a few lines to the script.

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.


Reply to this

-

 Re: Re: don't work after reboot

 
 by chareos on: Mar 29 2010
 
Score 50%

It works with these modifications

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 ?


Reply to this

-

 Re: don't work after reboot

 
 by Zabu on: Oct 17 2009
 
Score 50%

Wow, thank you

Works perfectly !!


Reply to this

-
.

 Change font size

 
 by docxcz on: Oct 13 2009
 
Score 50%

Hello, this is very good plasmoid. But in my opinion font and overall size is too big. It is option to reduce it?

Thanks


Reply to this

-

 Order is off

 
 by diederick76 on: Nov 3 2009
 
Score 50%

Nice and useful plasmoid. It works fine, except that the order the messages appear in seems to be random. I'd like to get the most recent one at the top. Is that possible?


Reply to this

-

 Re: Order is off

 
 by nferenc on: Nov 3 2009
 
Score 50%

This is only a simply webview showing the iPhone version of Facebook. So please report a bug to facebook devs :)


Reply to this

-

 Re: Re: Order is off

 
 by diederick76 on: Nov 4 2009
 
Score 50%

Can you tell me which application that is? Did you pull it from svn?


Reply to this

-
.

 edit size?

 
 by zunami on: Dec 6 2009
 
Score 50%

first the tool works
opensuse 11.2

and why cannot edit the size of this tool. i will make it bigger


Reply to this

goto page: prev   1  2  3 

Add commentBack




-



 
 
 Who we are
Contact
More about us
Frequently Asked Questions
Register
Twitter
Blog
Explore
Apps
Artwork
Jobs
Knowledge
Events
People
Updates on identi.ca
Updates on Twitter
Content RSS   
Events RSS   

Participate
Groups
Forum
Add Content
Public API
About openDesktop.org
Legal Notice
Spreadshirt Shop
CafePress Shop
Advertising
Sponsor us
Report Abuse
 

Copyright 2007-2016 openDesktop.org Team  
All rights reserved. openDesktop.org is not liable for any content or goods on this site.
All contributors are responsible for the lawfulness of their uploads.
openDesktop is a trademark of the openDesktop.org Team