Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 186611

Summary: Problem 'volume' function in JuK DCOP interface over python
Product: Gentoo Linux Reporter: Gabor Garami <gabor.garami>
Component: [OLD] KDEAssignee: Gentoo KDE team <kde>
Status: RESOLVED UPSTREAM    
Severity: normal CC: gabor.garami
Priority: High    
Version: 2007.0   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Gabor Garami 2007-07-25 19:06:15 UTC
In the JuK mediaplayer DCOP interface, the 'float volume()' call with python is not returns any value or any exception. But, over shell script its give a correct value.

The used code:

import pydcop

volume = DCOPMethod('juk', 'Player', 'volume')
print "Volume : " + str(volume())

Result:
Volume : None

But in shell:

hron@merlin ~/Projects/pyjuk $ dcop juk Player volume
0.409600
hron@merlin ~/Projects/pyjuk $
Comment 1 Wulf Krueger (RETIRED) gentoo-dev 2007-08-13 17:47:51 UTC
Please open an upstream bug for this and post its URL here. (Btw, you don't need to cc yourself if you're the bug reporter. :-) )
Comment 2 Wulf Krueger (RETIRED) gentoo-dev 2007-09-02 00:24:04 UTC
Please file a bug at http://bugs.kde.org/