From 08513fbe3d460e744f70d3667a663745cb348b5e Mon Sep 17 00:00:00 2001 From: Darrell Anderson Date: Sun, 4 Nov 2012 01:22:57 -0500 Subject: [PATCH] Fix references to user profile directory. --- FAQ | 20 ++++++++++---------- INSTALL | 8 ++++---- doc/en/bookmarks.docbook | 2 +- doc/en/configuration-files.docbook | 8 ++++---- doc/en/faq.docbook | 20 ++++++++++---------- doc/en/index.docbook | 2 +- doc/en/installation.docbook | 4 ++-- doc/en/java.docbook | 2 +- doc/en/useractions.docbook | 4 ++-- doc/krusader.1 | 6 +++--- doc/ru/configuration-files.docbook | 8 ++++---- doc/ru/faq.docbook | 14 +++++++------- doc/ru/index.docbook | 2 +- doc/ru/installation.docbook | 4 ++-- doc/ru/krusader-tools.docbook | 8 ++++---- krusader.SlackBuild | 4 ++-- 16 files changed, 58 insertions(+), 58 deletions(-) diff --git a/FAQ b/FAQ index a5b5c04..a4c0389 100644 --- a/FAQ +++ b/FAQ @@ -234,7 +234,7 @@ Installation FAQ e.g. File and Select are missing. This is because some distributions put the krusaderui.rc file in the wrong directory. To solve the problem, just copy the krusaderui.rc file from the package krusader_trinity/krusader/ - krusaderui.rc to $TDEDIR/share/apps/krusader/krusaderui.rc and ~/.kde/ + krusaderui.rc to $TDEDIR/share/apps/krusader/krusaderui.rc and ~/.trinity/ share/apps/krusader/krusaderui.rc and re-run Krusader. If you have compiled Krusader from sources this is often caused if the TDEDIR_-_QTDIR environment variables are not correctly set. The result is that the @@ -243,21 +243,21 @@ Installation FAQ 9. Some new menu items are missing after updating Krusader, what's wrong? The krusaderui.rc file is stored in $TDEDIR/share/apps/krusader/ krusaderui.rc. When you change the "Toolbar", TDE makes a copy of that file - in the home directory at ~/.kde/share/apps/krusader/krusaderui.rc. If + in the home directory at ~/.trinity/share/apps/krusader/krusaderui.rc. If Krusader was previously installed on your computer, and you install a newer - Krusader version the ~/.kde/share/apps/krusader/krusaderui.rc file must be + Krusader version the ~/.trinity/share/apps/krusader/krusaderui.rc file must be replaced with the newer version. Note: this will also reset all your changes on toolbars and shortcuts! The first line of krusaderui.rc contains the version number. After installing a newer Krusader version, TDE will automatically replace the old - ~/.kde/share/apps/krusader/krusaderui.rc with the newer version when + ~/.trinity/share/apps/krusader/krusaderui.rc with the newer version when starting the new Krusader for the first time (TDE will detect the newer version number in the first line). If you install a CVS or beta version and Krusader was already installed on your computer then you should delete the krusaderui.rc file from your home - directory to activate the new menu entries $ rm ~/.kde/share/apps/krusader/ + directory to activate the new menu entries $ rm ~/.trinity/share/apps/krusader/ krusaderui.rc - If the ~/.kde/share/apps/krusader/krusaderui.rc file is older, then the new + If the ~/.trinity/share/apps/krusader/krusaderui.rc file is older, then the new menu elements will not be shown. Read the previous question for information on how to update the krusaderui.rc file. If krusaderui.rc is missing or in a wrong directory, only the "Help" menu appears, please read the previous @@ -487,7 +487,7 @@ Usage FAQ Check if tool foo is properly configured in the Konfigurator_Dependencies page. For Archiving tools: autodetect the archives again with the Auto Configure button in the Konfigurator_archive_page. Check the Konfigurator - Protocol_page If it doesn't work, backup your ~/.kde/share/config/ + Protocol_page If it doesn't work, backup your ~/.trinity/share/config/ krusaderrc configuration file and remove it from this location, Restart Krusader, Krusader will now start the first start configuration wizard, follow these guidelines. @@ -566,14 +566,14 @@ Usage FAQ 20. How can I set the look & feel of 2 different users to be the same? Presuming that the current setup is the good configuration, you can copy the configuration to the other user. - # cp ~/.kde/share/config/krusaderrc /home/foo_user/.kde/share/config + # cp ~/.trinity/share/config/krusaderrc /home/foo_user/.trinity/share/config And when the other user is Root use: - # cp ~/.kde/share/config/krusaderrc /root/.kde/share/config + # cp ~/.trinity/share/config/krusaderrc /root/.trinity/share/config 21. Why doesn't "save last location" work? Unfortunately the 1.70.x version contains a bug. The tabs are not saved if a "Panels Save Settings=Tabs" item is present in the configuration files. The fix is easy: - * open and edit ~/.kde/share/config/krusaderrc + * open and edit ~/.trinity/share/config/krusaderrc * remove the "Panels Save Settings" item and it'll work with the feature in Konfigurator. More info can be found in our_forum. diff --git a/INSTALL b/INSTALL index cab85b1..15a6425 100644 --- a/INSTALL +++ b/INSTALL @@ -258,7 +258,7 @@ directory of the Krusader package: $ su -c 'make install' If you install a CVS or beta version and if Krusader was previously installed on your computer, then you should delete the krusaderui.rc file in your home -directory to activate the new menu entries $ rm ~/.kde/share/apps/krusader/ +directory to activate the new menu entries $ rm ~/.trinity/share/apps/krusader/ krusaderui.rc , click here for more info. Since Krusader uses autoconf and automake you should have no trouble compiling it. If you run into problems, read the detailed installation instructions @@ -414,7 +414,7 @@ the FAQ. If the problem persists, use the help_request to ask for help. Hierarchy_Standard_(FHS), any user installed files go to the /usr/local directory. If you wish Krusader to be installed in another directory, it can be determed with the prefix option. If you do not have root access, / - home/YOUR_USERNAME/.kde is probably a good choice. + home/YOUR_USERNAME/.trinity is probably a good choice. foo Krusader Project: @@ -466,7 +466,7 @@ the FAQ. If the problem persists, use the help_request to ask for help. If you used another --prefix= than $TDEDIR or /usr/local, it is recommended to do an extra check: $ tde-config --path exe - /home/frank/.kde/bin/:/usr/bin/:/usr/local/bin/ + /home/frank/.trinity/bin/:/usr/bin/:/usr/local/bin/ $ If the directory is not shown, you need to use e.g. export TDEDIRS=/usr/local:/usr. To make these settings permanent you can @@ -493,7 +493,7 @@ the FAQ. If the problem persists, use the help_request to ask for help. You will be asked to enter your root password. 12. If you install a CVS or beta version and if Krusader was previously installed on your computer, then you should delete the krusaderui.rc file - in your home directory to activate the new menu entries $ rm ~/.kde/ + in your home directory to activate the new menu entries $ rm ~/.trinity/ share/apps/krusader/krusaderui.rc , click here for more info. 13. Now you can start Krusader. 14. Optional step: Cleaning up to save disk space. Note: All compiled files diff --git a/doc/en/bookmarks.docbook b/doc/en/bookmarks.docbook index 99e8bb7..39ec6d0 100644 --- a/doc/en/bookmarks.docbook +++ b/doc/en/bookmarks.docbook @@ -227,7 +227,7 @@ &xbel-url; standard for the bookmark format. The bookmarks are stored in - ~/.kde/share/apps/krusader/krbookmarks.xml. + ~/.trinity/share/apps/krusader/krbookmarks.xml. You can import bookmarks from IE, Opera, diff --git a/doc/en/configuration-files.docbook b/doc/en/configuration-files.docbook index c86a5b1..a8fd481 100644 --- a/doc/en/configuration-files.docbook +++ b/doc/en/configuration-files.docbook @@ -35,14 +35,14 @@ Location: $TDEDIR/share/apps/krusader/krusaderui.rc or - ~/.kde/share/apps/krusader/krusaderui.rc + ~/.trinity/share/apps/krusader/krusaderui.rc krusaderrc This file stores the &krusader; configuration. Location: - ~/.kde/share/config/krusaderrc + ~/.trinity/share/config/krusaderrc The following settings are ⪚ stored: @@ -125,7 +125,7 @@ uses the &xbel-url; standard. Location: - ~/.kde/share/apps/krusader/krbookmarks.xml + ~/.trinity/share/apps/krusader/krbookmarks.xml useractions.xml @@ -134,7 +134,7 @@ doxygen-headers of UserActionXML. Location: - ~/.kde/share/apps/krusader/useractions.xml + ~/.trinity/share/apps/krusader/useractions.xml useraction-examples.xml diff --git a/doc/en/faq.docbook b/doc/en/faq.docbook index 8353719..47ad6e9 100644 --- a/doc/en/faq.docbook +++ b/doc/en/faq.docbook @@ -387,7 +387,7 @@ $TDEDIR/share/apps/krusader/krusaderui.rc and - ~/.kde/share/apps/krusader/krusaderui.rc and + ~/.trinity/share/apps/krusader/krusaderui.rc and re-run &krusader;. If you have compiled &krusader; from sources this is often caused if the &kdeqtdir-lnk; environment variables @@ -413,11 +413,11 @@ "Toolbar", &kde; makes a copy of that file in the home directory at - ~/.kde/share/apps/krusader/krusaderui.rc. If + ~/.trinity/share/apps/krusader/krusaderui.rc. If Krusader was previously installed on your computer, and you install a newer &krusader; version the - ~/.kde/share/apps/krusader/krusaderui.rc file + ~/.trinity/share/apps/krusader/krusaderui.rc file must be replaced with the newer version. Note: this will also reset all your changes on toolbars and shortcuts! @@ -427,7 +427,7 @@ version, &kde; will automatically replace the old - ~/.kde/share/apps/krusader/krusaderui.rc with + ~/.trinity/share/apps/krusader/krusaderui.rc with the newer version when starting the new &krusader; for the first time (&kde; will detect the newer version number in @@ -441,11 +441,11 @@ rm + ~/.trinity/share/apps/krusader/krusaderui.rc If the - ~/.kde/share/apps/krusader/krusaderui.rc file + ~/.trinity/share/apps/krusader/krusaderui.rc file is older, then the new menu elements will not be shown. Read the previous question for information on how to update the @@ -983,7 +983,7 @@ Check the &konfigprotocol-lnk; - If it doesn't work, backup your ~/.kde/share/config/krusaderrc configuration file and remove it from this location, + If it doesn't work, backup your ~/.trinity/share/config/krusaderrc configuration file and remove it from this location, Restart Krusader, Krusader will now start the first start configuration wizard, follow these guidelines. @@ -1250,9 +1250,9 @@ Presuming that the current setup is the good configuration, you can copy the configuration to the other user. - # cp ~/.kde/share/config/krusaderrc /home/foo_user/.kde/share/config + # cp ~/.trinity/share/config/krusaderrc /home/foo_user/.trinity/share/config And when the other user is Root use: - # cp ~/.kde/share/config/krusaderrc /root/.kde/share/config + # cp ~/.trinity/share/config/krusaderrc /root/.trinity/share/config @@ -1272,7 +1272,7 @@ open and edit - ~/.kde/share/config/krusaderrc + ~/.trinity/share/config/krusaderrc remove the "Panels Save Settings" item diff --git a/doc/en/index.docbook b/doc/en/index.docbook index e12ff22..283d0f3 100644 --- a/doc/en/index.docbook +++ b/doc/en/index.docbook @@ -266,7 +266,7 @@ http://groups.google.com/group/krusader-devel/browse_thread/thread/d102adec2edcf If you install a CVS or beta version and if &krusader; was previously installed on your computer, then you should delete the krusaderui.rc file in your home directory to activate the new menu entries - $ rm + $ rm , click here for more info.'> &GNU; General Public License (GPL)'> diff --git a/doc/en/installation.docbook b/doc/en/installation.docbook index 2d0aae6..02aa6d6 100644 --- a/doc/en/installation.docbook +++ b/doc/en/installation.docbook @@ -728,7 +728,7 @@ If you haven't done so in a while, run ./configure --help &krusader; to be installed in another directory, it can be determed with the prefix option. If you do not have root access, - /home/YOUR_USERNAME/.kde is probably + /home/YOUR_USERNAME/.trinity is probably a good choice. foo @@ -818,7 +818,7 @@ Good - your configure finished. Start make now $TDEDIR or /usr/local, it is recommended to do an extra check: $ tde-config -/home/frank/.kde/bin/:/usr/bin/:/usr/local/bin/ +/home/frank/.trinity/bin/:/usr/bin/:/usr/local/bin/ $ If the <prefix_dir/bin> directory is diff --git a/doc/en/java.docbook b/doc/en/java.docbook index dcaa287..fd2d03d 100644 --- a/doc/en/java.docbook +++ b/doc/en/java.docbook @@ -32,7 +32,7 @@ JavaScript applications usually have 2 files foo.jsand foo.ui. They will be installed in - ~/.kde/share/apps/krusader/js/, a + ~/.trinity/share/apps/krusader/js/, a user action with a "%_Script" action will start the Javascripting. Currently we have 2 JS demos root-mount-extension.tar.bz2 and diff --git a/doc/en/useractions.docbook b/doc/en/useractions.docbook index 72e5129..4e5774e 100644 --- a/doc/en/useractions.docbook +++ b/doc/en/useractions.docbook @@ -34,7 +34,7 @@ standard Edit Toolbar and Edit Shortcut dialogs will show UserActions, too. The UserActions are stored in - ~/.kde/share/apps/krusader/useraction.xml (the file + ~/.trinity/share/apps/krusader/useraction.xml (the file structure is documentated in doxygen headers of UserActionXML). Several examples are included in the @@ -42,7 +42,7 @@ exported by using ActionMan. The default UserActions are stored in - ~/.kde/share/apps/krusader/useraction-examples.xml. + ~/.trinity/share/apps/krusader/useraction-examples.xml. UserActions can appear nearly everywhere where "normal" KActions can be placed. The actions integrate seamlessly into &kde; action system, which means that the standard diff --git a/doc/krusader.1 b/doc/krusader.1 index cf8633e..6e0e5f2 100644 --- a/doc/krusader.1 +++ b/doc/krusader.1 @@ -57,13 +57,13 @@ show the license .SH "FILES" Configuration files: -.I ~/.kde/share/config/krusaderrc +.I ~/.trinity/share/config/krusaderrc -.I ~/.kde/share/apps/krusader/krbookmarks.xml +.I ~/.trinity/share/apps/krusader/krbookmarks.xml .I $TDEDIR/share/apps/krusader/krusaderui.rc or -.I ~/.kde/share/apps/krusader/krusaderui.rc +.I ~/.trinity/share/apps/krusader/krusaderui.rc .SH "PLATFORMS" All POSIX: Linux, Solaris, All BSD Platforms: FreeBSD, MacOS-X diff --git a/doc/ru/configuration-files.docbook b/doc/ru/configuration-files.docbook index ae42899..f119265 100644 --- a/doc/ru/configuration-files.docbook +++ b/doc/ru/configuration-files.docbook @@ -40,7 +40,7 @@ >Location: $TDEDIR/share/apps/krusader/krusaderui.rc or ~/.kde/share/apps/krusader/krusaderui.rc~/.trinity/share/apps/krusader/krusaderui.rc @@ -53,7 +53,7 @@ >This file stores the &krusader; configuration. Location: ~/.kde/share/config/krusaderrc~/.trinity/share/config/krusaderrc This file stores the &krusader; bookmarks and uses the &xbel_url; standard. Location: ~/.kde/share/apps/krusader/krbookmarks.xml~/.trinity/share/apps/krusader/krbookmarks.xml @@ -178,7 +178,7 @@ >This file stores the &useractions_lnk; configuration. The file-structure is documented in doxygen-headers of UserActionXML. Location: ~/.kde/share/apps/krusader/useractions.xml~/.trinity/share/apps/krusader/useractions.xml to $TDEDIR/share/apps/krusader/krusaderui.rc and ~/.kde/share/apps/krusader/krusaderui.rc~/.trinity/share/apps/krusader/krusaderui.rc and re-run &krusader;. If you have compiled &krusader; from sources this is often caused when the &kdeqtdir_lnk; environment variables are not correctly set. The result is that the krusaderui.rc file is installed in the wrong directory. Please also read the next question. @@ -426,16 +426,16 @@ >. Если вы выбрали новую "Панель" ,&kde; создаст копию файла ~/.kde/share/apps/krusader/krusaderui.rc~/.trinity/share/apps/krusader/krusaderui.rc в домашнем каталоге. Если Крусадер уже был установлен на вашем компьютере, и вы установили новую версию , файл ~/.kde/share/apps/krusader/krusaderui.rc~/.trinity/share/apps/krusader/krusaderui.rc должен быть перезаписан новой версией. Первая строка файла krusaderui.rc содержит номер версии. После установки новой версии &krusader; &kde; автоматически перепишет старый файл ~/.kde/share/apps/krusader/krusaderui.rc~/.trinity/share/apps/krusader/krusaderui.rc новой версией при первом старте нового &krusader; (&kde; определит новую версию по первой строке). rm ~/.trinity/share/apps/krusader/krusaderui.rc Если файл ~/.kde/share/apps/krusader/krusaderui.rc~/.trinity/share/apps/krusader/krusaderui.rc старый , новые элементы меню не будут видны. Прочитайте предыдущий вопрос , в нем описано как обновить файл krusaderui.rc. Если файл open and edit ~/.kde/share/config/krusaderrc~/.trinity/share/config/krusaderrc rm ~/.trinity/share/apps/krusader/krusaderui.rc , click here directory. According to the &fhs_url;, any user installed files should go to the /usr/local directory, but in some cases you might want that &krusader; will be installed in an other directory, this behaviour can be determed with the prefix option. If you don't have root access /home/YOUR_USERNAME/.kde/home/YOUR_USERNAME/.trinity is probably a good choice. $ ./configure @@ -740,7 +740,7 @@ Good - your configure finished. Start make now >$TDEDIR or /usr/local , then it can't hurt to do an extra check: $ tde-config -/home/frank/.kde/bin/:/usr/bin/:/usr/local/bin/ +/home/frank/.trinity/bin/:/usr/bin/:/usr/local/bin/ $ If the <prefix_dir/bin> directory is not shown, you need to use e.g. export TDEDIRS=/usr/local:/usr и выберите меню Управление закладками, будет вызван Редактор закладок. Здесь вы можете редактировать/удалять и переназначать закладки. Редактор закладок (часть базового пакета КДЕ) - используется дляr &konqueror;, &krusader; и других приложений по стандарту &xbel_url; для формата закладок. Закладки сохраняются в файле ~/.kde/share/apps/krusader/krbookmarks.xml.~/.trinity/share/apps/krusader/krbookmarks.xml. Вы можете импортировать закладки из В менеджере действий вы можете устанавливать, настраивать и управлять вашими UserActions, некоторые основные настройки настраиваются в Konfigurator. В UserActions пользователь может создавать свои действия для файлов или обращаться к служебным функциям Крусадера напрямую. Действия встроены в &kde;, стандартный диалог настройки панелей и горячих клавиш также является пользовательским действием. Пользовательские действия сохраняются в файле ~/.kde/share/apps/krusader/useraction.xml~/.trinity/share/apps/krusader/useraction.xml (структура файла документирована в заголовках doxygen для UserActionXML). Некоторые примеры включены в документацию. UserActions редактируютсяt/добавляются/импортируются-/экспортируются в менеджере действий. UserActions по усолчанию находятся в файле ~/.kde/share/apps/krusader/useraction_examples.xml~/.trinity/share/apps/krusader/useraction_examples.xml. UserActions can appear nearly everywhere where "normal" KActions can be placed. They integrate seamless in the well knows Edit-(Toolbar,Shortcut) Dialogs from &kde;. It's even possible to place them in the menubar, but for that one has to manipulate the krusaderui.rc file with an editor. Some examples: and foo.ui. They will be installed in ~/.kde/share/apps/krusader/js/~/.trinity/share/apps/krusader/js/, a useraction with a "%_Script" action will start the Javascripting. Currently we have 2 JS demo's root-mount-extension.tar.bz2 and +# Copyright 2006-2007 Mat�as A. Fonzo, # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -119,7 +119,7 @@ cp -a \ AUTHORS COPYING ChangeLog INSTALL README FAQ TODO CVSNEWS krusader.lsm doc/actions_tutorial.txt \ $PKG/usr/doc/krusader-$VERSION mkdir -p $PKG/install -cat $CWD/slack-desc > $PKG/install/slack-desc +add_package_description cd $PKG makepkg -l y -c n $TMP/krusader-$VERSION-$ARCH-$BUILD.tgz