mirror of
https://bitbucket.org/smil3y/kde-workspace.git
synced 2025-02-24 02:42:50 +00:00
startkde: update comments
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
parent
6f241bb936
commit
919ca17315
1 changed files with 7 additions and 11 deletions
|
@ -50,12 +50,8 @@ export XDG_DATA_DIRS
|
||||||
# and startup time.
|
# and startup time.
|
||||||
#
|
#
|
||||||
# * kdeinit starts klauncher first.
|
# * kdeinit starts klauncher first.
|
||||||
# * Then kded is started. kded is responsible for keeping the sycoca
|
|
||||||
# database up to date. When an up to date database is present it goes
|
|
||||||
# into the background and the startup continues.
|
|
||||||
# * Then kdeinit starts kcminit. kcminit performs initialisation of
|
# * Then kdeinit starts kcminit. kcminit performs initialisation of
|
||||||
# certain devices according to the user's settings
|
# certain devices according to the user's settings
|
||||||
#
|
|
||||||
# * Then ksmserver is started which takes control of the rest of the startup sequence
|
# * Then ksmserver is started which takes control of the rest of the startup sequence
|
||||||
|
|
||||||
# The user's personal KDE directory is usually ~/.kde, but this setting
|
# The user's personal KDE directory is usually ~/.kde, but this setting
|
||||||
|
@ -172,13 +168,13 @@ else
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
||||||
# Mark that full KDE session is running (e.g. Konqueror preloading works only
|
# Mark that full KDE session is running. The KDE_FULL_SESSION property can be
|
||||||
# with full KDE running). The KDE_FULL_SESSION property can be detected by
|
# detected by any X client connected to the same X session, even if not
|
||||||
# any X client connected to the same X session, even if not launched
|
# launched directly from the KDE session but e.g. using "ssh -X", kdesudo.
|
||||||
# directly from the KDE session but e.g. using "ssh -X", kdesudo. $KDE_FULL_SESSION
|
# $KDE_FULL_SESSION however guarantees that the application is launched in the
|
||||||
# however guarantees that the application is launched in the same environment
|
# same environment like the KDE session and that e.g. KDE utilities/libraries
|
||||||
# like the KDE session and that e.g. KDE utilities/libraries are available.
|
# are available. KDE_FULL_SESSION property is also only available since KDE
|
||||||
# KDE_FULL_SESSION property is also only available since KDE 3.5.5.
|
# 3.5.5.
|
||||||
# The matching tests are:
|
# The matching tests are:
|
||||||
# For $KDE_FULL_SESSION:
|
# For $KDE_FULL_SESSION:
|
||||||
# if test -n "$KDE_FULL_SESSION"; then ... whatever
|
# if test -n "$KDE_FULL_SESSION"; then ... whatever
|
||||||
|
|
Loading…
Add table
Reference in a new issue