

Plasma 4 Extensions
Quote:I have a question, hopefully, you can help me, in archlinux what packages contains: pykde, plasma python script-engine and python-devel?
No, I don't know. I never used archlinux.
Quote:I can install this plamoid but it does not works, when I launch it says this: "Failed to create a python script engine for the graphic element plasmacon"
Try to launch plasmoid with "plasmoidviewer Plasmacon" from console and post the result here.
- Oct 09 2009
No, I don't know. I never used archlinux.
Quote:I can install this plamoid but it does not works, when I launch it says this: "Failed to create a python script engine for the graphic element plasmacon"
Try to launch plasmoid with "plasmoidviewer Plasmacon" from console and post the result here.
- Oct 09 2009
Possibly, the problem is in python 2.5, that is default for debian sid. I use python 2.6 in gentoo.
Try to change line 77 in ~/.kde4/share/apps/plasma/plasmoids/Plasmacon/contents/code/main.py file:
from "except ValueError as e:"
to "except ValueError, e:".
It works for my debian sid. - Sep 19 2009
Try to change line 77 in ~/.kde4/share/apps/plasma/plasmoids/Plasmacon/contents/code/main.py file:
from "except ValueError as e:"
to "except ValueError, e:".
It works for my debian sid. - Sep 19 2009
Quote:Any fresh suggestions? :) I could patch the source myself if you could hint me with an api solution.
No, still I don't have a suggestion. What do you mean under "hint with an api solution" ?)
Quote:http://imagebin.org/60878
Btw, when I boost the brightness and contrast on this screenshot you can easily notice a "No Text" label underneath the kosole part :) wtf?
lol, I don't know :) - Aug 24 2009
No, still I don't have a suggestion. What do you mean under "hint with an api solution" ?)
Quote:http://imagebin.org/60878
Btw, when I boost the brightness and contrast on this screenshot you can easily notice a "No Text" label underneath the kosole part :) wtf?
lol, I don't know :) - Aug 24 2009
Quote:1. Instead of removing plasmoid i think it should restart console session, so if i some day add this plasmoid i won't need to readd it any time soon.
There are two different commands: "clear" and "exit". I don't think it is good if they will do the same action.
Quote:2. speaking of tabs support - imho the "tab bar" takes a bit too much space, if it could be made to look a bit smaller it will be great.
I haven't thought about it yet. If it is possible, it will be done.
Quote:3. still i want to have it as "desktop container" just like folderview can be. This shouldn't be to hard to do, i hope.
hm, if I understand how it should be implemented, I'll try to do it.
Quote:thanks again for great work.
Thank you too for your comments. - Aug 06 2009
There are two different commands: "clear" and "exit". I don't think it is good if they will do the same action.
Quote:2. speaking of tabs support - imho the "tab bar" takes a bit too much space, if it could be made to look a bit smaller it will be great.
I haven't thought about it yet. If it is possible, it will be done.
Quote:3. still i want to have it as "desktop container" just like folderview can be. This shouldn't be to hard to do, i hope.
hm, if I understand how it should be implemented, I'll try to do it.
Quote:thanks again for great work.
Thank you too for your comments. - Aug 06 2009
Quote:then closing konsole session - it doesn't restart one, so u get empty plasmoid.
really
Thanks, I'll think how to fix it.
Console as a desktop container - interesting idea, but IMHO there will be no big differences between console as a plasmoid and console as a desktop container. Maybe I'm wrong ... - Jul 13 2009
really
Thanks, I'll think how to fix it.
Console as a desktop container - interesting idea, but IMHO there will be no big differences between console as a plasmoid and console as a desktop container. Maybe I'm wrong ... - Jul 13 2009
You should use plasmoid's real name when you run it with plasmoidviewer. For example, "plasmoidviewer Plasmocon".
About desktop container: can you give me examples of desktop container? I don't know what it is and googling doesn't help. - Jul 13 2009
About desktop container: can you give me examples of desktop container? I don't know what it is and googling doesn't help. - Jul 13 2009
Hi. According to http://www.kde-look.org/content/show.php?content=101229&forumpage=1&PHPSESSID=cae (gmail-plasmoid description, note section) you need to install the plasma python script-engine, that's name depends on your distribution.
- Jul 08 2009