Announcement

Collapse
No announcement yet.

Getting started with Kubuntu development.

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

    Getting started with Kubuntu development.

    Hi - experienced programmer but have never done any open source development.

    Ubuntu seems to be a well regarded distro so installed it. Decided I didn't particularly care for Gnome; found Kubuntu (KDE) and prefer that.

    So let's see, how do I download and build source code and get a feel for things?

    https://wiki.kubuntu.org/Kubuntu/Get...ed/Development
    http://www.debian.org/doc/maint-guide/ch-first.en.html

    The actual example on the second of the 2 links above gives instructions to download and start building gentoo (but why am I building gentoo when what I want to do is build kubuntu code?). The link in the example for downloading gentoo says to wget from example.org, except I think example.org is just a placeholder. That is, you won't find source for gentoo at example.org

    Found this:

    http://www.gentoo.org/main/en/mirrors2.xml

    but none of the packages in this location seem to be what I want either.

    So how does one get started building kubuntu code? And is building kubuntu simply the same as building kde? If so, then I may want to start with these instructions:

    http://techbase.kde.org/Getting_Started

    #2
    Re: Getting started with Kubuntu development.

    They're not exactly the same, Ubuntu and its relatives are Debian based but not equal to Debian. That's why some Debian packages don't work on *Ubuntu... Sadly, I don't know how to code according to Kubuntu's specs. I guess you'd need to either code in KDE (kdevelop) or Qt (to make sure it might be compatible with all KDE based GUI distros). Maybe GreyGeek knows more about this.
    Multibooting: Kubuntu Noble 24.04
    Before: Jammy 22.04, Focal 20.04, Precise 12.04 Xenial 16.04 and Bionic 18.04
    Win XP, 7 & 10 sadly
    Using Linux since June, 2008

    Comment


      #3
      Re: Getting started with Kubuntu development.

      thanx kyonides.

      I wasn't making much progress with

      http://www.debian.org/doc/maint-guide/ch-first.en.html

      so I headed down a different path

      https://wiki.ubuntu.com/MOTU/GettingStarted
      https://wiki.ubuntu.com/PackagingGui.../PackageUpdate

      MOTU seems to be another way of building packages. I was able to perform Method steps 1-8 in Recipes only by replacing

      debuild -S -sa

      with

      debuild -i -us -uc -S

      The latter, as best I understood, built the dsc without signing it with a private key. Every time I tried the former, it failed complaining that there was no available private key. I looked at gpg and ran gpg --gen-key. It seems to leave its results in ~/.gnupg however this didn't seem to help. That is, when I ran the dsc build again it still didn't find a private key.

      I didn't know if leaving the private key out would work but continued anyway.

      Finally got to Step 8 (the last) and the command (sudo pbuilder build brasero_0.6.1-0ubuntu1.dsc) ran fine except that I find no result in

      /var/cache/pbuilder/result

      So what is brasero anyway?

      alt-f2 (run) brasero. It's for burning CDs and such. What does Help | About tell me? My installed version is 2.30.1 so the code I'm trying build from the instructions (a combination of 0.5.2 and 0.6.1) seems to be very old.

      Comment


        #4
        Re: Getting started with Kubuntu development.

        As I go through the slew of messages that

        sudo pbuilder build brasero_0.6.1-0ubuntu1.dsc

        puts out, the following caught my eye:

        Code:
        .
        .
        .
        Processing triggers for libc-bin ...
        ldconfig deferred processing now taking place
        Reading package lists... Done       
        Building dependency tree    
        Reading state information... Done
        Reading extended state information   
        Initializing package states... Done
        Writing extended state information... Done
        
        Current status: 0 broken [-1].
        Aptitude couldn't satisfy the build dependencies
        E: pbuilder-satisfydepends failed.
        .
        .
        .
        So now I'll try and figure out what this is telling me.

        Comment


          #5
          Re: Getting started with Kubuntu development.

          I am NOT a (*)buntu Developer, (although I've been writing software for 50 years), so this advice may be totally worthless. That said:

          (1) (*)buntu is based on Debian so the place to start is the Debian New Maintainers Guide. This will teach you about packaging.

          (2) Kubuntu is based on the KDE software compilation. KDE is written (primarily) in C++, using a development system called "Qt". (Actually, there is an offshoot called "Kdevelop", but this is a global view.) If you want to generate GUI programs for KDE, learn Qt.

          (3) Most of the software that distinguishes the (*)buntu distributions from Debian is written in Python, (Mark Shuttleworth, the originator of Ubuntu, is a ferocious Python hacker.), so Python is another essential.

          (4) Start small.

          Remember, "Use the source, Luke!"

          Comment


            #6
            Re: Getting started with Kubuntu development.

            Thanx askrieger

            Originally posted by askrieger
            I am NOT a (*)buntu Developer, (although I've been writing software for 50 years), so this advice may be totally worthless. That said:

            (1) (*)buntu is based on Debian so the place to start is the Debian New Maintainers Guide. This will teach you about packaging.
            Actually I'd already gotten stuck trying to use an example from that page (Debian New Maintainers Guide).

            (2) Kubuntu is based on the KDE software compilation. KDE is written (primarily) in C++, using a development system called "Qt". (Actually, there is an offshoot called "Kdevelop", but this is a global view.) If you want to generate GUI programs for KDE, learn Qt.

            (3) Most of the software that distinguishes the (*)buntu distributions from Debian is written in Python, (Mark Shuttleworth, the originator of Ubuntu, is a ferocious Python hacker.), so Python is another essential.
            I know python (and C++ as well) so that'll work..

            (4) Start small.
            I started on this whole exercise with openSUSE running in VirtualBox on Windows 7. Where I built kcalc from source which was small and simple.

            I then switched to making a dual boot with kunbuntu and Windows 7 and am trying to get my bearings again

            Remember, "Use the source, Luke!"
            Think I found what I needed:

            General
            http://techbase.kde.org/Getting_Started/Build/KDE4
            kubuntu-specific
            http://techbase.kde.org/Getting_Star...ntu_and_Debian

            I needed to look at the pages at KDE (where I'd already been when on openSUSE) - and not at Kubuntu pages. Which I find a little surprising, but whatever.

            Comment


              #7
              Re: Getting started with Kubuntu development.

              Not that surprising once you know, like I recently do, that the main difference relies on using python as much as possible or if deemed necessary...

              Then, there's no need to think too much on which KDE distro you're aiming to if you need to learn programming "with" Qt (C++ headers, modules, etc. already available, predesigned).

              I was recently trying to compile a port of Asteroids or KAsteroids. I compiled it using sidux but when I logged onto Kubuntu I was surprised due to the fact I could run it on Kubuntu, too. I guess that's what Qt developers (former Trolltech now some Nokia dev group) pretended from the very beginning.
              Multibooting: Kubuntu Noble 24.04
              Before: Jammy 22.04, Focal 20.04, Precise 12.04 Xenial 16.04 and Bionic 18.04
              Win XP, 7 & 10 sadly
              Using Linux since June, 2008

              Comment


                #8
                Re: Getting started with Kubuntu development.

                You might want to "sudo apt-get install qt-sdk" in terminal window. Run qt-creator from the development menu. This will be as close to visual studio as you will come on linux (assuming that is what you are used too).

                FKA: tanderson

                Comment


                  #9
                  Re: Getting started with Kubuntu development.

                  And don't forget to pop into irc on freenode and chat about things with the folks on #kubuntu-devel, as well as many other chat channels and other resources they can point you to

                  Comment


                    #10
                    Re: Getting started with Kubuntu development.

                    Hi claydoh. I'm not real familiar with IRCs but I found; downloaded and installed konversation.

                    Server = irc.freenode.net

                    And I'm now connected to #kubuntu-devel. There are 188 connections (nicknames) at the moment. I posted the following about 20 minutes ago:

                    Code:
                    [10:53] <patfla> kdebase trunk runtime/nepomuk/services/queryservice seems to be broken at the moment?
                    There are 1 or 2 other conversations going on but no one has responded to the above. So I'll wait but anyway this is what I'm seeing.

                    Code:
                    .
                    .
                    .
                    [ 66%] Built target nepomukqueryservice_automoc
                    [ 66%] Building CXX object runtime/nepomuk/services/queryservice/CMakeFiles/nepomukqueryservice.dir/searchthread.o                                     
                    /home/kde-devel/kde/src/KDE/kdebase/runtime/nepomuk/services/queryservice/searchthread.cpp: In member function 'void Nepomuk::Query::SearchThread::sparqlQuery(const QString&)':
                    /home/kde-devel/kde/src/KDE/kdebase/runtime/nepomuk/services/queryservice/searchthread.cpp:131: error: 'fromResourceUri' is not a member of 'Nepomuk::Resource'
                    /home/kde-devel/kde/src/KDE/kdebase/runtime/nepomuk/services/queryservice/searchthread.cpp: In member function 'Nepomuk::Query::Result Nepomuk::Query::SearchThread::extractResult(const Nepomuk::Resource&, const Soprano::QueryResultIterator&) const':
                    /home/kde-devel/kde/src/KDE/kdebase/runtime/nepomuk/services/queryservice/searchthread.cpp:171: error: 'class Nepomuk::Query::Result' has no member named 'setAdditionalBindings'
                    make[2]: *** [runtime/nepomuk/services/queryservice/CMakeFiles/nepomukqueryservice.dir/searchthread.o] Error 1
                    make[1]: *** [runtime/nepomuk/services/queryservice/CMakeFiles/nepomukqueryservice.dir/all] Error 2
                    make: *** [all] Error 2
                    makeobj[0]: Leaving directory `/home/kde-devel/kde/src/KDE/kdebase/runtime/nepomuk/services'
                    kde-devel@patfla-laptop:~/kde/src/KDE/kdebase/runtime/nepomuk/services$ svn up .
                    At revision 1138778.
                    Files in kdebase/runtime/nepomuk/services/querysevice have been broken, in one way or another, for the last 12 hours (since last night for me).

                    I can confirm here:

                    http://websvn.kde.org/trunk/KDE/kdeb...s/?sortby=date

                    that someone is working on the code

                    Is there some way of rolling back to an earlier (hopefully working) version? Of say, queryservice. I've tried svn update with version numbers (-r number) but so far that hasn't worked.

                    (Preview - hmm looks like long line lengths in the quotes will push the window way out to the right ... must be some way of fixing that).

                    Comment


                      #11
                      Re: Getting started with Kubuntu development.

                      you can ask a question, or at least ask where your question might be answered in another kde channel Kubuntu devs don't actually write the code, at least in the case of nepomuk. I am sure there is a nepomuk channel of some sort, or a kde channel where that is discussed

                      there will always be numerous conversations going on, just ask something

                      Comment


                        #12
                        Re: Getting started with Kubuntu development.

                        hi claydoh

                        from this page

                        http://dev.nepomuk.semanticdesktop.org/

                        I found channel

                        #semdesk

                        (on freenode).

                        There seem to be 2 people other than myself on the channel. Just posted the same message there about nepomuk being broken.

                        I'm also doing

                        svn up nepomuk

                        every 5 or 10 minutes to see if new code appears.

                        Comment


                          #13
                          Re: Getting started with Kubuntu development.

                          How would I temporarily stub out the following dependency?

                          A name 'nuao' that appears to be new - and ontology-related (fwiw).

                          Code:
                          .
                          .
                          .
                          [100%] Built target kio_nepomuksearch
                          [100%] Built target kded_nepomuksearchmodule_automoc
                          make[2]: *** No rule to make target `/usr/share/ontology/nepomuk/nuao.trig', needed by `runtime/nepomuk/kioslaves/search/kdedmodule/nuao.h'. Stop.
                          make[1]: *** [runtime/nepomuk/kioslaves/search/kdedmodule/CMakeFiles/kded_nepomuksearchmodule.dir/all] Error 2
                          make: *** [all] Error 2
                          makeobj[0]: Leaving directory `/home/kde-devel/kde/build/KDE/kdebase/runtime/nepomuk'
                          kde-devel@my-machine:~/kde/src/KDE/kdebase/runtime/nepomuk$ find . -iname 'nuao*
                          > '
                          kde-devel@my-machine:~/kde/src/KDE/kdebase/runtime/nepomuk$ find . -iname 'nuao*'
                          kde-devel@my-machine:~/kde/src/KDE/kdebase/runtime/nepomuk$ ls -l /usr/share/ontology/nepomuk/
                          total 80
                          -rw-r--r-- 1 root root 6893 2010-03-23 12:06 nao.ontology
                          -rw-r--r-- 1 root root 18596 2009-12-03 23:41 nao.trig
                          -rw-r--r-- 1 root root 20744 2010-03-23 12:06 nrl.ontology
                          -rw-r--r-- 1 root root 13986 2010-03-08 00:55 nrl.trig
                          -rw-r--r-- 1 root root  277 2010-03-23 12:06 nso.ontology
                          -rw-r--r-- 1 root root 5399 2009-11-30 10:52 nso.trig
                          kde-devel@my-machine:~/kde/src/KDE/kdebase/runtime/nepomuk$

                          Comment


                            #14
                            Re: Getting started with Kubuntu development.

                            How would I temporarily stub out the following dependency?

                            A name 'nuao' that appears to be new - and ontology-related (fwiw).

                            I would update the "shared-desktop-ontologies"

                            Sources > sourceforge - OSCAF development space

                            Debianized > Package: shared-desktop-ontologies (0.5-1).

                            Hmm - what version of the Kubuntu are you using ?
                            The Maverick has > [ubuntu/maverick] shared-desktop-ontologies 0.5-1 (Accepted):
                            ...
                            /usr/share/ontology/nepomuk/nuao.trig
                            ...
                            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


                              #15
                              Re: Getting started with Kubuntu development.

                              thanx. yes, I found that (shared-desktop-ontologies) and fixed it.

                              And with fixing what seemed a very long list of problems, I got it all working.

                              As in here:

                              http://techbase.kde.org/Getting_Started/Build/KDE4

                              Hooray.

                              Now I've gotten so lost in this whole process that I have to take a little time out and remember again why I did this.

                              Comment

                              Working...
                              X