Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 186611 - Problem 'volume' function in JuK DCOP interface over python
Summary: Problem 'volume' function in JuK DCOP interface over python
Status: RESOLVED UPSTREAM
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] KDE (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo KDE team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-07-25 19:06 UTC by Gabor Garami
Modified: 2007-09-02 00:24 UTC (History)
1 user (show)

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 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/