I started the same topic on KDE-forums, but on the end it boiled down to Kubuntu problem. I found this How-To to get it working, but unfortunately Kubuntus KMPlayer dosen't come with knpplayer.
But among comments was the tip how to compile the KMPlayer with Knpplayer.
I followed that but I still didn't get the knpplayer on my KMPlayer.
the problem with How-To and the tip for Kubuntu is that it's old (it's for Hardy)
The tip said this:
So can someone help me get the Flash completely working in Konqueror.
Or at least try to trouble-shoot why I still don't have a option to embed the KMPlayer in Konqueror?
I think it must be something with the last part, that's installing of KMPlayer. As the compiling created 4 packs (a normal package, base, docs and plugins), but as you can see the code it says only normal package, but maybe the dpkg means dependencies...
Anyway I tried to install just the plug-in package and it still doesn't work.
So I guess it's not that. And I did used nano instead of vim, because I don't get around vim really good.
I have trouble with edit anything in it...
But among comments was the tip how to compile the KMPlayer with Knpplayer.
I followed that but I still didn't get the knpplayer on my KMPlayer.
the problem with How-To and the tip for Kubuntu is that it's old (it's for Hardy)
The tip said this:
Code:
sudo apt-get build-dep kmplayer apt-get source kmplayer cd kmplayer-0.10.0c vim debian/kmplayer.install Added the line usr/bin/knpplayer Compiled the package with the command: debuild -i -us -uc -b cd .. sudo dpkg -i kmplayer_0.10.0c-0ubuntu1_i386.deb
Or at least try to trouble-shoot why I still don't have a option to embed the KMPlayer in Konqueror?
I think it must be something with the last part, that's installing of KMPlayer. As the compiling created 4 packs (a normal package, base, docs and plugins), but as you can see the code it says only normal package, but maybe the dpkg means dependencies...
Anyway I tried to install just the plug-in package and it still doesn't work.
So I guess it's not that. And I did used nano instead of vim, because I don't get around vim really good.
I have trouble with edit anything in it...
Comment