TDE administration programs
Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.
 
 
 
 
 
 
Iet uz failu
Michele Calgaro 7f77b31338
Remove unnecessary 'tde_set_project_version' from CMakeL10n.txt
pirms 1 mēnesi
admin@59a8bf7c09 Reset submodule main/core/tdeadmin/admin to latest HEAD pirms 2 mēnešiem
doc Removed code formatting modelines. pirms 4 gadiem
kcron Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines pirms 3 mēnešiem
kdat Replace Q_SIGNALS and Q_SLOTS pirms 3 mēnešiem
knetworkconf Replace Q_SIGNALS and Q_SLOTS pirms 3 mēnešiem
kpackage Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines pirms 3 mēnešiem
ksysv Replace Q_SIGNALS and Q_SLOTS pirms 3 mēnešiem
kuser Replace Q_SIGNALS and Q_SLOTS pirms 3 mēnešiem
lilo-config Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines pirms 3 mēnešiem
secpolicy Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines pirms 3 mēnešiem
tdefile-plugins Replace Q_OBJECT with TQ_OBJECT pirms 9 mēnešiem
translations/desktop_files Translated using Weblate (Galician) pirms 7 mēnešiem
.gitmodules Remove cmake submodule since it has now been replaced by cmake-trinity dependency. pirms 3 gadiem
AUTHORS Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. pirms 15 gadiem
CMakeL10n.txt Remove unnecessary 'tde_set_project_version' from CMakeL10n.txt pirms 1 mēnesi
CMakeLists.txt Use centralized cmake version pirms 1 mēnesi
COPYING Update COPYING file. pirms 12 gadiem
COPYING-DOCS Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. pirms 15 gadiem
ConfigureChecks.cmake Use common CMake tests. pirms 5 gadiem
INSTALL Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. pirms 15 gadiem
Makefile.am.in Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. pirms 15 gadiem
Makefile.cvs Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. pirms 15 gadiem
README Update bug reports url to bugs.trinitydesktop.org pirms 6 gadiem
config.h.cmake cmake: Cleanup unused definitions from config.h pirms 6 gadiem
configure.in.in Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. pirms 15 gadiem

README

In this file:

* About tdeadmin
* Common Mistakes
* Debugging
* More Info

About tdeadmin
--------------
The tdeadmin package contains packages that usually only a system
administrator might need:

* debian
    Files needed to create Debian packages.

* doc
    XML based documentation for the programs

* kcmlinuz
    Linux Kernel configurator

* kcron
    Editor for the cron command scheduler.

* kdat
    Tape backup tool.

* tdefile-plugins
    Make Konquerer display additional info on about *.dep and *.rpm files.

* kpackage
    Manager for DEB, RPM and similar software packages.

* ksysv
    An editor for System V startup schemes.

* kuser
    An user manager.

* kwuftpd
    Front end to the wu-ftpd FTP daemon.

* kxconfig
    Configure X-Windows display properties.

* lilo-config
    A plugin for KControl to manage the Linux boot loader LILO.

* secpolicy
    A program to display PAM security policies.


Common Mistakes
---------------
If configure claims Qt cannot be found, have a look at ftp://ftp.trolltech.com
and download the latest Qt 3.3.x release.


Debugging
---------
You can use --enable-debug with the configure script, if you want to have
debug code in your KDE apps and libs.  I recommend to do this, since this
is alpha software and this makes debugging things a whole lot easier.


More Info
---------
You can use --without-shadow, if you do not want to have shadow support.

You can use --without-quota, if you do not want to have quota support.

Please direct any bug reports to our bug list by visiting
http://bugs.trinitydesktop.org.

If you have problems compiling and installing this package, contact
me at bero@redhat.de

General KDE discussions should go to the KDE mailing list (kde@kde.org).