On Sat, 6 Dec 1997, Michael Hilgers wrote:
On Thu, 04 Dec 1997 13:29:57, Jörg Schütter wrote:
Kann mir mal jemand erkl"aren, wie ich die Beta2 vom KDE installieren muss? oder mit YAST
mit Pakete einspielen: im Menü die entsprechende Datei eintragen (browsen möglich) und los gehts.
Los gehts ?
Die Installationsanleitung schreibt einiges über die Definition von Umgebungsvariablen. Ich weiss nicht, wo und wie ich die in SuSE 5.0 setzen kann, bzw.
Umgebungsvariablen werden in /etc/profile gesetzt.
ob ich Sie setzen muss? Jedenfalls kann ich kein Programm nach der Installation aufrufen. bash meldet "Command unbekannt", auch wenn ich in dem Verzeichnis
Das liegt daran, daß aus Sicherheitsgründen das aktuelle Verzeichnis nicht im Pfad enthalten ist.
/opt/kde/bin drin bin und zB startkde aufrufe.
First of all, make sure that you have added KDE's binary installation directory (e.g. /opt/kde/bin) to your PATH and KDE's library installation directory to your LD_LIBRARY_PATH (only necessary on systems that do not support rpath; on Linux ELF, it should work without) this environment variable may be called differently on some systems, e.g. it is called SHLIB_PATH on Irix). Then set the environment variable KDEDIR to the base of your KDE tree, e.g. /opt/kde.
Even though you can use most of the KDE applications simply by calling them, you can only benefit fully from KDE's advanced features if you use the KDE window manager kwm and its helper programs.
In order to make it easy for you, we have provided a simple script called startkde which gets installed in $KDEDIR/bin and is therefore in your path. Edit the file .xinitrc in your home directory (make a backup copy first!), remove everything that looks like calling a window manager, and insert startkde instead. Restart X. This should present you with your shining new KDE desktop. You can now start to explore the wonderful world of KDE. In case you want to read some documentation first, there is a quickstart guide at <A HREF="http://www.kde.org/documentation/desktop.html"><A HREF="http://www.kde.org/documentation/desktop.html</A">http://www.kde.org/documentation/desktop.html</A</A>>. Also, every application has an online help that is available via the help menu.
Michael Hilgers Strundenerstr. 121a D-51069 Koeln (Cologne) Germany Phone: +49-(0)221/6805292 Fax: +49-(0)221/6897609 a2718863@smail.rrz.uni-koeln.de Hilgers@TalkingHeads.de
-- Um aus der Liste ausgetragen zu werden, eine Mail an majordomo@suse.de schicken, mit dem Text: unsubscribe suse-linux
Ich habe zwar KDE bis jetzt noch nicht verwendet, denke mir aber, daß es wie folgt funktionieren müßte : Datei /etc/profile editieren: Dort wo "PATH=" steht noch ":/opt/kde/bin" anhängen. Dann am Ende der Datei ein Zeile einfügen: export KDEDIR=/opt/kde Nach dem editieren machst Du eine Sicherheitskopie von ~/.xinitrc : cp ~/.xinitrc ~/.xinitrc.old Dann wird ~/.xinitrc editiert: In Zeile 13-15 steht bei mir folgendes: if test -z "$WINDOWMANAGER" ; then WINDOWMANAGER=/usr/X11R6/bin/fvwm2 fi Laut beschreibung müßte das dann etwa folgendermaßen aussehen: if test -z "$WINDOWMANAGER" ; then WINDOWMANAGER=/opt/kde/bin/startkde fi Ich hoffe Dir geholfen zu haben. cu Matze --- Matthias Schwarzott matthias.schwarzott@fen.baynet.de -- Um aus der Liste ausgetragen zu werden, eine Mail an majordomo@suse.de schicken, mit dem Text: unsubscribe suse-linux
participants (1)
-
matthias.schwarzott@fen.baynet.de