but please stop blaming the installation because it's neither custom nor "put together" by me.
Why dont you try a fresh Kubuntu 12.04.2 LTS install, from the actual cd (not mini.iso) in a virtual machine? VirtualBox will save you from installing it on a computer that you use. Have you tried to install it from a regular version of 13.04 too? Not a mini.iso 13.04??
I'm sorry but it's hardly possible to put it together in a wrong way, since it's all automated by aptitude. And i'm pretty sure Canonical tests the ubuntu server installation disk, which means they have tested the minimal install procedure (documented and supported).
13.04 is an experimental version. LTS releases are not. There are bugs. It happens. I see them all of the time from Ubuntu Unity, as well.
Now if you are too busy and don't have the time to help me debug the problem it's ok, i can understand, but please stop blaming the installation because it's neither custom nor "put together" by me. It's using the standard apt-get install procedure that canonical has designed and you also support with your repository.
Nice attitude.....
Canonical did not invent apt-get, and apt-get is just package management. The people that put the repos together are humans, and in experimental repos, they have more issues than LTS versions.
Also, the fact that installing POL gives the issue and uninstall it fixes it clearly means it's something inside the .deb package.
So far, you are the only user I have seen report this, and you are using a non-standard build. I know it can be an issue, because I have run into issues like this when putting together an OS from the mini.iso. Im not guessing; Ive wasted many hours working on stuff, only to reinstall to a regular LTS version and have it work as it should.
Again, i'm grateful for your support and your efforts, but you're kind of not showing any respect toward me since you keep implying it's my fault or making up that it's the installation
Look, dude. Im not implying anything; simply offer a suggestion on what can be causing it, from experience.
(which, by the way, not only runs completely fine, but i've also tested this more than 4 times on 4 different systems - so i can say once again that you should rule out a broken system case).
Its obviously not completely fine, otherwise we wouldnt be having this conversation. haha. :)
Did you do mini.iso installs or 13.04 installs on those other ones that you tested? Again, you are the only user that has this problem at all.
For example, the following systems I have install PlayOnLinux on, from either deb or repo, work as prescribed:
mini.iso 12.04.2 LTS 64 bit with KDE pure
Kubuntu 12.04.2 LTS 64 bit (just regular kubuntu)
Ubuntu 12.04.2 LTS 64 bit (replaced Unity with Cinnamon)
Xubuntu 12.04.2 LTS 32 bit (my friends music laptop)
Ubuntu 12.04 LTS 32 bit with gnome-panel
And quite a few others. The only time I have seen issues like what you are showing is when I first tried to build my OS from mini.iso, and learned that its harder than it looks at first.
Notice that there are 2 different packages. kubuntu-desktop and kde-full. kubuntu-desktop is designed to run with the Ubuntu kernel releases, among other things.
If something is missing, then the .deb should contain the dependency and make aptitude install the rest but it's crearly not working (again, like with curl).
Any time that installing a deb from the command line does not work because of missing deps, you need to use:
[code]
sudo apt-get -f install
[/code]
to clean up those missing dependencies. Also, curl not being in the dep list is a known issue, and will be fixed, but you can install it very easy.
Edité par RoninDusette