Page 41 - DCAP602_NETWORK_OPERATING_SYSTEMS_I
P. 41
Unit 2: RedHat Linux Basics
(e) MIT license as listed below. notes
(f) X11 license as listed below.
5. Any other source files must be licensed under one of the terms listed under (4) or one of the
following terms:
(a) GPL version 2 as listed in kdelibs/COPYING or later
(b) GPL version 2 or version 3 or later versions approved by the membership of KDE
e.V.
(c) Code copied from Qt may be licenced under GPL version 2 or version 3 or later
versions approved by Trolltech ASA and the KDE Free Qt Foundation.
6. Translations of text from the files described in section 4 must be licenced under one of the
terms in sections 4. Translations of text from other files must be licenced under one of the
terms in sections 4 or 5.
7. Icons in kdelibs, kdepimlibs or kdebase runtime must be licenced under the LGPL 3 or later
versions approved by KDE e.V. Icons elsewhere can be licenced under any of the terms in
section 4 or 5.
8. Documentation must be licensed under one of the following terms:
(a) FDL versions 1.2 as listed in kdelibs/COPYING.DOC or later versions with no
Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts.
(b) FDL versions 1.2 as listed in kdelibs/COPYING.DOC or later versions approved
by KDE e.V. with no Invariant Sections, no Front-Cover Texts, and no Back-Cover
Texts.
Documentation may additionally be licensed under any of the terms in section 4 or 5.
Other data included in KDE’s codebase must be licenced under one of the terms in sections
4 or 5.
10. Contributors who have signed the Fiduciary License Agreement with KDE e.V. may licence
files described in section 3 under LGPL 2.1 & 3 only and may licence other source files
under GPL 2 & 3 only.
11. As new versions of GNU licenses are published they will be discussed by the membership
of KDE e.V. and accepted via an announcement on http://ev.kde.org if: not adopting the
licence would harm the future distribution of KDE, the licence preserves freedom for our
developers & users and a vote by the membership agrees to the acceptance of the new
licence version.
2.2 starting x windows and kDe
The X Window System provides a way to execute programs (including a graphical environment
such as KDE) in a general way when startx is executed. This is in the form of two files (.xserverrc
and .xinitrc). Normally these reside in your home directory and are used for starting server and
client related applications respectively. The startkde script in the kde/bin directory executes all
the programs required by KDE in one handy script. You can therefore start KDE along with your
X server by adding a line to execute startkde to the .xinitrc file in your home directory.
Example below shows samples for the relevant files.
$ cat ~/.xserverrc
exec X -screen 0 1024x768x16 -engine 4 -ac -nowinkill -noreset -emulate3buttons
100
LoveLy professionaL university 35