Kontact Touch/Harmattan/da: Difference between revisions

    From KDE UserBase Wiki
    (Importing a new version from external source)
    (Importing a new version from external source)
    Line 14: Line 14:
    For at forbinde dig til ssh-serveren skal du først angive en adgangskode for kontoen "user". Det gør du ved at åbne programmet Terminal og bruge <code>devel-su</code> til at logge ind som root (standardadgangskoden er rootme) og angiv en adgangskode for brugeren ved at kalde <code>passwd user</code>. Nu kan du forbinde til din enhed som bruger og indstille OpenSSH-serveren på sædvanlig vis.
    For at forbinde dig til ssh-serveren skal du først angive en adgangskode for kontoen "user". Det gør du ved at åbne programmet Terminal og bruge <code>devel-su</code> til at logge ind som root (standardadgangskoden er rootme) og angiv en adgangskode for brugeren ved at kalde <code>passwd user</code>. Nu kan du forbinde til din enhed som bruger og indstille OpenSSH-serveren på sædvanlig vis.


    === Repositories ===
    === Arkiver ===


    Kontact Touch packages need three repositories so that all dependencies can be installed. To enable them (as root):
    Kontact Touch packages need three repositories so that all dependencies can be installed. To enable them (as root):

    Revision as of 18:12, 25 November 2011

    Other languages:

    Introduktion

    Der er nogle pakker med Kontact Touch til MeeGo 1.2 Harmattan. Dette er operativsystemet på Nokia N9 (og N950) smartphones.

    Installation

    For at installere pakkerne skal du indstille din telefon til udviklertilstand, da pakkerne endnu ikke er tilgængelige i Application Store (opnås via Settings -> Security -> Developer Mode). Dette vil også installere en ssh-server på din enhed, hvilket gør resten af installationen meget mere bekvem.

    Indstil SSH

    Note

    Dette skridt er ikke strengt nødvendigt, da du også kan gøre alting direkte på din enheds terminal.


    For at forbinde dig til ssh-serveren skal du først angive en adgangskode for kontoen "user". Det gør du ved at åbne programmet Terminal og bruge devel-su til at logge ind som root (standardadgangskoden er rootme) og angiv en adgangskode for brugeren ved at kalde passwd user. Nu kan du forbinde til din enhed som bruger og indstille OpenSSH-serveren på sædvanlig vis.

    Arkiver

    Kontact Touch packages need three repositories so that all dependencies can be installed. To enable them (as root):

    echo "deb http://repo.pub.meego.com/home:/rzr:/harmattan/MeeGo_1.2_Harmattan_Maemo.org_MeeGo_1.2_Harmattan_standard/ ./
    deb http://harmattan-dev.nokia.com/ harmattan/sdk free non-free
    deb https://files.kolab.org/local/maemo/dists/harmattan ./" >> /etc/apt/sources.list.d/community.list

    Installation with apt-get

    To install the most recent version of Kontact Touch you can then call:

    apt-get update
    apt-get install kdepim-mobile

    Note

    If you get an error like:
    https://downloads.maemo.nokia.com ./ libgmp3c2 2:4.3.2+dfsg-1+maemo5+0m6
    The requested URL returned error: 404
    You can get the the package here and install it manually with dpkg -i. The link to this package appears to be broken in the Nokia repository.


    Note: With the Harmattan Beta 2 image you might also get conflicts with packages having more recent versions in the community repository then on the platform. This can cause conflicts with the mp-harmattan package. To avoid those you can pin down the community repo by creating the file /etc/apt/preferences with the content:

           Explanation: Dont update platform packages
           Package: *
           Pin: origin repo.pub.meego.com
           Pin-Priority: 99
    

    Known problems (Version 20111120)

    Installation with the community repository is problematic as the kontact touch packages were built with a newer libgpgme then the one that is available from Nokia which causes conflicts with the mp-harmattan-pr package. To resolve those you have to uninstall the mp-harmattan-pr meta package (do not do an apt-get autormove afterwards!)

    The Strigi deamon fails to start putting up an error message now and then and causing address completion and full text search not to work.

    The icons might be just some strange red squares until you restart.

    Additional Notes

    Make sure to check out the general Kontact Touch page, especially note the recommendation to use KWallet in the account setup section.