


Plasma 4 Extensions by nethad 20 comments
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 - May 14 2009

Plasma 4 Extensions by nethad 20 comments
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. - May 10 2009

Plasma 4 Extensions by nethad 20 comments
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. - May 07 2009
MENU_HEAD="X-KDE-Submenu=Manage ISO
X-KDE-Submenu[fr]=Gestion ISO
MENU_MOUNT="[Desktop Action MountISOImage]
Name[fr]=Monter l'image
MENU_UNMOUNT="[Desktop Action UnmountISOImage]
Name[fr]=Démonter l'image
MENU_CREATEISO="[Desktop Action CreateISOImage]
Name[fr]=Créer une image ISO
MENU_GRABISO="[Desktop Action GrabISOImage]
Name[fr]=Créer une image ISO à partir d'un cédérom
MENU_CALC="[Desktop Action CalcMD5Sum]
Name[fr]=Calculer la somme MD5
MENU_CONV2ISO="[Desktop Action ConvertCONV2ISO]
Name[fr]=Convertir en ISO
MENU_CHECK="[Desktop Action CheckISOType]
Name[fr]=Vérifier le type ISO - Feb 13 2008

Education Apps by mastermind2k 7 comments

Graphic Apps by cbouveyron 197 comments
line 28: $HOST is not defined.
option 1) replace $HOST with $HOSTNAME
option 2) check and define $HOST before with:
28> test -n "$HOST" || HOST="`hostname`"; export HOST
line 56: wrong location for imagettes: replace:
56> convert -adjoin -delay 5 imagette.*.jpg animation.gif
with
56> convert -adjoin -delay 5 "$KIMDIR"/imagette.*.jpg animation.gif - Jan 19 2008

Graphic Apps by cbouveyron 197 comments
line 28: $HOST is not defined.
option 1) replace $HOST with $HOSTNAME
option 2) check and define $HOST before with:
28> test -n "$HOST" || HOST="`hostname`"; export HOST
line 56: wrong location for imagettes: replace:
56> convert -adjoin -delay 5 imagette.*.jpg animation.gif
with
56> convert -adjoin -delay 5 "$KIMDIR"/imagette.*.jpg animation.gif - Jan 19 2008

Amarok 1.x Scripts by maacruz 274 comments

Science by ariya 36 comments

Graphic Apps by yogin 164 comments

Wallpaper Other by vicko 11 comments