User:Winterz: Difference between revisions

From KDE TechBase
No edit summary
 
(15 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
* oxygen style working
  docs
* konqueror working
  src
* dolphin working
  tests
* sound working
  CMakeLists.txt
* kmail working
  COPYING, COPYING.LIB,... [all files dealing with the project license]
* kate working
  metainfo.yaml
 
  README.md
"working" doesn't mean "bug free"; it means no known "grave bugs".
  .reviewboardrc
"working" means using it doesn't make you want throw your computer out the window.
  ProjectConfig.cmake.in
 
  ProjectMacros.cmake
=== Bugs Encountered ===
{| border="1"
|+ Known Bugs
|-
! Application
! Issue
! Status
|-
| dolphin
| nepomukdaemon not autostarted
| probably needs an appropriate nepomukdaemon.desktop file installed in share/autostart
|-
| strigiclient
| strigidaemon not autostarted
| probably needs an appropriate strigidaemon.desktop file installed in share/autostart
|-
| 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