nicer formatting.

This commit is contained in:
kruse 2001-08-14 07:44:07 +00:00
parent 4af4be4073
commit e6dbfe09eb
1 changed files with 53 additions and 31 deletions

View File

@ -39,8 +39,11 @@
<comment>
$Log$
Revision 1.1 2001/08/01 14:35:12 kruse
initial LDP revision.
Revision 1.2 2001/08/14 07:42:50 pkruse
.
Revision 1.1 2001/08/03 13:56:20 pkruse
almost published.
Revision 1.4 2001/07/31 14:15:21 pkruse
prepare to check in linuxdoc cvs.
@ -298,7 +301,8 @@ the Preferences dialog is disabled.
<listitem>
<para>
k_mnu.cpp.patch: <guimenuitem>Run Command...</guimenuitem> and <guisubmenu>Configure Panel</guisubmenu> entries are
k_mnu.cpp.patch: <guimenuitem>Run Command...</guimenuitem> and
<guisubmenu>Configure Panel</guisubmenu> entries are
removed from the standard <guimenu>K</guimenu> Menu
</para>
</listitem>
@ -313,15 +317,22 @@ khc_man.cc.patch: Online Help is completely disabled. This would
<listitem>
<para>
konq_popupmenu.cc.patch: right-mouse menu on icons on the desktop
are reduced to <guimenuitem>Cut</guimenuitem>, <guimenuitem>Copy</guimenuitem>, <guimenuitem>Paste</guimenuitem>, <guimenuitem>Delete</guimenuitem>, ... but no <guimenuitem>Open With ...</guimenuitem>,
no <guimenuitem>Edit File Type...</guimenuitem> and no <guimenuitem>Poperties...</guimenuitem> dialogs.
are reduced to <guimenuitem>Cut</guimenuitem>,
<guimenuitem>Copy</guimenuitem>, <guimenuitem>Paste</guimenuitem>,
<guimenuitem>Delete</guimenuitem>, ... but no <guimenuitem>Open With
...</guimenuitem>,
no <guimenuitem>Edit File Type...</guimenuitem> and no
<guimenuitem>Poperties...</guimenuitem> dialogs.
</para>
</listitem>
<listitem>
<para>
pagerapplet.cpp.patch: on minipager selection of type (<guimenuitem>Preview</guimenuitem>, <guimenuitem>Number</guimenuitem>,
<guimenuitem>Name</guimenuitem>) is disabled. this caused trouble in multihead environment.
pagerapplet.cpp.patch: on minipager selection of type
(<guimenuitem>Preview</guimenuitem>,
<guimenuitem>Number</guimenuitem>,
<guimenuitem>Name</guimenuitem>) is disabled. this caused trouble in
multihead environment.
</para>
</listitem>
@ -339,8 +350,9 @@ panel.cpp.patch: right mouse menu on Panel is disabled.
<para>
Instead of a dcop call, a program <command>screensaver</command> is executed, which
must be found in the <envar>PATH</envar>. Just create a script called <command>screensaver</command>
Instead of a dcop call, a program <command>screensaver</command> is
executed, which must be found in the <envar>PATH</envar>. Just create
a script called <command>screensaver</command>
with the following contents:
<programlisting>
@ -355,17 +367,19 @@ make it executable and put it in <filename>$KDEDIR/bin</filename>.
<para>
Instead of the normal procedure, a program <command>klogout</command> is called, which
must be found in the <envar>PATH</envar>. Create a script called <command>klogout</command> with the
following contents:
Instead of the normal procedure, a program <command>klogout</command>
is called, which must be found in the <envar>PATH</envar>. Create a
script called <command>klogout</command> with the following contents:
<programlisting>
#!/bin/bash
dcop kdesktop KDesktopIface logout
</programlisting>
make it executable and put it in <filename>$KDEDIR/bin</filename>, where <filename>$KDEDIR</filename> is the
install directory of KDE and <filename>$KDEDIR/bin</filename> is found in your <EnVar>PATH</EnVar>.
make it executable and put it in <filename>$KDEDIR/bin</filename>,
where <filename>$KDEDIR</filename> is the install directory of KDE and
<filename>$KDEDIR/bin</filename> is found in your
<EnVar>PATH</EnVar>.
</para>
<itemizedlist>
@ -397,7 +411,8 @@ Everything else can be done with normal configuration, that is:
Remove Trash, Templates and Autostart Icons from the desktop and disable
<keycombo action="Simul"><keycap>Alt</keycap><keycap>F2</keycap></keycombo>
by modifying <filename>kdeglobals</filename>. Make sure the following entries exist:
by modifying <filename>kdeglobals</filename>. Make sure the following
entries exist:
<programlisting>
[Paths]
@ -446,22 +461,24 @@ him, then the config files are found in <filename>$KDEHOME/share/config</filenam
<title>How to set the variable KDE_MODE</title>
<para>
To answer this, you must understand what happens after you successfully
authorized yourself to the system: Depending on your distribution,
some scripts are executed, from which one should be modified to set
<EnVar>KDE_MODE</EnVar>. There is a script called <Command>Xsession</Command> under <filename>/etc/X11/xdm</filename> or
<filename>/usr/X11R6/lib/xdm</filename>, which you could modify, or <Command>startkde</Command>, that is located
under <filename>$KDEDIR/bin</filename>.
Note however, that the variable must be set prior to calling the kde
processes.
To answer this, you must understand what happens after you
successfully authorized yourself to the system: Depending on your
distribution, some scripts are executed, from which one should be
modified to set <EnVar>KDE_MODE</EnVar>. There is a script called
<Command>Xsession</Command> under <filename>/etc/X11/xdm</filename> or
<filename>/usr/X11R6/lib/xdm</filename>, which you could modify, or
<Command>startkde</Command>, that is located under
<filename>$KDEDIR/bin</filename>. Note however, that the variable
must be set prior to calling the kde processes.
</para>
<para>
Since we had the need to make a setup for a big environment (now reaching
300 users) we wrote an application that enables us to administer.
It also creates the KDE Menus. It writes a file called <filename>.env.sh</filename> in
a user's home directory, that will be sourced in <Command>Xsession</Command>. That is
what you could do. So you could put in <filename>.env.sh</filename> of that specific user's
Since we had the need to make a setup for a big environment (now
reaching 300 users) we wrote an application that enables us to
administer. It also creates the KDE Menus. It writes a file called
<filename>.env.sh</filename> in a user's home directory, that will be
sourced in <Command>Xsession</Command>. That is what you could do. So
you could put in <filename>.env.sh</filename> of that specific user's
home directory:
</para>
@ -523,7 +540,9 @@ export KDEDIR
</programlisting>
<para>
The contents of <filename>/usr/local/kde/restricted_kdedir</filename> looks like:
Replace <filename>/usr/local/kde</filename> with the install directory
of your KDE. The contents of
<filename>/usr/local/kde/restricted_kdedir</filename> looks like:
<screen>
@ -543,8 +562,9 @@ share
<para>
only share is a real directory, every other directory is a symbolic
link pointing to original kdedir. <filename>/usr/local/kde/restricted_kdedir/share</filename>
has the following contents:
link pointing to original
kdedir. <filename>/usr/local/kde/restricted_kdedir/share</filename>
has the following contents:
<screen>
@ -602,6 +622,8 @@ Settings/LookNFeel/background.desktop
</screen>
under <filename>/usr/local/kde/restricted_kdedir/share/applnk</filename>
</para>
</sect2>