PlayWolf

Plasma 4 Extensions by giucam 322 comments

It should open amarok event when it's closed. Maybe amarok isn't in your path? If you type amarok in the console does it open? - Dec 23 2008
PlayWolf

Plasma 4 Extensions by giucam 322 comments

well, if you don't find a repo you must compile it, it's simple. just download it and follow the instrucions as explained in the page you open clicking on "how to install" on the right of the download link. - Dec 22 2008
PlayWolf

Plasma 4 Extensions by giucam 322 comments

I make a prediction: you aren't using oxygen as kde style, isn't it?
It happened to me too 2 or 3 days ago that I installed bespin.
This is caused by a Qt bug.
At the moment you can solve writing
label->nativeWidget()->setAttribute( Qt::WA_NoSystemBackground, false );
on line 40-50 of wolflabel.cpp.

Anyway I will release a new tarball with a fully working workaround soon. - Dec 22 2008
PlayWolf

Plasma 4 Extensions by giucam 322 comments

Well, the settings are saved in $HOME/.kde/share/config/plasma-appletsrc .
You must find the sections of the file that regards playwolf and delete them.
Anyway I don't think you'll solve anything. The problem is only with the cover or others parts too?
Try calling "qdbus org.kde.amarok /Player GetMetadata" in the terminal and see if amarok returns the informations you don't see in playwolf.
- Dec 22 2008
PlayWolf

Plasma 4 Extensions by giucam 322 comments

are you sure you passed to cmake the right install prefix?
try calling kbuildsyscoca4 too.
if it doesn't work anyway, sorry but i really don't know. - Dec 21 2008
PlayWolf

Plasma 4 Extensions by giucam 322 comments

i have updated playwolf here on kde-look today, so i think you need to wait some days or at least hours until it gets packaged in the repo you use.
the new version is 0.3.1 - Dec 21 2008
PlayWolf

Plasma 4 Extensions by giucam 322 comments

if you call "plasmoidviewer --list" is playwolf listed?
if yes try restarting plasma, and if not i think it is a packaging problem. try compiling it manually, it's simple! - Dec 21 2008
PlayWolf

Plasma 4 Extensions by giucam 322 comments

are you sure you have amarok 2?
if yes it seems a problem of d-bus. check if you have it, even if i think it is needed by kde to work. - Dec 21 2008
PlayWolf

Plasma 4 Extensions by giucam 322 comments

try the new version, then if it still doesn't work post the backtrace here, please. - Dec 21 2008
PlayWolf

Plasma 4 Extensions by giucam 322 comments

I think I found, but before creating a new tar i want to be sure.
Could you open "playwolf.cpp" and in the lines 92, 107 and 124 change "constraints == 127" into "constraints == 63" and tell me if it works? - Dec 18 2008
PlayWolf

Plasma 4 Extensions by giucam 322 comments

did you try the 0.2 version? did it work? - Dec 17 2008
PlayWolf

Plasma 4 Extensions by giucam 322 comments

Yes, it is useful.

But it seems that rather than a PlayWolf bug it is a Plasma bug triggered by the plasmoid. I'll see what I can do, anyway. - Dec 17 2008
PlayWolf

Plasma 4 Extensions by giucam 322 comments

all these "no debugging symbols found" don't help.
go to http://en.opensuse.org/Bugs:KDE in order to understand how to make useful backtraces. - Dec 16 2008
PlayWolf

Plasma 4 Extensions by giucam 322 comments

yes, katsuragi has the same problem some posts before.
But since I don't use 4.1 I need a backtrace in order to understand wath's wrong. - Dec 15 2008
PlayWolf

Plasma 4 Extensions by giucam 322 comments

could you please post the backtrace? - Dec 12 2008
PlayWolf

Plasma 4 Extensions by giucam 322 comments

since i use kde 4.2, when i made the tar i forgot to comment the lines for trunk and decomment the ones for 4.1 in "wolfbuttons.h" so you need to do that in order to compile - Dec 12 2008
PlayWolf

Plasma 4 Extensions by giucam 322 comments

