Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 386643 - kde-base/plasma-workspace Need to use IUSE="+python"
Summary: kde-base/plasma-workspace Need to use IUSE="+python"
Status: RESOLVED WONTFIX
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Gentoo KDE team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-10-10 11:50 UTC by Anton Smorodsky
Modified: 2011-10-31 19:12 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Anton Smorodsky 2011-10-10 11:50:45 UTC
Due to fixing Bug 250179  by default plasma-workspace package have python flag disabled . This cause gmail-plasmoid stop working .  First of all gmail-plasmoid very popular itself but also I suspect that there are range of other plasmoids that use python . 
So IMHO need set  IUSE="python" for plasma-workspace.  

Reproducible: Always
Comment 1 Maciej Mrozowski gentoo-dev 2011-10-10 22:40:03 UTC
Do you have some links regarding Plasma applet popularity that could back your suggestion up?

I understand it's purely users preference but I strongly disagree with IUSE="+python". I mean avoiding "mandatority" of pykde4 dependency was one of the reasons to drop python USE flag from the profile.
Comment 2 Anton Smorodsky 2011-10-11 07:09:47 UTC
I made some investigation . To detect popularity of gmail-plasmoid I use 
http://kde-look.org/index.php?xcontentmode=70x77x78.  According it top10 by download plasmoids don't use py .( I detect this by download each plasmoid source and search it for *.py files - not sure if this is enough to say for sure ) .  top10 by download starts with 70000 downloads and finishes with 18000 while gmail plasmoid have 11600 downloads . Also I found pyweather plasmoid with 4000 downloads .
Comment 3 Andreas K. Hüttel archtester gentoo-dev 2011-10-16 10:56:20 UTC
Well, there really are a lot of plasmoids based on python scripting... I'm already looking forward to fixing the dependencies.

(Personally I'd suggest re-adding python useflag to the kde desktop profile, but I know that this would somehow go against the spirit of things...)
Comment 4 Andreas K. Hüttel archtester gentoo-dev 2011-10-31 19:12:28 UTC
I guess this is one of the cases where neither possible decision is ideal. 

Let's rather leave python off by default and fix the dependencies everywhere, such that all python plasmoids require plasma-workspace[python].