Re: [Kde-hardware-devel] Status of encrypted devices in Plasma / Solid

2010-02-20 Thread Kevin Ottens
On Monday 7 December 2009 18:00:05 Jacopo De Simoi wrote: > looking forward to check the validity of a bug regarding the device > notifier and encrypted devices (containers) I noticed several issues with > them in the current implementation of the dataengines > The imporant thing to know about the

[PATCH] Support for PopupApplets in Python

2010-02-20 Thread Luca Beltrame
Hello, as I said, I've been trying to hack in support for PopupApplets in Python. This patch is a first version of such a thing, which at least enables the proper binding when used scripted applets. It needs some review, as I'm unfamiliar on how PopupApplets work, and if I'm doing the right th

Re: branches/KDE/4.4/kdeplasma-addons/runners/mediawiki

2010-02-20 Thread Sebastian Kügler
On Saturday 20 February 2010 15:41:38 Sebastian Kügler wrote: > Add wiki: as keyword to the mediawiki runner Changed that to just "wiki foobar", so no colon anymore. -- sebas http://www.kde.org | http://vizZzion.org | GPG Key ID: 9119 0EF9 signature.asc Description: This is a digitally sig

Re: Python PopupApplet and ScriptEngines

2010-02-20 Thread Richard Dale
On Sat, Feb 20, 2010 at 11:18 AM, Luca Beltrame wrote: > Hello, > > AFAIK, there is no PopupApplet for Python scriptengines yet, and I'd like to > hack in this functionality. > Currently the applets in Python use "plasmascript" to work, so I assume this > would be the place to add support in. So,

branches/KDE/4.4/kdeplasma-addons/runners/mediawiki

2010-02-20 Thread Sebastian Kügler
SVN commit 1093286 by sebas: Add wiki: as keyword to the mediawiki runner This way we can enable this runner (and its decendants) by default, without hammering all kinds of webservers on every keystroke (which is also a security problem). Trading in a bit of convenience here. CCMAIL:r...@kde.

Re: Globally installed Python Plasmoids

2010-02-20 Thread Aaron J. Seigo
On February 19, 2010, Jonathan Riddell wrote: > With 4.4 I can't seem to get globally installed Python plasmoids to > work in 4.4. this would be a bug; i'll explore it while i'm here @ t4. -- Aaron J. Seigo humru othro a kohnu se GPG Fingerprint: 8B8B 2209 0C6F 7C47 B1EA EE75 D6B7 2EB1 A7F1 DB4

Re: Javascript runApplication() question

2010-02-20 Thread Aaron J. Seigo
On February 20, 2010, Diego Casella ([Po]lentino) wrote: > Or, from an other point of view: is it planned to add a KProcess Javascript > binding for Plasma? you're looking for the exec DataEngine :) -- Aaron J. Seigo humru othro a kohnu se GPG Fingerprint: 8B8B 2209 0C6F 7C47 B1EA EE75 D6B7 2EB

Python PopupApplet and ScriptEngines

2010-02-20 Thread Luca Beltrame
Hello, AFAIK, there is no PopupApplet for Python scriptengines yet, and I'd like to hack in this functionality. Currently the applets in Python use "plasmascript" to work, so I assume this would be the place to add support in. So, here come the questions: 1. Is there documentation on how a "pro

Javascript runApplication() question

2010-02-20 Thread Diego Casella ([Po]lentino)
Heya folks, I've noticed in the Javascript API there is a bool runApplication(string exe[, array args]) [0] function that allows you to run an executable with optional arguments. If I try running a command-line executable instead of a GUI one ( for example runApplication("ls", "my/favourite/direct