User:Winterz: Difference between revisions

    From KDE TechBase
    No edit summary
     
    (13 intermediate revisions by 2 users not shown)
    Line 1: Line 1:
    == My Lists and Tables of Stuff ==
    top-level layout
    Welcome to my world.


    ===Minimum Requirements before a KDE 4.0.0 Release Candidate===
    project ->
    * a functional workspace (i.e. Plasma)
      autotests
    ** Plasma (aseigo)
      docs
    ** color configuration works (mwoehlke)
      src
    * oxygen style working (mwoehlke, boemann, #oxygen)
      tests
    * konqueror working
      CMakeLists.txt
    * dolphin working
      COPYING, COPYING.LIB,... [all files dealing with the project license]
    * sound working
      metainfo.yaml
    * kmail working
      README.md
    * kate working
      .reviewboardrc
     
      ProjectConfig.cmake.in
    "working" doesn't mean "bug free"; it means no known "grave bugs".
      ProjectMacros.cmake
    "working" means using it doesn't make you want throw your computer out the window.
     
    === Bugs Encountered ===
    {| border="1"
    |+ Known Bugs
    |-
    ! Application
    ! Issue
    ! Status
    |-
    | dolphin
    | nepomukdaemon not autostarted
    | $XDG_DATA_DIRS not appropriately set before dbus-launch is started (thiago)
    |-
    | strigiclient
    | strigidaemon not autostarted
    | $XDG_DATA_DIRS not appropriately set before dbus-launch is started (thiago)
    |-
    | strigiclient
    | thinks that strigidaemon is running when it isn't
    | reported to Jos
    |-
    | strigiclient
    | when creating index, cannot find any fields in .fieldproperties ontology database
    | reported to Jos
    |-
    | kbackgammon
    | writes "KNotificationManager::notify:: error while contacting knotify server" to konsole.
    | probably must be ported from KDE3's KNotifyClient to KDE4's new KNotification
    |-
    |}

    Latest revision as of 15:47, 27 December 2015

    top-level layout

    project ->

     autotests
     docs
     src
     tests
     CMakeLists.txt
     COPYING, COPYING.LIB,... [all files dealing with the project license]
     metainfo.yaml
     README.md
     .reviewboardrc
     ProjectConfig.cmake.in
     ProjectMacros.cmake