Warning: session_start(): open(/tmp/sess_tfkn6lbkakminamu9u2l3u9892, O_RDWR) failed: No space left on device (28) in /www/H01/htdocs/lib/base/lib_base.php on line 280
futal's comments 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

-
- futal's profile .- Fan of  .- CV  .- Friends  .- Content  .- Latest Comments (12) . 
.
Re: Re: Re: Re: Re: Installation
May 14 2009  on content SMS Widget

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

.
.
Re: Re: Re: Installation
May 10 2009  on content SMS Widget

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.

.
.
Adding support to VoipCheap
May 7 2009  on content SMS Widget

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.

.
French translation
Feb 13 2008  on content MountISO

Note the change from MENU_HEAD=' to MENU_HEAD=" (need also to change the closing ' into ").

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

.
Re: Re: rename
Feb 8 2008  on content KSlovar

Merging the two would be a better idea with the ability for the resulting software to retrieve data from both files and dict servers.

.
.
mods
Jan 19 2008  on content Kim (Kde Image Menu)

I use Kim 0.94 for Kubuntu (kim-konq package). /usr/bin/multiburst needed some changes to work. The same changes are required in other files (not checked) and in version 0.95 (checked).

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

.
.
mods
Jan 19 2008  on content Kim (Kde Image Menu)

I use Kim 0.94 for Kubuntu (kim-konq package). /usr/bin/multiburst needed some changes to work. The same changes are required in other files (not checked) and in version 0.95 (checked).

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

.
.
Playlst analysis bug
May 14 2006  on content ReplayGain

When I try to apply replaygain to the playlist with album mode and if there is different file formats - e.g. Ogg and Mp3 - I got the error "file formats don't match" (fast translation from "Les tags de l'album n'ont pu être appliqués car les formats de fichiers ne correspondent pas").

.
.
Suggestions
Oct 4 2005  on content SpeedCrunch

Since SpeedCrunch is the new default calculator for Kubuntu Breezy, calculate has become a lot easier! Thx. I'm looking forward a complete integration in KDE. Here are some suggestions:
  • SpeedCrunch as a KPart: typping sc:/something to calculate in Konqueror bar could display the result in the tab;
  • Maybe a more KDE-like name? what about SpeedKrunch?
  • Symbolic calculation. I really miss an calculator equivalent to the TI92 under KDE (powerful but easy to use). I have a computer 10,000 times more powerful than a TI92 but still have to use some esotheric language to derivate, integrate, compute series;
  • Possibility to copy the calculus in Klipper using different format (KFormula, OpenOffice Math, LaTeX, image generated by LaTeX...).

.


Do you miss your friend here on the website?
Send an invitation email


Search people
Current visitors
New users
Birthdays
Most active users
Back



-



 
 
 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