Mint KDE 6 CE... Plasmoids

Questions about applications and software
Forum rules
Before you post read how to get help. Topics in this forum are automatically closed 6 months after creation.
Locked
hoppy785

Mint KDE 6 CE... Plasmoids

Post by hoppy785 »

Fairly newbish here... i was successful at install plasmoids on kubuntu, but need help on mint please.


Need help installing plasmoids with cmake... when i try to run cmake i get error

CMake Error at /usr/share/cmake-2.6/Modules/FindKDE4.cmake:72 (MESSAGE):
ERROR: cmake/modules/FindKDE4Internal.cmake not found in
/home/adam/.kde/share/apps;/usr/share/mintkde-default-settings/kde4-profile/default/share/apps;/usr/share/kde4/apps

I also think i need kdelibs5-dev but i get this error when trying to install

The following packages have unmet dependencies:
kdelibs5-dev: Depends: cmake (>= 2.6.2) but 2.6.0-4ubuntu2 is to be installed
Depends: libstreamanalyzer-dev (>= 0.5.7) but it is not going to be installed
E: Broken packages


and i get similiar messages when trying to get libstreamanalyzer.dev
Last edited by LockBot on Wed Dec 28, 2022 7:16 am, edited 1 time in total.
Reason: Topic automatically closed 6 months after creation. New replies are no longer allowed.
User avatar
Boo
Level 7
Level 7
Posts: 1633
Joined: Mon Mar 26, 2007 7:48 am

Re: Mint KDE 6 CE... Plasmoids

Post by Boo »

to get the best kde environment enable the ppa repos. that will give you the latest KDE updates. ie 4.2.1.
It should also fix the broken packages and dependency problems.

Boo
Image
Now where was i going? Oh yes, crazy!
hoppy785

Re: Mint KDE 6 CE... Plasmoids

Post by hoppy785 »

I'm updated to 4.2.1 and still having the problem... Not sure why... Not sure what's going on... Should I be able to cmake install plasmoids right off the bat in mint 6 kde? Maybe I'm getting the packages I need in the wrong order, I dunno... I'm new to this. Thanks for trying to help me. Maybe you can take me through a list of things I need to install plasmoids from tar... Dunno why I could do this in kubuntu and not here... Love the distro though... Switching from kubuntu just need this one problem solved
hoppy785

Re: Mint KDE 6 CE... Plasmoids

Post by hoppy785 »

so i think i figured out that the packages i have are too new and the dependencies are old packages but how can i go back without breaking the system... someone who was successful at adding new plasmoids please help me...
User avatar
Boo
Level 7
Level 7
Posts: 1633
Joined: Mon Mar 26, 2007 7:48 am

Re: Mint KDE 6 CE... Plasmoids

Post by Boo »

If it worked in kubuntu it should work in mint KDE.
sounds like cmake did not install properly.
or if kubuntu built the cmake deb it might have assumed that all kubuntu configs would be there.
ie. /usr/share/mintkde-default-settings/kde4-profile/default/share/apps is mints default settings but kubuntu has
/usr/share/kubuntu-default-settings/*
so since the kubuntu default settings dir was not there the insall of cmake partially failed.

Boo
Image
Now where was i going? Oh yes, crazy!
User avatar
Boo
Level 7
Level 7
Posts: 1633
Joined: Mon Mar 26, 2007 7:48 am

Re: Mint KDE 6 CE... Plasmoids

Post by Boo »

I just add plasmoids via synaptic.
or go to kde-look.org and use the deb supplied.
when you add plasmoids you can choose to install from local or kde-look.org (but not all plasmoids are listed on the site this way).

Boo
Image
Now where was i going? Oh yes, crazy!
hoppy785

Re: Mint KDE 6 CE... Plasmoids

Post by hoppy785 »

basically i want YAWP plasmoid installed and still cant do it, oh well... ill keep googling away at the problem
big_dog1968

Re: Mint KDE 6 CE... Plasmoids

Post by big_dog1968 »

hoppy785 wrote:basically i want YAWP plasmoid installed and still cant do it, oh well... ill keep googling away at the problem
Yeah i wanted that one too! There are a bunch of new ones added through the ppa repo, but sadly YAWP is not one of them. I ran into all kinds of CMAKE errors as well and never could make it work.

I have no knowledge of CMAKE or of compiling in general. What would benefit me would be "a complete idiot's guide to compiling plasmoids". This guide would have to assume I am a complete noob, brand new on earth from another planet that is just entering the stone age. Then maybe I could learn to compile. :lol:
hoppy785

Re: Mint KDE 6 CE... Plasmoids

Post by hoppy785 »

Ha yes I think that guide would benefit many...I know how to install by compiling, I'm just having tons of dependency issues when getting the Libs I need to do it... What's the best ppa you have come across so far for plasmoids?
big_dog1968

Re: Mint KDE 6 CE... Plasmoids

Post by big_dog1968 »

What boo said...enable the PPA repos. They are already there, you just need to enable them. When the updates are finished, you will have a bunch of new Plasmoids...but not YAWP.
hoppy785

Re: Mint KDE 6 CE... Plasmoids

Post by hoppy785 »

hey thanks for the help guys... i enabled one of the other repos that came as defualt and it allowed me to download the upgraded version of the libs i needed... honestly can say which repo did it, as i dont remember now... if anyone needs help with it just ask and ill check my list... i can now successfully compile pretty much any plasmoid i want from kde-look, so i have my yawp, stasks, and panelspacer (wonderful by the way).... im pumped and love KDE Mint... i suggest to anyone looking to create a dock on the bottom of your screen to get stasks and panelspacer to break it up, and add all your fav apps, works great. :D
cspack

Re: Mint KDE 6 CE... Plasmoids

Post by cspack »

I'm having the same problem exactly. Can you tell me which repo you enabled to get this working? I have enabled the ppa repos but I still can't install kdelibs5-dev.

$ sudo apt-get install kdelibs5-dev

The following packages have unmet dependencies:
kdelibs5-dev: Depends: libstreamanalyzer-dev (>= 0.5.7) but it is not going to be installed
E: Broken packages

$ sudo apt-get install libstreamanalyzer-dev

The following packages have unmet dependencies:
libstreamanalyzer-dev: Depends: libstreamanalyzer0 (= 0.5.11-1ubuntu2) but 0.6.3-1ubuntu1~intrepid1~ppa1 is to be installed
Depends: libstreams-dev (= 0.5.11-1ubuntu2) but it is not going to be installed
E: Broken package

Any help would be appreciated. Thanks.
cspack

Re: Mint KDE 6 CE... Plasmoids

Post by cspack »

Well I went ahead and enabled the intrepid backports repo and was then able to install kdelibs5-dev. Now I can compile kde apps. Thanks for the hints in this thread!
hoppy785

Re: Mint KDE 6 CE... Plasmoids

Post by hoppy785 »

hey sorry i want able to answer your question fast enough... but it seems you got it figured out, the intrepid backports was indeed the one to enable for the fix... if your having any other problems compiling let me know, i've managed to fix any problem so far during compiling issues with cmake... being able to compile plasmoids from source really opens up your options for different plasmoids.
Locked

Return to “Software & Applications”