thanks for the feedback! the color of the meter is set by the plasma theme, and if you don't like the meter color of the theme you use you can change it via the "details of the desktop theme" module in systemsettings - Dec 10 2008
PlayWolf

Plasma 4 Extensions by giucam 322 comments

I think this is a bug of cmake or kde. I don't know. - Dec 07 2008
PlayWolf

Plasma 4 Extensions by giucam 322 comments

are you sure you passed to cmake the correct option "-DCMAKE_INSTALL_PREFIX=`kde4-config --prefix` .."? - Dec 06 2008
PlayWolf

Plasma 4 Extensions by giucam 322 comments

i can't understand what is the problem: playwolf doesn't show in the applet list? or clicking "add object" it doesn't do anything? - Dec 05 2008
PlayWolf

Plasma 4 Extensions by giucam 322 comments

what distro are you using? try to search in your repos for "kdebase-dev" or "kdebase-workspace-dev" or "libplasma" or other similar keywords - Dec 04 2008
PlayWolf

Plasma 4 Extensions by giucam 322 comments

you need to install the plasma headers in order to compile this - Dec 04 2008
PlayWolf

Plasma 4 Extensions by giucam 322 comments

you need to use cmake. look at the "how to install" button in the right of the link to the sources - Dec 04 2008
PlayWolf

Plasma 4 Extensions by giucam 322 comments

what version of amarok do you have? the only thing i could think of is that the version you have is somehow bugged and it has some problems with the dbus signals.
if amarok is old try updating it. - Nov 30 2008
PlayWolf

Plasma 4 Extensions by giucam 322 comments

i tried it, but using this on kde trunk does not compile anymore because it doesn't find Plasma/Icon. So i should find a way to make it link Plasma/Icon if there is kde 4.1, and Plasma/IconWidget if there is kde trunk. - Nov 30 2008
PlayWolf

Plasma 4 Extensions by giucam 322 comments

thank you. i'm not a so expert programmer, i'll add this. - Nov 30 2008
PlayWolf

Plasma 4 Extensions by giucam 322 comments

i don't know the revision, but it is one of the latest. anyway i would say that it is a problem of qdbus rather than of amarok, because the dbus call works trying it in an other way. - Nov 28 2008
PlayWolf

Plasma 4 Extensions by giucam 322 comments

thank you very much! i didn't know that.
i tried it in playwolf and it worked, but "qdbus org.mpris.amarok /Player GetMetadata" gives no output. could you gess why? - Nov 28 2008
PlayWolf

Plasma 4 Extensions by giucam 322 comments

when you say "when one song is finished but not all the time" you mean that the song is finished but the meter has not gone 100% ? if it is that it is not a playwolf problem, but an amarok one, or better of the file you're listening to. - Nov 27 2008
PlayWolf

Plasma 4 Extensions by giucam 322 comments

this is a bit a problem because there isn't a dbus call to get the cover. i hope i'll find a solution anyway - Nov 26 2008
PlayWolf

Plasma 4 Extensions by giucam 322 comments

thank you!
yes, most of your issues are planned for the next releases.
for the installation, if you make "cmake -DCMAKE_INSTALL_PREFIX=`kde4-config --prefix`" instead of simply "cmake" it will install the files where the others are. - Nov 26 2008
PlayWolf

Plasma 4 Extensions by giucam 322 comments

i forgot... do the same in "wolfbuttons.cpp" - Nov 26 2008
PlayWolf

Plasma 4 Extensions by giucam 322 comments

i use kde trunk so i didn't know that
for 4.1 you have to change all the "IconWidget" you find in "wolfbuttons.h" with "Icon" - Nov 26 2008
QuickAccess

Plasma 4 Extensions by mherbert 192 comments

really great applet! great work!
only one small thing: would be cool if there was the button to return to the parent directory even if it is displaying the directory set in the configuration dialog. i could set default dir /home and still go to /media for example - Jul 18 2008
kdesvn-build

Developers Apps by pynm0001 52 comments

while compiling kdelibs (kde4) i get this error:

CMake Error: This project requires some variables to be set,
and cmake can not find them.
Please set the following variables:
QT_QTDBUS_LIBRARY (ADVANCED)

what does it mean? - Jul 08 2007