-
 KDE-Apps.org Applications for the KDE-Desktop 
 GTK-Apps.org Applications using the GTK Toolkit 
 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 
--
-
 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 
--
-
 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
--
-
 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    Open-PC.com   
Artwork
Groups
Knowledge Base
Events
Forum
People
Jobs
Register
Login

-
Best Twitter Client
 Official Twitter Web Interface
 Choqok
 Plasma Twitter Applet
 Twitux
 gTwitter
 Spaz
 Twitterfox
 Gwibber
 Qwit
 TweetDeck
 Other
 Not using Twitter

resultmore


Camheroes

Sponsoring



-
- Content .- Fans (8) .- Knowledge Base  . 

Plasmacon

   0.2.3  

Plasmoid Script

Plasmacon
zoom


Plasmacon
zoom


Depends on:  PyKDE/PyQt
Downloads:  1705
Submitted:  Jul 8 2009
Updated:  Feb 3 2010
Score: 
score88%88%score
 88% good
bad   good

Description:

Plasmacon is a terminal emulator based on KDE Konsole technology (uses libkonsolepart) and it is my first simple plasmascript.

Requires KDE 4.3 (it doesn't work normally with kde 4.1 and 4.2 ), PyKDE, plasma python script-engine and python-devel packages.

To install:
plasmapkg -i plasmacon.plasmoid

To uninstall:
plasmapkg -r plasmacon.plasmoid


NOTES:

- Transparency doesn't work for unknown reason.

- As far as I know there is no way to make this plasmoid (script version) able to be popuped.




Changelog:

0.2.3-r1 (18.09.2009):
- Fixed reset of height and width values after reboot/relogin/readd.

0.2.2 (23.08.2009):
- Issue with closing session in "no tabs" mode was fixed.

0.2.1 (21.08.2009):
- Some fixes and changes with opening new sessions.
- Now the last one session is restarted after closing.

0.2 (31.07.2009):
- Added tabs support.
- Fixed some issues.

0.1.1 (14.07.2009):
- Now plasmoid is deleted when session is closed.

0.1 (08.07.2009):
- Basic functionality - it simply loads libkonsolepart.so :-).
- Plasmacon works normally only in KDE 4.3 at this moment.




LicenseGPL
(plasmoid (zip archive))
send to a friend
subscription
other artwork from iduhasti

goto page: prev   1  2  3  4  5 

-

 fixed

 
 by zuargo on: Oct 10 2009
 

The problem was in the KDemod 4.3.1 arhclinux's packages, actualizing the system to 4.3.2 the error is fixed

Related:

http://bbs.archlinux.org/viewtopic.php?pid=633527

http://chakra-project.org/bbs/viewtopic.php?pid=9591

Thanks :)


reply to this

-
.

 Transparency

 
 by SilvaRizla on: Jan 17 2010
 

This is a great little plasmoid, but is still being let down by transparency. Is transparency being worked on at the moment?


reply to this

-

 Feature Request: Flyout mode

 
 by Anywhere on: Feb 2 2010
 

I'd like to again request that, when embedded in a panel, the user have the option of making it a completely embedded console, or have it show as an icon that expands to a full console when clicked. (As the calculator plasmoid in KDE 4.4 does.)

Great Plasmoid and thanks a lot!


reply to this

-

 Dependancies

 
 by H00K on: Feb 4 2010
 

Hullo,

could you list which files exactly your script depends on? I'm trying to get it working on Gentoo and there is no "python-devel" package here.


reply to this

-

 Dependancies

 
 by H00K on: Feb 4 2010
 

Hullo,

could you list which files exactly your script depends on? I'm trying to get it working on Gentoo and there is no "python-devel" package here.


reply to this

-

 Re: Dependancies

 
 by iduhasti on: Feb 4 2010
 

Quote:
could you list which files exactly your script depends on? I'm trying to get it working on Gentoo and there is no "python-devel" package here.


In gentoo it depends on kde-base/plasma-workspace with USE="python".


reply to this

-

 Re: Re: Dependancies

 
 by H00K on: Feb 4 2010
 

I have that, but I still get an error "Not able to create scripting engine python for Plasmacon" when I add it to the desktop O_o


reply to this

-

 Re: Re: Re: Dependancies

 
 by iduhasti on: Feb 4 2010
 

Plz, run the following command in terminal and post the results here:
Quote:
plasmoidviewer Plasmacon


reply to this

-

 Re: Re: Re: Re: Dependancies

 
 by H00K on: Feb 4 2010
 

Traceback (most recent call last):
File "/usr/share/apps/plasma_scriptengine_python/pyappletscript.py", line 21, in <module>
from PyKDE4.plasma import Plasma
RuntimeError: the sip module implements API v6.0 but the PyKDE4.plasma module requires API v5.0


reply to this

-

 Re: Re: Re: Re: Re: Dependancies

 
 by iduhasti on: Feb 4 2010
 

Try to rebuild krosspython and pykde4 packages


reply to this

-

 Re: Re: Re: Re: Re: Re: Dependancies

 
 by H00K on: Feb 4 2010
 

Works now, thanks :]



-

 Re: Re: Re: Re: Re: Re: Dependancies

 
 by hizoka on: Feb 5 2010
 

i have the same problem on Kubuntu 9.10 kde 4.4 rc2, i have install krosspython but i don't find pykde4.

thank's and sorry for my english...



goto page: prev   1  2  3  4  5 

add commentback




-
-
all messages

openDesktop.org Facebook App





Partners
Place Your Link Here!
Online Casino
Fundraising Ideas

Cool Sites
iPhone Community

 
 Who we are
Contact
More about us
Frequently Asked Questions
Register
Twitter
Blog
Explore
Artwork
Jobs
Knowledge Base
Events
People
Updates on identi.ca
Updates on Twitter
Facebook App
Content RSS   
News RSS   
Discussion RSS   
Events RSS   

Participate
Groups
Forum
Add Artwork
Public API
About KDE-Look.org
Legal Notice
Spreadshirt Shop
CafePress Shop
Advertising
Sponsor us
Report Abuse
 

Copyright 2001-2010 KDE-Look.org Team  
All rights reserved. KDE-Look.org is not liable for any content or goods on this site.
All contributors are responsible for the lawfulness of their uploads.
KDE and K Desktop Environment are trademarks of KDE e.V.