diff --git a/ChangeLog b/ChangeLog index acb6d3c..c5030e7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -849,7 +849,7 @@ from the right panel FIXED: extension is separated from the dirname after renaming directories containing '.' - FIXED: locate does not call kdesu any more + FIXED: locate does not call tdesu any more FIXED: [ 950052 ] synchronizer: the left and right side depends of the active panel FIXED: [ 770676 ] krarc does not handle password zips diff --git a/INSTALL b/INSTALL index 5b0cdf8..5c4a74f 100644 --- a/INSTALL +++ b/INSTALL @@ -364,8 +364,8 @@ the FAQ. If the problem persists, use the help_request to ask for help. command. $ find /usr /opt -name qtconfig -type f 2>/dev/null /usr/lib/qt3/bin/qtconfig - $ find /usr /opt -name kdeinit -type f 2>/dev/null - /usr/bin/kdeinit + $ find /usr /opt -name tdeinit -type f 2>/dev/null + /usr/bin/tdeinit In this case /usr/lib/qt3 is your QTDIR and /usr is your KDEDIR. The installed binaries will go to /usr/bin. Now we will set the enviroment variables with the export command. diff --git a/acinclude.m4 b/acinclude.m4 index e08eea9..d84fa27 100644 --- a/acinclude.m4 +++ b/acinclude.m4 @@ -371,7 +371,7 @@ AC_DEFUN([KDE_1_CHECK_PATHS], fi AC_MSG_CHECKING([for KDE libraries installed]) -ac_link='$LIBTOOL_SHELL --silent --mode=link ${CXX-g++} -o conftest $CXXFLAGS $all_includes $CPPFLAGS $LDFLAGS $all_libraries conftest.$ac_ext $LIBS -lkdecore $LIBQT $KDE_TEST_RPATH 1>&5' +ac_link='$LIBTOOL_SHELL --silent --mode=link ${CXX-g++} -o conftest $CXXFLAGS $all_includes $CPPFLAGS $LDFLAGS $all_libraries conftest.$ac_ext $LIBS -ltdecore $LIBQT $KDE_TEST_RPATH 1>&5' if AC_TRY_EVAL(ac_link) && test -s conftest; then AC_MSG_RESULT(yes) @@ -710,7 +710,7 @@ AC_SUBST(kde_templatesdir) AC_SUBST(kde_servicesdir) AC_SUBST(kde_servicetypesdir) AC_SUBST(kde_moduledir) -AC_SUBST(kdeinitdir, '$(kde_moduledir)') +AC_SUBST(tdeinitdir, '$(kde_moduledir)') AC_SUBST(kde_styledir) AC_SUBST(kde_widgetdir) if test "$kde_qtver" = 1; then @@ -2064,12 +2064,12 @@ AC_DEFUN([KDE_CREATE_LIBS_ALIASES], if test $kde_qtver = 3; then case $host in - *cygwin*) lib_kded="-lkdeinit_kded" ;; + *cygwin*) lib_kded="-ltdeinit_kded" ;; *) lib_kded="" ;; esac AC_SUBST(LIB_KDED, $lib_kded) - AC_SUBST(LIB_KDECORE, "-lkdecore") - AC_SUBST(LIB_KDEUI, "-lkdeui") + AC_SUBST(LIB_KDECORE, "-ltdecore") + AC_SUBST(LIB_KDEUI, "-ltdeui") AC_SUBST(LIB_KIO, "-lkio") AC_SUBST(LIB_KJS, "-lkjs") AC_SUBST(LIB_SMB, "-lsmb") @@ -2078,9 +2078,9 @@ if test $kde_qtver = 3; then AC_SUBST(LIB_KHTML, "-lkhtml") AC_SUBST(LIB_KSPELL, "-lkspell") AC_SUBST(LIB_KPARTS, "-lkparts") - AC_SUBST(LIB_KDEPRINT, "-lkdeprint") + AC_SUBST(LIB_KDEPRINT, "-ltdeprint") AC_SUBST(LIB_KUTILS, "-lkutils") - AC_SUBST(LIB_KDEPIM, "-lkdepim") + AC_SUBST(LIB_KDEPIM, "-ltdepim") AC_SUBST(LIB_KIMPROXY, "-lkimproxy") AC_SUBST(LIB_KNEWSTUFF, "-lknewstuff") AC_SUBST(LIB_KDNSSD, "-lkdnssd") @@ -2089,8 +2089,8 @@ if test $kde_qtver = 3; then AC_SUBST(LIB_KSYCOCA, "-lkio") AC_SUBST(LIB_KFILE, "-lkio") elif test $kde_qtver = 2; then - AC_SUBST(LIB_KDECORE, "-lkdecore") - AC_SUBST(LIB_KDEUI, "-lkdeui") + AC_SUBST(LIB_KDECORE, "-ltdecore") + AC_SUBST(LIB_KDEUI, "-ltdeui") AC_SUBST(LIB_KIO, "-lkio") AC_SUBST(LIB_KSYCOCA, "-lksycoca") AC_SUBST(LIB_SMB, "-lsmb") @@ -2099,10 +2099,10 @@ elif test $kde_qtver = 2; then AC_SUBST(LIB_KHTML, "-lkhtml") AC_SUBST(LIB_KSPELL, "-lkspell") AC_SUBST(LIB_KPARTS, "-lkparts") - AC_SUBST(LIB_KDEPRINT, "-lkdeprint") + AC_SUBST(LIB_KDEPRINT, "-ltdeprint") else - AC_SUBST(LIB_KDECORE, "-lkdecore -lXext $(LIB_QT)") - AC_SUBST(LIB_KDEUI, "-lkdeui $(LIB_KDECORE)") + AC_SUBST(LIB_KDECORE, "-ltdecore -lXext $(LIB_QT)") + AC_SUBST(LIB_KDEUI, "-ltdeui $(LIB_KDECORE)") AC_SUBST(LIB_KFM, "-lkfm $(LIB_KDECORE)") AC_SUBST(LIB_KFILE, "-lkfile $(LIB_KFM) $(LIB_KDEUI)") AC_SUBST(LIB_KAB, "-lkab $(LIB_KIMGIO) $(LIB_KDECORE)") @@ -2489,7 +2489,7 @@ if eval "test \"`echo $ac_cv_lib_gif`\" = yes"; then AC_MSG_RESULT(yes) AC_DEFINE_UNQUOTED(HAVE_LIBGIF, 1, [Define if you have libgif]) else - AC_MSG_ERROR(You need giflib30. Please install the kdesupport package) + AC_MSG_ERROR(You need giflib30. Please install the tdesupport package) fi ]) diff --git a/doc/ChangeLog b/doc/ChangeLog index 072e163..11b8c29 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -271,7 +271,7 @@ UPDATED: Bookman: in kde 3.4, devices:/ is now media:/ UPDATED: new i18n page url UPDATED: mailing lists UPDATED: installation $ find /usr /opt -name qtconfig -type f 2>/dev/null - $ find /usr /opt -name kdeinit -type f 2>/dev/null + $ find /usr /opt -name tdeinit -type f 2>/dev/null thanks Dirk UPDATED: Commands, Settings -> Save Position UPDATED: kgstartup.png used $ import ... -resize 60% and $ pngcrush diff --git a/doc/en/installation.docbook b/doc/en/installation.docbook index f50888d..5e7a809 100644 --- a/doc/en/installation.docbook +++ b/doc/en/installation.docbook @@ -630,8 +630,8 @@ Please don't use the /usr/local directory as it simply won' find command. $ find qtconfig /usr/lib/qt3/bin/qtconfig -$ find kdeinit -/usr/bin/kdeinit +$ find tdeinit +/usr/bin/tdeinit In this case /usr/lib/qt3 is your QTDIR and diff --git a/doc/en/konfigurator.docbook b/doc/en/konfigurator.docbook index e3658e5..ea5da52 100644 --- a/doc/en/konfigurator.docbook +++ b/doc/en/konfigurator.docbook @@ -1191,13 +1191,13 @@ HTML_PARSING--> - kdesu + tdesu - /usr/bin/kdesu + /usr/bin/tdesu diff --git a/doc/en/useraction-xml.docbook b/doc/en/useraction-xml.docbook index c2676a1..b996aee 100644 --- a/doc/en/useraction-xml.docbook +++ b/doc/en/useraction-xml.docbook @@ -169,7 +169,7 @@ </KrusaderUserActions> - This useraction edits a file with root permissions using kdesu: + This useraction edits a file with root permissions using tdesu: <!DOCTYPE KrusaderUserActions> <KrusaderUserActions> @@ -178,8 +178,8 @@ <tooltip>Edit as root</tooltip> <icon>kwrite</icon> <category>System</category> - <description>Edit a file with root permissions using kdesu</description> - <command>kdesu kedit %aCurrent%</command> + <description>Edit a file with root permissions using tdesu</description> + <command>tdesu kedit %aCurrent%</command> <defaultshortcut>Win+F4</defaultshortcut> </action> </KrusaderUserActions> diff --git a/doc/ru/installation.docbook b/doc/ru/installation.docbook index d7c1b70..2d2d69d 100644 --- a/doc/ru/installation.docbook +++ b/doc/ru/installation.docbook @@ -536,8 +536,8 @@ > command. $ find qtconfig /usr/lib/qt3/bin/qtconfig -$ find kdeinit -/usr/bin/kdeinit$ find tdeinit +/usr/bin/tdeinit In this case /usr/lib/qt3 is your kdesutdesu /usr/bin/kdesu/usr/bin/tdesu diff --git a/doc/ru/useraction-xml.docbook b/doc/ru/useraction-xml.docbook index 9c0a290..0191ca6 100644 --- a/doc/ru/useraction-xml.docbook +++ b/doc/ru/useraction-xml.docbook @@ -215,7 +215,7 @@ This useraction edits a file with root permissions using kdesutdesu: <?xml version="1.0" encoding="UTF-8" ?> <!DOCTYPE KrusaderUserActions> @@ -225,8 +225,8 @@ <tooltip>Edit as root</tooltip> <icon>kwrite</icon> <category>System</category> - <description>Edit a file with root permissions using kdesu</description> - <command>kdesu kedit %aCurrent%</command> + <description>Edit a file with root permissions using tdesu</description> + <command>tdesu kedit %aCurrent%</command> <defaultshortcut>Win+F4</defaultshortcut> </action> </KrusaderUserActions> diff --git a/krusader/Konfigurator/kgdependencies.cpp b/krusader/Konfigurator/kgdependencies.cpp index 4c56fb8..a9f2c96 100644 --- a/krusader/Konfigurator/kgdependencies.cpp +++ b/krusader/Konfigurator/kgdependencies.cpp @@ -59,7 +59,7 @@ KgDependencies::KgDependencies( bool first, TQWidget* parent, const char* name addApplication( "df", pathsGrid, 0, general_tab, PAGE_GENERAL ); addApplication( "eject", pathsGrid, 1, general_tab, PAGE_GENERAL ); - addApplication( "kdesu", pathsGrid, 2, general_tab, PAGE_GENERAL ); + addApplication( "tdesu", pathsGrid, 2, general_tab, PAGE_GENERAL ); addApplication( "kget", pathsGrid, 3, general_tab, PAGE_GENERAL ); addApplication( "kmail", pathsGrid, 4, general_tab, PAGE_GENERAL ); addApplication( "diff utility", pathsGrid, 5, general_tab, PAGE_GENERAL ); diff --git a/krusader/Makefile.am b/krusader/Makefile.am index 4920404..76cce08 100644 --- a/krusader/Makefile.am +++ b/krusader/Makefile.am @@ -102,13 +102,13 @@ krusader_LDADD = \ $(LIB_KDECORE) \ $(LIB_QT) \ $(LIBSOCKET) \ - -lkdefx \ + -ltdefx \ -lkutils \ -lkwalletclient # the library search path. -krusader_LDFLAGS = $(all_libraries) $(kde_RPATH) $(LIB_QT) -lDCOP $(LIB_KDECORE) $(LIB_KDEUI) -lkdefx $(LIB_KIO) -lktexteditor -lkwalletclient +krusader_LDFLAGS = $(all_libraries) $(kde_RPATH) $(LIB_QT) -lDCOP $(LIB_KDECORE) $(LIB_KDEUI) -ltdefx $(LIB_KIO) -lktexteditor -lkwalletclient ########################################################### diff --git a/krusader/UserAction/kraction.cpp b/krusader/UserAction/kraction.cpp index 2267b7d..2b9bbce 100644 --- a/krusader/UserAction/kraction.cpp +++ b/krusader/UserAction/kraction.cpp @@ -227,13 +227,13 @@ void KrActionProc::start( TQStringList cmdLineList ) { if ( _action->user().isEmpty() ) ( *_proc ) << term << cmd; else -// ( *_proc ) << "kdesu" << "-u" << *_properties->user() << "-c" << KProcess::quote("konsole --noclose -e " + KProcess::quote(cmd) ); - ( *_proc ) << "kdesu" << "-u" << _action->user() << "-c" << KProcess::quote( term + " " + cmd ); +// ( *_proc ) << "tdesu" << "-u" << *_properties->user() << "-c" << KProcess::quote("konsole --noclose -e " + KProcess::quote(cmd) ); + ( *_proc ) << "tdesu" << "-u" << _action->user() << "-c" << KProcess::quote( term + " " + cmd ); } else { // no terminal, no output collection, start&forget if ( _action->user().isEmpty() ) ( *_proc ) << cmd; else - ( *_proc ) << "kdesu" << "-u" << _action->user() << "-c" << KProcess::quote(cmd); + ( *_proc ) << "tdesu" << "-u" << _action->user() << "-c" << KProcess::quote(cmd); } _proc->start( KProcess::NotifyOnExit, ( KProcess::Communication ) ( KProcess::Stdout | KProcess::Stderr ) ); } @@ -259,8 +259,8 @@ void KrActionProc::start( TQStringList cmdLineList ) { if ( _action->user().isEmpty() ) ( *_proc ) << cmd; else - // "-t" is nessesary that kdesu displays the terminal-output of the command - ( *_proc ) << "kdesu" << "-t" << "-u" << _action->user() << "-c" << KProcess::quote(cmd); + // "-t" is nessesary that tdesu displays the terminal-output of the command + ( *_proc ) << "tdesu" << "-t" << "-u" << _action->user() << "-c" << KProcess::quote(cmd); _proc->start( KProcess::NotifyOnExit, ( KProcess::Communication ) ( KProcess::Stdout | KProcess::Stderr ) ); } diff --git a/krusader/krslots.cpp b/krusader/krslots.cpp index fcd7ade..afd323a 100644 --- a/krusader/krslots.cpp +++ b/krusader/krslots.cpp @@ -542,14 +542,14 @@ void KRslots::multiRename(){ void KRslots::rootKrusader() { - if( !KrServices::cmdExist( "krusader" ) || !KrServices::cmdExist( "kdesu" ) ) + if( !KrServices::cmdExist( "krusader" ) || !KrServices::cmdExist( "tdesu" ) ) { - KMessageBox::sorry( krApp, i18n( "Can't start root mode krusader, because krusader or kdesu is missing from the path. Please configure the dependencies in Konfigurator!" ) ); + KMessageBox::sorry( krApp, i18n( "Can't start root mode krusader, because krusader or tdesu is missing from the path. Please configure the dependencies in Konfigurator!" ) ); return; } KShellProcess proc; - proc << KrServices::fullPathName( "kdesu" ) << TQString("'") + KrServices::fullPathName( "krusader" ) + + proc << KrServices::fullPathName( "tdesu" ) << TQString("'") + KrServices::fullPathName( "krusader" ) + " --left=\"" +MAIN_VIEW->left->func->files()->vfs_getOrigin().url() + "\" --right=\""+MAIN_VIEW->right->func->files()->vfs_getOrigin().url() + "\"'"; diff --git a/po/bg.po b/po/bg.po index 32100ef..ab46e62 100644 --- a/po/bg.po +++ b/po/bg.po @@ -6317,10 +6317,10 @@ msgstr "" #: krslots.cpp:547 msgid "" -"Can't start root mode krusader, because krusader or kdesu is missing from " +"Can't start root mode krusader, because krusader or tdesu is missing from " "the path. Please configure the dependencies in Konfigurator!" msgstr "" -"Krusader не може да се стартира в root режим, защото krusader или kdesu " +"Krusader не може да се стартира в root режим, защото krusader или tdesu " "липсват в пътя. Моля, настройте зависимостите в конфигуратора!" #: krslots.cpp:602 diff --git a/po/bs.po b/po/bs.po index b1d7e7e..f6e0b92 100644 --- a/po/bs.po +++ b/po/bs.po @@ -6530,10 +6530,10 @@ msgstr "" #: krslots.cpp:547 msgid "" -"Can't start root mode krusader, because krusader or kdesu is missing from " +"Can't start root mode krusader, because krusader or tdesu is missing from " "the path. Please configure the dependencies in Konfigurator!" msgstr "" -"Ne mogu pokrenuti Krusader u root modu, zato što Krusader ili kdesu " +"Ne mogu pokrenuti Krusader u root modu, zato što Krusader ili tdesu " "nedostaje iz putanje. Molim konfigurišite zavinosti u Konfiguratoru!" #: krslots.cpp:602 diff --git a/po/ca.po b/po/ca.po index 097dc8d..4882783 100644 --- a/po/ca.po +++ b/po/ca.po @@ -6366,11 +6366,11 @@ msgstr "" #: krslots.cpp:547 msgid "" -"Can't start root mode krusader, because krusader or kdesu is missing from " +"Can't start root mode krusader, because krusader or tdesu is missing from " "the path. Please configure the dependencies in Konfigurator!" msgstr "" "No es pot engegar el krusader en mode root, perquè no es troba el krusader " -"o el kdesu. Comproveu les dependències en el Konfigurator!" +"o el tdesu. Comproveu les dependències en el Konfigurator!" #: krslots.cpp:602 msgid "Enter a URL to view:" diff --git a/po/cs.po b/po/cs.po index 462b89e..27c9a96 100644 --- a/po/cs.po +++ b/po/cs.po @@ -6343,11 +6343,11 @@ msgstr "" #: krslots.cpp:547 msgid "" -"Can't start root mode krusader, because krusader or kdesu is missing from " +"Can't start root mode krusader, because krusader or tdesu is missing from " "the path. Please configure the dependencies in Konfigurator!" msgstr "" "Nelze spustit Superuživatelský režim, protože nelze nalézt krusader nebo " -"kdesu. Nastavte prosím závislosti v Konfigurátoru." +"tdesu. Nastavte prosím závislosti v Konfigurátoru." #: krslots.cpp:602 msgid "Enter a URL to view:" diff --git a/po/da.po b/po/da.po index 075df80..a55d668 100644 --- a/po/da.po +++ b/po/da.po @@ -6498,7 +6498,7 @@ msgstr "" #: krslots.cpp:547 msgid "" -"Can't start root mode krusader, because krusader or kdesu is missing from " +"Can't start root mode krusader, because krusader or tdesu is missing from " "the path. Please configure the dependencies in Konfigurator!" msgstr "" "Kan ikke starte Krusader i root-tilstand fordi Krusader eller Kdesu mangler " diff --git a/po/de.po b/po/de.po index 1e70a4d..010b20a 100644 --- a/po/de.po +++ b/po/de.po @@ -6401,11 +6401,11 @@ msgstr "" #: krslots.cpp:547 msgid "" -"Can't start root mode krusader, because krusader or kdesu is missing from " +"Can't start root mode krusader, because krusader or tdesu is missing from " "the path. Please configure the dependencies in Konfigurator!" msgstr "" "Krusader kann nicht im Systemverwaltungsmodus gestartet werden, da sich " -"'krusader' und/oder 'kdesu' nicht in Ihrem Pfad befinden. Bitte stellen Sie " +"'krusader' und/oder 'tdesu' nicht in Ihrem Pfad befinden. Bitte stellen Sie " "die entsprechenden Abhängigkeiten im Konfigurator ein." #: krslots.cpp:602 diff --git a/po/el.po b/po/el.po index 39c30d3..a634d9e 100644 --- a/po/el.po +++ b/po/el.po @@ -6414,11 +6414,11 @@ msgstr "" #: krslots.cpp:547 msgid "" -"Can't start root mode krusader, because krusader or kdesu is missing from " +"Can't start root mode krusader, because krusader or tdesu is missing from " "the path. Please configure the dependencies in Konfigurator!" msgstr "" "Αδύνατη η εκκίνηση του krusader σε λειτουργία υπερχρήστη, γιατί ο krusader ή " -"το kdesu λείπει από το path. Παρακαλώ ρυθμίστε τις εξαρτήσεις στο " +"το tdesu λείπει από το path. Παρακαλώ ρυθμίστε τις εξαρτήσεις στο " "Konfigurator!" #: krslots.cpp:602 diff --git a/po/es.po b/po/es.po index a0f85f1..5fa6f9d 100644 --- a/po/es.po +++ b/po/es.po @@ -6418,10 +6418,10 @@ msgstr "" #: krslots.cpp:547 msgid "" -"Can't start root mode krusader, because krusader or kdesu is missing from " +"Can't start root mode krusader, because krusader or tdesu is missing from " "the path. Please configure the dependencies in Konfigurator!" msgstr "" -"No se puede ejecutar krusader en modo administrador, porque krusader o kdesu " +"No se puede ejecutar krusader en modo administrador, porque krusader o tdesu " "no se encuentran en el path. ¡Por favor configure las dependencias en " "Konfigurator!" diff --git a/po/fr.po b/po/fr.po index c0ed4d9..dc6814c 100644 --- a/po/fr.po +++ b/po/fr.po @@ -6389,11 +6389,11 @@ msgstr "" #: krslots.cpp:547 msgid "" -"Can't start root mode krusader, because krusader or kdesu is missing from " +"Can't start root mode krusader, because krusader or tdesu is missing from " "the path. Please configure the dependencies in Konfigurator!" msgstr "" "Le démarrage de Krusader en mode superutilisateur est impossible, parce que " -"Krusader ou kdesu est manquant dans le PATH. Veuillez configurer les " +"Krusader ou tdesu est manquant dans le PATH. Veuillez configurer les " "dépendances dans Konfigurator !" #: krslots.cpp:602 diff --git a/po/hu.po b/po/hu.po index 50ff28e..833e1d3 100644 --- a/po/hu.po +++ b/po/hu.po @@ -6285,11 +6285,11 @@ msgstr "" #: krslots.cpp:547 msgid "" -"Can't start root mode krusader, because krusader or kdesu is missing from " +"Can't start root mode krusader, because krusader or tdesu is missing from " "the path. Please configure the dependencies in Konfigurator!" msgstr "" "Nem lehet elindítani a rendszergazdai módú Krusadert, mert vagy a krusader, " -"vagy a kdesu program nincs az elérési útvonalon. Állítsa be a függőségeket a " +"vagy a tdesu program nincs az elérési útvonalon. Állítsa be a függőségeket a " "Konfigurátorban." #: krslots.cpp:602 diff --git a/po/it.po b/po/it.po index f3cef66..9aa56bb 100644 --- a/po/it.po +++ b/po/it.po @@ -6321,11 +6321,11 @@ msgstr "" #: krslots.cpp:547 msgid "" -"Can't start root mode krusader, because krusader or kdesu is missing from " +"Can't start root mode krusader, because krusader or tdesu is missing from " "the path. Please configure the dependencies in Konfigurator!" msgstr "" "Non è possibile avviare Krusader in modalità 'root' perché manca krusader o " -"kdesu nel percorso. Per favore controllare la pagina 'Dipendenze' in " +"tdesu nel percorso. Per favore controllare la pagina 'Dipendenze' in " "Konfigurator!" #: krslots.cpp:602 diff --git a/po/ja.po b/po/ja.po index 7f7ca77..58699b3 100644 --- a/po/ja.po +++ b/po/ja.po @@ -7011,10 +7011,10 @@ msgstr "" #: krslots.cpp:547 msgid "" -"Can't start root mode krusader, because krusader or kdesu is missing from " +"Can't start root mode krusader, because krusader or tdesu is missing from " "the path. Please configure the dependencies in Konfigurator!" msgstr "" -"Can't start root mode krusader, because krusader or kdesu is missing from " +"Can't start root mode krusader, because krusader or tdesu is missing from " "the path. Please configure the dependencies in Konfigurator!" #: krslots.cpp:602 diff --git a/po/lt.po b/po/lt.po index d0bb3e8..a582ed4 100644 --- a/po/lt.po +++ b/po/lt.po @@ -6373,11 +6373,11 @@ msgstr "" #: krslots.cpp:547 msgid "" -"Can't start root mode krusader, because krusader or kdesu is missing from " +"Can't start root mode krusader, because krusader or tdesu is missing from " "the path. Please configure the dependencies in Konfigurator!" msgstr "" "Nepavyko paleisti Krusader root naudotojo teisėmis, nes programų kelyje " -"nerasta krusader arba kdesu programos. Patikrinkite programų kelius Krusader " +"nerasta krusader arba tdesu programos. Patikrinkite programų kelius Krusader " "derinimo lange Keliai!" #: krslots.cpp:602 diff --git a/po/nl.po b/po/nl.po index d69492e..a941c47 100644 --- a/po/nl.po +++ b/po/nl.po @@ -6347,10 +6347,10 @@ msgstr "" #: krslots.cpp:547 msgid "" -"Can't start root mode krusader, because krusader or kdesu is missing from " +"Can't start root mode krusader, because krusader or tdesu is missing from " "the path. Please configure the dependencies in Konfigurator!" msgstr "" -"Kan Krusader niet in root modus starten, omdat 'krusader' of 'kdesu' niet in " +"Kan Krusader niet in root modus starten, omdat 'krusader' of 'tdesu' niet in " "het pad staat. Configureer a.u.b. de afhankelijkheden in Konfigurator!" #: krslots.cpp:602 diff --git a/po/pl.po b/po/pl.po index 61af408..7ee3ab9 100644 --- a/po/pl.po +++ b/po/pl.po @@ -6381,11 +6381,11 @@ msgstr "" #: krslots.cpp:547 msgid "" -"Can't start root mode krusader, because krusader or kdesu is missing from " +"Can't start root mode krusader, because krusader or tdesu is missing from " "the path. Please configure the dependencies in Konfigurator!" msgstr "" "Nie można wystartować trybu administratora Krusadera, ponieważ 'krusader' " -"lub 'kdesu' nie znajduje się w ścieżce. Proszę skonfigurować zależności w " +"lub 'tdesu' nie znajduje się w ścieżce. Proszę skonfigurować zależności w " "Konfiguratorze!" #: krslots.cpp:602 diff --git a/po/pt.po b/po/pt.po index dba8cae..3acd41f 100644 --- a/po/pt.po +++ b/po/pt.po @@ -6368,11 +6368,11 @@ msgstr "" #: krslots.cpp:547 msgid "" -"Can't start root mode krusader, because krusader or kdesu is missing from " +"Can't start root mode krusader, because krusader or tdesu is missing from " "the path. Please configure the dependencies in Konfigurator!" msgstr "" "Não posso começar o modo SUPERUTILIZADOR do Krusader, porque o krusader ou o " -"kdesu não estão no seu directório. Por favor configure as dependências no " +"tdesu não estão no seu directório. Por favor configure as dependências no " "Konfigurador!" #: krslots.cpp:602 diff --git a/po/pt_BR.po b/po/pt_BR.po index 260f320..62f46ac 100644 --- a/po/pt_BR.po +++ b/po/pt_BR.po @@ -6381,11 +6381,11 @@ msgstr "" #: krslots.cpp:547 msgid "" -"Can't start root mode krusader, because krusader or kdesu is missing from " +"Can't start root mode krusader, because krusader or tdesu is missing from " "the path. Please configure the dependencies in Konfigurator!" msgstr "" "Não foi possível inicializar o Krusader no modo superusuário, porque o " -"krusader ou o kdesu não estão presentes no caminho. Por favor configure as " +"krusader ou o tdesu não estão presentes no caminho. Por favor configure as " "dependências no Konfigurador!" #: krslots.cpp:602 diff --git a/po/ru.po b/po/ru.po index 8846ad0..9aaa4c0 100644 --- a/po/ru.po +++ b/po/ru.po @@ -6395,7 +6395,7 @@ msgstr "" #: krslots.cpp:547 msgid "" -"Can't start root mode krusader, because krusader or kdesu is missing from " +"Can't start root mode krusader, because krusader or tdesu is missing from " "the path. Please configure the dependencies in Konfigurator!" msgstr "" "Не удалось запустить Krusader c root привилегиями, возможно путь к Krusader " diff --git a/po/sk.po b/po/sk.po index d49ce4f..dd29945 100644 --- a/po/sk.po +++ b/po/sk.po @@ -6310,10 +6310,10 @@ msgstr "" #: krslots.cpp:547 msgid "" -"Can't start root mode krusader, because krusader or kdesu is missing from " +"Can't start root mode krusader, because krusader or tdesu is missing from " "the path. Please configure the dependencies in Konfigurator!" msgstr "" -"Nie je možné spustiť Krusader v administrátorskom režime, pretože kdesu sa " +"Nie je možné spustiť Krusader v administrátorskom režime, pretože tdesu sa " "nenachádza v ceste. Nakonfigurujte prosím závislosti v Konfigurátorovi!" #: krslots.cpp:602 diff --git a/po/sl.po b/po/sl.po index 87679e4..5c7a519 100644 --- a/po/sl.po +++ b/po/sl.po @@ -6162,8 +6162,8 @@ msgstr "" "Namig: Program Krename dobite na http://www.krename.net" #: krslots.cpp:547 -msgid "Can't start root mode krusader, because krusader or kdesu is missing from the path. Please configure the dependencies in Konfigurator!" -msgstr "Ni mogoče zagnati Krusaderja kot skrbnik, ker Krusader ali kdesu nista na določeni poti. Nastavitve so določene v Konfiguratorju!" +msgid "Can't start root mode krusader, because krusader or tdesu is missing from the path. Please configure the dependencies in Konfigurator!" +msgstr "Ni mogoče zagnati Krusaderja kot skrbnik, ker Krusader ali tdesu nista na določeni poti. Nastavitve so določene v Konfiguratorju!" #: krslots.cpp:602 msgid "Enter a URL to view:" diff --git a/po/sr.po b/po/sr.po index fb679b3..6f01d22 100644 --- a/po/sr.po +++ b/po/sr.po @@ -6335,10 +6335,10 @@ msgstr "" #: krslots.cpp:547 msgid "" -"Can't start root mode krusader, because krusader or kdesu is missing from " +"Can't start root mode krusader, because krusader or tdesu is missing from " "the path. Please configure the dependencies in Konfigurator!" msgstr "" -"Не могу да покренем Krusader у режиму администратора, јер krusader или kdesu " +"Не могу да покренем Krusader у режиму администратора, јер krusader или tdesu " "није у вашој путањи. Подесите зависности у Konfigurator-у!" #: krslots.cpp:602 diff --git a/po/sr@Latn.po b/po/sr@Latn.po index 279946a..6d03cdf 100644 --- a/po/sr@Latn.po +++ b/po/sr@Latn.po @@ -6344,10 +6344,10 @@ msgstr "" #: krslots.cpp:547 msgid "" -"Can't start root mode krusader, because krusader or kdesu is missing from " +"Can't start root mode krusader, because krusader or tdesu is missing from " "the path. Please configure the dependencies in Konfigurator!" msgstr "" -"Ne mogu da pokrenem Krusader u režimu administratora, jer krusader ili kdesu " +"Ne mogu da pokrenem Krusader u režimu administratora, jer krusader ili tdesu " "nije u vašoj putanji. Podesite zavisnosti u Konfigurator-u!" #: krslots.cpp:602 diff --git a/po/sv.po b/po/sv.po index ddf1dc7..a907eda 100644 --- a/po/sv.po +++ b/po/sv.po @@ -6328,10 +6328,10 @@ msgstr "" #: krslots.cpp:547 msgid "" -"Can't start root mode krusader, because krusader or kdesu is missing from " +"Can't start root mode krusader, because krusader or tdesu is missing from " "the path. Please configure the dependencies in Konfigurator!" msgstr "" -"Kan inte starta Krusader i rot läge eftersom Krusader eller kdesu saknas " +"Kan inte starta Krusader i rot läge eftersom Krusader eller tdesu saknas " "från din sökväg. Vänligen konfigurera beroendena i Konfigurator!" #: krslots.cpp:602 diff --git a/po/tr.po b/po/tr.po index 03f3366..0468746 100644 --- a/po/tr.po +++ b/po/tr.po @@ -6512,10 +6512,10 @@ msgstr "" #: krslots.cpp:547 msgid "" -"Can't start root mode krusader, because krusader or kdesu is missing from " +"Can't start root mode krusader, because krusader or tdesu is missing from " "the path. Please configure the dependencies in Konfigurator!" msgstr "" -"root kipinde krusader başlatılamıyor, çünkü krusader veya kdesu programı " +"root kipinde krusader başlatılamıyor, çünkü krusader veya tdesu programı " "PATH içinde değil! Lütfen Yapılandırıcı içindeki 'Bağımlılıklar'ı ayarlayın." #: krslots.cpp:602 diff --git a/po/uk.po b/po/uk.po index 19450f9..945cf65 100644 --- a/po/uk.po +++ b/po/uk.po @@ -6516,10 +6516,10 @@ msgstr "" #: krslots.cpp:547 msgid "" -"Can't start root mode krusader, because krusader or kdesu is missing from " +"Can't start root mode krusader, because krusader or tdesu is missing from " "the path. Please configure the dependencies in Konfigurator!" msgstr "" -"Неможливо запустити krusader в режимі адміністратора, бо krusader або kdesu " +"Неможливо запустити krusader в режимі адміністратора, бо krusader або tdesu " "немає в шляху. Будь ласка, налаштуйте залежності в Конфігураторі!" #: krslots.cpp:602 diff --git a/po/zh_CN.po b/po/zh_CN.po index 63f7388..79524d5 100644 --- a/po/zh_CN.po +++ b/po/zh_CN.po @@ -6298,10 +6298,10 @@ msgstr "" #: krslots.cpp:547 msgid "" -"Can't start root mode krusader, because krusader or kdesu is missing from " +"Can't start root mode krusader, because krusader or tdesu is missing from " "the path. Please configure the dependencies in Konfigurator!" msgstr "" -"由于 krusader 或者 kdesu 不是路径中, 启动超级用户模式 krusader 失败。请在 " +"由于 krusader 或者 tdesu 不是路径中, 启动超级用户模式 krusader 失败。请在 " "Konfigurator 中设置其路径!" #: krslots.cpp:602 diff --git a/tar/Makefile.am b/tar/Makefile.am index 80650fb..8f25a21 100644 --- a/tar/Makefile.am +++ b/tar/Makefile.am @@ -1,7 +1,7 @@ ## Makefile.am of kdebase/kioslave/tar INCLUDES = $(all_includes) -AM_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_KDECORE) $(LIB_KDEUI) -lkdefx $(LIB_KIO) -lktexteditor +AM_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_KDECORE) $(LIB_KDEUI) -ltdefx $(LIB_KIO) -lktexteditor METASOURCES = AUTO kde_module_LTLIBRARIES = kio_tar.la diff --git a/virt/Makefile.am b/virt/Makefile.am index e8c025f..0a3e7ec 100644 --- a/virt/Makefile.am +++ b/virt/Makefile.am @@ -1,7 +1,7 @@ ## Makefile.am of kdebase/kioslave/tar INCLUDES = $(all_includes) -AM_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_KDECORE) $(LIB_KDEUI) -lkdefx $(LIB_KIO) -lktexteditor +AM_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_KDECORE) $(LIB_KDEUI) -ltdefx $(LIB_KIO) -lktexteditor METASOURCES = AUTO kde_module_LTLIBRARIES = kio_virt.la