Announcement

Collapse
No announcement yet.

Daisy dock non-compatible with kde 4.6(Solved)

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Daisy dock non-compatible with kde 4.6(Solved)

    Hi, I updated to kde 4.6 and my daisy dock that came in the repos and i had installed said it wasn't compatible no more...so I looked in daisy website and the ppa repos to add the key..

    https://launchpad.net/~samrog131/+archive/ppa

    So I added the key but the version of the daisy dock is not 0.0.4.25 that is the one that I need.

    So i went to search a bit more and found

    http://kubuntuforums.net/forums/index.php?topic=3113420

    But it wasn't the thing that I was looking for...so I downloaded the package from a tar.gz...

    And to install it says..
    To install this plasmoid check if you have installed the needed header files (kdelibs-dev and kdebase-workspace-dev),
    unpack the archive, go to its directory and execute the install.sh script from a shell.

    Alternatively you can go to the /applet directory and run the following commands from a shell:

    mkdir build
    cd build
    cmake ../ -DCMAKE_INSTALL_PREFIX=`kde4-config --prefix`
    make
    sudo make install
    kbuildsycoca4

    After that done, the plasmoid should show up in the add widgets dialog.
    If not, from a shell you can try to execute:

    kquitapp plasma-desktop
    plasma-desktop
    What can I say i tried everything to install it and Im totally lost...

    Can someone make a quick-help-guide to install this?? Thanks ^^

    #2
    Re: Daisy dock non-compatible with kde 4.6

    > HOWTO find Kubuntu's manual / reference / guide / documentation / help


    Daisy dock non-compatible with kde 4.6

    Hi, I updated to kde 4.6 and my daisy dock that came in the repos and i had installed said it wasn't compatible no more..
    The standard repository package is build against the KDE 4.5 ( > Topic: Plasma, plasmoids and short how to recover)


    I looked in daisy website and the ppa repos to add the key..

    https://launchpad.net/~samrog131/+archive/ppa
    > FAQ: Repositories
    >> Using the PPA repositories:
    Please read before using...

    Go to the PPA repository "Overview" page and read the warnings/notifications/information/...
    for the PPA Rog131:
    ...
    # KDE packages were build against:
    - Intrepid KDE 4.1
    - Jaunty KDE 4.2
    - Karmic KDE 4.3
    - Lucid KDE 4.4

    # KDE packages are build against:
    - Maverick KDE 4.5
    - Natty KDE 4.6
    ...

    So i went to search a bit more and found
    Searching from the PPA > Personal Package Archives for Ubuntu
    ==> Show PPAs matching: daisy

    Picking one ===>yuuki.published:
    PPA description

    PPA meant to be used with latest development branch. Usually contains only safe and working packages.
    Anything in there requires updates from ppa:kubuntu-ppa/ppa
    Publishing details
    Published on 2011-01-26
    Copied from ubuntu maverick in yuuki.testing
    Changelog
    plasma-widget-daisy (0.0.4.25-1~yuuki2) maverick; urgency=medium

    * rebuilt for libtaskmanager4b

    What can I say i tried everything to install it and Im totally lost...

    Can someone make a quick-help-guide to install this?? Thanks ^^
    Everything ?
    An old link list >FAQ: Installing from source

    Without knowing your output, it is hard to know what is the problem.

    Do you have (looking an old daisy 0.0.4.23 package for the Lucid)
    - build-essential ?
    - cmake ?
    - kdebase-workspace-dev ?
    - libx11-dev



    Before you edit, BACKUP !

    Why there are dead links ?
    1. Thread: Please explain how to access old kubuntu forum posts
    2. Thread: Lost Information

    Comment


      #3
      Re: Daisy dock non-compatible with kde 4.6

      Its working fine here, just compiled it from source. See :

      [img width=400 height=250]http://i.imgur.com/NcHSv.jpg[/img]

      Download source here: http://cdlszm.org/downloads/plasma-a....0.4.25.tar.gz.
      Code:
      tar xzf plasma-applet-daisy-0.0.4.25.tar.gz
      cd plasma-applet-daisy-0.0.4.25
      mkdir build
      cd build
      sudo apt-get build-dep plasma-widget-daisy
      cmake ../ -DCMAKE_INSTALL_PREFIX=`kde4-config --prefix`
      make
      sudo make install
      kbuildsycoca4
      ASROCK Z87 Pro4 - i5 4670K - R9 270x ☞ Triple Boot: KDE NEON ★ Windows 10 ★ Windows 7

      Comment


        #4
        Re: Daisy dock non-compatible with kde 4.6

        Im really sorry I didn't gave a good output rog131.

        I'll explain myself, I added the ppa you made, but couldn't get it to work, already know how to use ppa's have large exp in Kubuntu and everything, and now how to install from source (at least I think I do.), but the tar.gz is giving me a headache.

        I'll try Yuuki ppa cause ppa are usually more easy to work with.

        Quote
        Daisy dock non-compatible with kde 4.6

        Hi, I updated to kde 4.6 and my daisy dock that came in the repos and i had installed said it wasn't compatible no more..
        The standard repository package is build against the KDE 4.5 ( > Topic: Plasma, plasmoids and short how to recover)
        Quote
        ...
        # KDE packages were build against:
        - Intrepid KDE 4.1
        - Jaunty KDE 4.2
        - Karmic KDE 4.3
        - Lucid KDE 4.4

        # KDE packages are build against:
        - Maverick KDE 4.5
        - Natty KDE 4.6
        ...
        By that you mean that I should add a ppa for Natty Kde 4.6 right?? because the repos I have are from 4.5 (correct me if my guess is wrong) ^^.

        Will give some feedback after done with yuuki if it doesn't work I will try to install from source daisy.

        Thanks Samrog131.

        Cheers Kira.

        Comment


          #5
          Re: Daisy dock non-compatible with kde 4.6

          Originally posted by ubuntuku
          Its working fine here, just compiled it from source. See :

          [img width=400 height=250]http://i.imgur.com/NcHSv.jpg[/img]

          Download source here: http://cdlszm.org/downloads/plasma-a....0.4.25.tar.gz.
          Code:
          tar xzf plasma-applet-daisy-0.0.4.25.tar.gz
          cd plasma-applet-daisy-0.0.4.25
          mkdir build
          cd build
          sudo apt-get build-dep plasma-widget-daisy
          cmake ../ -DCMAKE_INSTALL_PREFIX=`kde4-config --prefix`
          make
          sudo make install
          kbuildsycoca4
          Thanks so much for the source installation guide will try right now with that now that I saw how you did it and will say if it works for me because last time I tried I just got confused with build and I don't know what else stuff XD.

          Thanks Ubuntuku

          Cheers Kira

          Comment


            #6
            Re: Daisy dock non-compatible with kde 4.6

            Hey thanks a lot I got it installed again!!! Yeah!!! Thanks guys for the support and help ^^

            Comment

            Working...
            X