Warning: session_start(): open(/tmp/sess_lk4v2i85orcomcrsu47et75626, O_RDWR) failed: No space left on device (28) in /www/H01/htdocs/lib/base/lib_base.php on line 280
SMS Widget 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 (1) .- Knowledge Base  . 

SMS Widget

   0.2  

Plasmoid Script

Score 82%
SMS Widget
zoom


Link:  Link
Downloads:  1017
Submitted:  May 7 2009
Updated:  May 20 2009

Description:

SMS Widget is a Plasmoid written in Ruby.
Right now it just supports a few providers, but it is planned to add more online sms services. I'd be glad if any of you added any code for your provider. The more the better.

Installation
Kubuntu (9.04):
sudo aptitude install libkorundum4-ruby1.8 libhttp-access2-ruby1.8
Fedora:
sudo yum install korundum




Changelog:

0.2 - May, 20th 2009
- major code cleanups and UI improvements
- more providers:
--- voipcheap.com
--- coop.ch
--- mbudget.ch
--- swisscom.ch

0.1 - May, 7th 2009:
- initial release.




LicenseGPL
(sms-widget.plasmoid)
Send to a friend
Subscribe
Other  Content  from nethad
Report inappropriate content



goto page:  1  2 

-
.

 great!

 
 by zalbinosek on: May 7 2009
 
Score 50%

great idea! i've been waiting for someone like this,but how do I install it?. i have no idea of writing a code, but if you could explain me, i'd try to write plugins for Polish operators.


Reply to this

-

 Re: great!

 
 by nethad on: May 7 2009
 
Score 50%

Hi, the message below this is meant for you :) I clicked the wrong link.


Reply to this

-

 Installation

 
 by nethad on: May 7 2009
 
Score 50%

Thanks! :)
To install the widget, you could go to the "Add Widgets" dialog (right click on your desktop), there you choose "Install New Widgets" -> "Download New Plasma Widgets".
Or you download the sms-widget.plasmoid here and install it via command line:
plasmapkg -i sms-widget.plasmoid


Reply to this

-

 Re: Installation

 
 by zalbinosek on: May 7 2009
 
Score 50%

I tried installing it from a local file, but didn't work. then i downloaded it from web by the same add widget dialog, but there were errors again.... it just says it cannot be installed or it's not a plasma package..


Reply to this

-

 Re: Re: Installation

 
 by nethad on: May 8 2009
 
Score 50%

What was the error when you tried it from a local file?


Reply to this

-
.

 Re: Re: Re: Installation

 
 by futal on: May 10 2009
 
Score 50%

Installation doesn't work with Kubuntu 9.04 (Jaunty Jackalope) because only Python support is installed for Plasma widget.

Currently, I haven't found an easy way to install Ruby support in Kubuntu. It exists in Debian Sid with plasma-scriptengine-ruby package. Yet installing this package in Ubuntu would require risky changes in base packages.


Reply to this

-

 Re: Re: Re: Re: Installation

 
 by nethad on: May 11 2009
 
Score 50%

I can't speak for Ubuntu, but in Fedora the package needed is called "korundum". A quick inquiry on packages.ubuntu.com

http://packages.ubuntu.com/search?keywords=korundum&searchon=names&suite=jaunty&section=all

shows me, that there's the "libkorundum4-ruby1.8" package. Does it work with that package? If so, I'll add it as a hint in the description.


Reply to this

-
.

 Re: Re: Re: Re: Re: Installation

 
 by futal on: May 14 2009
 
Score 50%

Indeed, in order to have Ruby Plasmoids working with Kubuntu 9.04, you need to install "libkorundum4-ruby1.8" (plus dependencies).

Your SmsWidget also needs the installation of "libhttp-access2-ruby1.8" (plus dependencies) to work. This comes from the "require net/https" header.


In short, for Kubuntu 9.04:
sudo aptitude install libkorundum4-ruby1.8 libhttp-access2-ruby1.8


Reply to this

-

 Re: Re: Re: Re: Re: Re: Installation

 
 by nethad on: May 14 2009
 
Score 50%

Thank you! I added a hint in the description.



-

 Re: Re: Re: Re: Re: Re: Installation

 
 by Thule on: Aug 15 2009
 
Score 50%

Does anybody know which files I have to install under openSuse 11.1? I cannot find any *korundum* file!

Thanks in advance!



-
.

 Adding support to VoipCheap

 
 by futal on: May 7 2009
 
Score 50%

It is explained here how to send SMS using HTML with a VoipCheap account: http://www.voipcheap.com/en/sms_instructions.html

Basically, requesting the following page send the SMS. The answer tells if the SMS was successfully sent.

https://myaccount.VoipCheap.com/clx/sendsms.php?username=xxx​ &password=xxx&from=xxx&to=xxx&text=xxx

* username: your VoipCheap username
* password: your VoipCheap password
* from: your username or your verified phone number in international format (starting with a plus).
* to: destination number in international format (starting with +). I guess several number can be entered with commas. To be checked.
* text: the message you want to send.

It should work similarly with many other providers.


Reply to this

-

 Re: Adding support to VoipCheap

 
 by nethad on: May 12 2009
 
Score 50%

Sorry for the late answer:
voipcheap.com support is currently in the making. It should work but I couldn't test it yet. There will soon be a new version.


Reply to this

-

 Great work

 
 by weinfurt on: May 29 2009
 
Score 50%

I would like to add my provider, but i;m not familiar with rubby. As i seen in others provider files, it is not too complicated, but ! My privider needs to fill captcha form instead of login to site.

So i need two steps sending proces, forst get captcha picture, show that picture for user and than send data to URL with letters from captcha picture filled by user.

is that explanation clear ? Is there anyone would help ?

Thanks
Michal


Reply to this

-

 UK??

 
 by SilvaRizla on: Jul 28 2009
 
Score 50%

Does anyone have a UK provider for this and instructions on how to integrate it?


Reply to this

-

 Configurability

 
 by jschultz on: Aug 4 2009
 
Score 50%

Any chance you could improve the configurability by making an option for an external script to be called to do the actual sending?


Reply to this

goto page:  1  2 

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