User:Winterz: Difference between revisions

From KDE TechBase
No edit summary
 
(10 intermediate revisions by the same user 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
  autotests
** Plasma (aseigo)
  docs
** color configuration works (mwoehlke)
  src
* oxygen style working (mwoehlke, boemann, #oxygen)
  tests
* konqueror working
  CMakeLists.txt
* dolphin working (Peter Penz)
  COPYING, COPYING.LIB,... [all files dealing with the project license]
* sound working (Vir)
  metainfo.yaml
* kmail working (till, tmg)
  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
|-
| kate
| regex search/replace skips matches and can even do endless loops in some cases(?), sorry :-( Bug must be somewhere in my KateDocument code.
| sping already knows
|-
|}

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