
Plasma 4 Extensions by bizzl 66 comments
I have no clue what is happening there, it installs fine on both my 4.3.4 and 4.3.90 machines (both running karmic under the hood)
Maybe removing .kde/share/apps/plasma/plasmoids/magic-folder and .kde/share/kde4/services/plasma-applet-magic-folder.desktop with rm and reinstalling the package via the widget explorer resolves it, but I can't promise it. - Jan 17 2010

Plasma 4 Extensions by bizzl 66 comments
Have you reopened the Widget Explorer after installation? - Jan 12 2010

Plasma 4 Extensions by bizzl 66 comments

Plasma 4 Extensions by bizzl 66 comments
> wildcard but that may be something
> to do with the wildcard setting.)
Do you want .* to mean "All hidden files" or "Any File"? In the later, you have to use * only, or disable simple wildcards.
> *.(avi|ogg|wmv|mkv|qt|mov|mpeg|mpg)
> Just picks files with any of these
> extensions - in this case videos
What you want is either *.{avi,ogg,wmv,mkv,qt,mov,mpeg,mpg} or *.avi *.ogg *.wmv *.mkv *.qt *.mov *.mpeg *.mpg. Simple Wildcards work just as in sh.
> trash:/
> as the target moves the selected file
> type to trash
Just type it into the target box, or choose it in the "Select Directory" dialog (and yes, it works, I have tested this one several hundred times ;) - Nov 17 2009

Plasma 4 Extensions by bizzl 66 comments

Plasma 4 Extensions by bizzl 66 comments
Yes, this is indeed a bug, and I think I fixed it. - Aug 07 2009

Plasma 4 Extensions by bizzl 66 comments
I'm not sure, but it appears to be broken. On Kubuntu it sometimes worked, but always gave an error message. Try to use plasmapkg -i plasmoidfile.plasmoid from the CLI. - Jun 15 2009

Plasma 4 Extensions by bizzl 66 comments
I have forgotten to remove the protocol prefix kio uses, so you get URLs starting with "file://", which bash doesn't like.
I will fix that asap.
I will also add this "copy"-option. Really didn't thought anyone would want that, sorry. - May 17 2009

Plasma 4 Extensions by bizzl 66 comments
Indeed, but I haven't yet figured out how to make own translations, or even how to get a listing of all existing i18n-keys :(
Any suggestions where to look?
Quote: My suggestion is that you could use predefined filters for different kind of files. For example a video-filter, document-filter etc. Classifications that are common to sort into. All the user has to do is fill in the destination for the different classes. This way, the user also gets an example of how the regex is supposed to look, and can thus learn how to define own filters.
I will look into that. - May 08 2009

Plasma 4 Extensions by bizzl 66 comments
A the moment you have to set it up similar to using the script support, as the editor gui currently checks for existence of the destination. This will be fixed, read removed, in the next version. - Apr 23 2009

Plasma 4 Extensions by bizzl 66 comments
not any time soon. It's to little to justify an account, and I think Script Plasmoids are better of on freedesktop.org pages anyway.
However, I neither will I step in if someone else want's to take it there. - Apr 22 2009

Plasma 4 Extensions by bizzl 66 comments

Plasma 4 Extensions by bizzl 66 comments

Plasma 4 Extensions by bizzl 66 comments
2. Tried to install over internet resulting in following errors.
[Installation of /tmp/kde-snirp///100348-plasma-magic-folder_1.0.2.plasmoid failed]
[Installation of /tmp/kde-snirp/// failed!]
Both known, both not my fault. Those are either Bugs in KDE or in Kubuntu (I have 9.04 with 4.2.1, same shit happens to me all the time)
Quote: 3. The widget does show in my "add widget" menu, but after adding it to my desktop, the following is displayed:
[Could not create a python ScriptEngine for the Magic Folder widget.]
Install python-plasma - Mar 18 2009

Plasma 4 Extensions by cfigura 12 comments
@AM088: Do you get something like:
Quote: The installation of /tmp/kde-bizzlE6HdTB///100937-NixieClock.plasmoid failed.
followed by
Quote: The installation /tmp/kde-bizzlE6HdTB/// failed.
?
I get those alot, too, but it appears to be a problem with plasmapkg, as it always happens in combination with ghns :( - Mar 15 2009

Plasma 4 Extensions by cfigura 12 comments
Replace it by nixiePath = self.package().path() + "contents/code/images/"
However, it still crashes, so this wasn't the only problem.
After a quick check I also removed self. from zoNa = self.zoNa[0]+"S"+zoNa[2]
It work with this two changes.
However... you have changed the code, right? In the new code are dozens of lines that cause trouble, mainly of the "x has no attribute y" kind. So I sended you the code that works for me(tm), maybe it will help you more then my comment...
- Mar 14 2009

Plasma 4 Extensions by bizzl 66 comments

Plasma 4 Extensions by cfigura 12 comments
[*]Please Tag it as "Plasmoid Script"
[*]Upload it with plasmoid as extension, not zip (for GHNS)
Also, it won't start, neither in plasma nor in plasmoidviewer. I got the following backtrace:
Quote:.kde/share/apps/plasma/plasmoids/NixieClock/contents/code/images/nixieClock.conf: No configuration file found
Traceback (most recent call last):
File "/usr/share/kde4/apps/plasma_scriptengine_python/pyappletscript.py", line 55, in init
self.pyapplet.init()
File "/home/bizzl/.kde4/share/apps/plasma/plasmoids/NixieClock/contents/code/main.py", line 812, in init
clock = Clock()
File "/home/bizzl/.kde4/share/apps/plasma/plasmoids/NixieClock/contents/code/main.py", line 161, in __init__
self.setDefault()
File "/home/bizzl/.kde4/share/apps/plasma/plasmoids/NixieClock/contents/code/main.py", line 316, in setDefault
self.addSite(siteName,siteLong,siteZone,siteZoNa)
File "/home/bizzl/.kde4/share/apps/plasma/plasmoids/NixieClock/contents/code/main.py", line 308, in addSite
self.setSite(siteName)
File "/home/bizzl/.kde4/share/apps/plasma/plasmoids/NixieClock/contents/code/main.py", line 373, in setSite
zoNa = self.zoNa[0]+"S"+zoNa[2]
AttributeError: Clock instance has no attribute 'zoNa' - Mar 13 2009

Plasma 4 Extensions by bizzl 66 comments
-OR- (better way)
you go Cashew->Add new Widget->Install new Widget->Download, choose Magic Folder, click the Install-button next to it and then click close
(Button labeling might be subject to correction, mine are in German...) - Mar 12 2009

Plasma 4 Extensions by bizzl 66 comments
I'll do add a button to the config, no problem. - Mar 11 2009

Plasma 4 Extensions by bizzl 66 comments

Plasma 4 Extensions by bizzl 66 comments
I noticed this behaviour with some other of my codes, but I can't figure out why, but it didn't happen anymore after I added the size and margin fixes. - Mar 11 2009

Plasma 4 Extensions by blackhat77 22 comments
The way you packed it is interfering with GetHotNewStuff (Download new Plasma Widget) - Feb 22 2009

Browser by kit 29 comments

Various KDE Stuff by javierllorente 51 comments
Stopping this would actually make SuSE look anti-innovative. - Nov 09 2007