Fix references to user profile directory.

feat/lzip-support
Darrell Anderson 12 years ago
parent a81c04b742
commit 08513fbe3d

20
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 <Last Session> feature in Konfigurator. More info
can be found in our_forum.

@ -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 <prefix_dir/bin> 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

@ -227,7 +227,7 @@
&xbel-url; standard for the bookmark format. The
bookmarks are stored in
<filename>
~/.kde/share/apps/krusader/krbookmarks.xml.</filename></para>
~/.trinity/share/apps/krusader/krbookmarks.xml.</filename></para>
<para>You can import bookmarks from
<application>IE</application>,
<application>Opera</application>,

@ -35,14 +35,14 @@
<para>Location:
<filename>$TDEDIR/share/apps/krusader/krusaderui.rc</filename> or
<filename>
~/.kde/share/apps/krusader/krusaderui.rc</filename></para>
~/.trinity/share/apps/krusader/krusaderui.rc</filename></para>
<para>
<emphasis role="bold">krusaderrc</emphasis>
</para>
<para>This file stores the &krusader;
configuration.</para>
<para>Location:
<filename>~/.kde/share/config/krusaderrc</filename></para>
<filename>~/.trinity/share/config/krusaderrc</filename></para>
<para>The following settings are &eg; stored:</para>
<itemizedlist>
<listitem>
@ -125,7 +125,7 @@
uses the &xbel-url; standard.</para>
<para>Location:
<filename>
~/.kde/share/apps/krusader/krbookmarks.xml</filename></para>
~/.trinity/share/apps/krusader/krbookmarks.xml</filename></para>
<para>
<emphasis role="bold">useractions.xml</emphasis>
</para>
@ -134,7 +134,7 @@
doxygen-headers of UserActionXML.</para>
<para>Location:
<filename>
~/.kde/share/apps/krusader/useractions.xml</filename></para>
~/.trinity/share/apps/krusader/useractions.xml</filename></para>
<para>
<emphasis role="bold">useraction-examples.xml</emphasis>
</para>

@ -387,7 +387,7 @@
<filename>
$TDEDIR/share/apps/krusader/krusaderui.rc</filename> and
<filename>
~/.kde/share/apps/krusader/krusaderui.rc</filename> and
~/.trinity/share/apps/krusader/krusaderui.rc</filename> 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 @@
<guilabel>"Toolbar"</guilabel>, &kde; makes a
copy of that file in the home directory at
<filename>
~/.kde/share/apps/krusader/krusaderui.rc</filename>. If
~/.trinity/share/apps/krusader/krusaderui.rc</filename>. If
Krusader was previously installed on your computer, and
you install a newer &krusader; version the
<filename>
~/.kde/share/apps/krusader/krusaderui.rc</filename> file
~/.trinity/share/apps/krusader/krusaderui.rc</filename> file
must be replaced with the newer version. Note: this will
also reset all your changes on toolbars and
shortcuts!</para>
@ -427,7 +427,7 @@
version, &kde; will automatically replace the
old
<filename>
~/.kde/share/apps/krusader/krusaderui.rc</filename> with
~/.trinity/share/apps/krusader/krusaderui.rc</filename> 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 @@
<userinput>
<command>rm</command>
<option>
~/.kde/share/apps/krusader/krusaderui.rc</option>
~/.trinity/share/apps/krusader/krusaderui.rc</option>
</userinput></para>
<para>If the
<filename>
~/.kde/share/apps/krusader/krusaderui.rc</filename> file
~/.trinity/share/apps/krusader/krusaderui.rc</filename> 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 <filename>~/.kde/share/config/krusaderrc</filename> configuration file and remove it from this location,
If it doesn't work, backup your <filename>~/.trinity/share/config/krusaderrc</filename> configuration file and remove it from this location,
Restart Krusader, Krusader will now start the first start configuration wizard, follow these guidelines.
</para>
@ -1250,9 +1250,9 @@
<para>Presuming that the current setup is the good
configuration, you can copy the configuration to the
other user.
<screen><prompt>#</prompt> <userinput><command>cp ~/.kde/share/config/krusaderrc /home/foo_user/.kde/share/config</command></userinput></screen>
<screen><prompt>#</prompt> <userinput><command>cp ~/.trinity/share/config/krusaderrc /home/foo_user/.trinity/share/config</command></userinput></screen>
And when the other user is Root use:
<screen><prompt>#</prompt> <userinput><command>cp ~/.kde/share/config/krusaderrc /root/.kde/share/config</command></userinput></screen>
<screen><prompt>#</prompt> <userinput><command>cp ~/.trinity/share/config/krusaderrc /root/.trinity/share/config</command></userinput></screen>
</para>
<para></para>
<!-- Empty line to make it more readable -->
@ -1272,7 +1272,7 @@
<listitem>
<para>open and edit
<filename>
~/.kde/share/config/krusaderrc</filename></para>
~/.trinity/share/config/krusaderrc</filename></para>
</listitem>
<listitem>
<para>remove the "Panels Save Settings" item</para>

@ -266,7 +266,7 @@ http://groups.google.com/group/krusader-devel/browse_thread/thread/d102adec2edcf
<!ENTITY krusaderui-rc-text '<para>If you install a CVS or beta version and if &krusader; was previously
installed on your computer, then you should delete the <filename>krusaderui.rc</filename> file
in your home directory to activate the new menu entries
<prompt>$</prompt> <userinput><command>rm</command> <option>~/.kde/share/apps/krusader/krusaderui.rc</option></userinput>
<prompt>$</prompt> <userinput><command>rm</command> <option>~/.trinity/share/apps/krusader/krusaderui.rc</option></userinput>
, click <link linkend="faqi_krusaderui_rc">here</link> for more info.</para>'>
<!ENTITY gpl-lnk '<link linkend="credits">&GNU; General Public License (GPL)</link>'>

@ -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,
<filename>/home/YOUR_USERNAME/.kde</filename> is probably
<filename>/home/YOUR_USERNAME/.trinity</filename> is probably
a good choice.
<screen>
foo
@ -818,7 +818,7 @@ Good - your configure finished. Start make now
<filename>$TDEDIR or /usr/local</filename>, it is
recommended to do an extra check:
<screen><prompt>$</prompt> <userinput><command>tde-config</command> <option>--path exe</option></userinput>
/home/frank/.kde/bin/:/usr/bin/:/usr/local/bin/
/home/frank/.trinity/bin/:/usr/bin/:/usr/local/bin/
<prompt>$</prompt></screen>
If the
&lt;prefix_dir/bin&gt; directory is

@ -32,7 +32,7 @@
<para>JavaScript applications usually have 2 files
<filename>foo.js</filename>and
<filename>foo.ui</filename>. They will be installed in
<filename>~/.kde/share/apps/krusader/js/</filename>, a
<filename>~/.trinity/share/apps/krusader/js/</filename>, a
user action with a "%_Script" action will start the
Javascripting. Currently we have 2 JS demos
<filename>root-mount-extension.tar.bz2</filename> and

@ -34,7 +34,7 @@
standard Edit Toolbar and Edit Shortcut dialogs will show
UserActions, too. The UserActions are stored in
<filename>
~/.kde/share/apps/krusader/useraction.xml</filename> (the file
~/.trinity/share/apps/krusader/useraction.xml</filename> (the file
structure is documentated in doxygen headers of UserActionXML).
Several
<link linkend="useraction-xml">examples</link> are included in the
@ -42,7 +42,7 @@
exported by using ActionMan. The default UserActions are stored
in
<filename>
~/.kde/share/apps/krusader/useraction-examples.xml</filename>.
~/.trinity/share/apps/krusader/useraction-examples.xml</filename>.
UserActions can appear nearly everywhere where "normal" KActions
can be placed. The actions integrate seamlessly into
&kde; action system, which means that the standard

@ -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

@ -40,7 +40,7 @@
>Location: <filename
>$TDEDIR/share/apps/krusader/krusaderui.rc</filename
> or <filename
>~/.kde/share/apps/krusader/krusaderui.rc</filename
>~/.trinity/share/apps/krusader/krusaderui.rc</filename
></para>
@ -53,7 +53,7 @@
>This file stores the &krusader; configuration.</para>
<para
>Location: <filename
>~/.kde/share/config/krusaderrc</filename
>~/.trinity/share/config/krusaderrc</filename
></para>
<para
@ -166,7 +166,7 @@
>This file stores the &krusader; bookmarks and uses the &xbel_url; standard.</para>
<para
>Location: <filename
>~/.kde/share/apps/krusader/krbookmarks.xml</filename
>~/.trinity/share/apps/krusader/krbookmarks.xml</filename
></para>
@ -178,7 +178,7 @@
>This file stores the &useractions_lnk; configuration. The file-structure is documented in doxygen-headers of UserActionXML.</para>
<para
>Location: <filename
>~/.kde/share/apps/krusader/useractions.xml</filename
>~/.trinity/share/apps/krusader/useractions.xml</filename
></para>
<para

@ -404,7 +404,7 @@
> to <filename
>$TDEDIR/share/apps/krusader/krusaderui.rc</filename
> and <filename
>~/.kde/share/apps/krusader/krusaderui.rc</filename
>~/.trinity/share/apps/krusader/krusaderui.rc</filename
> 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 <filename
>krusaderui.rc</filename
> file is installed in the wrong directory. Please also read the next question.</para>
@ -426,16 +426,16 @@
>. Если вы выбрали новую <guilabel
>"Панель"</guilabel
> ,&kde; создаст копию файла <filename
>~/.kde/share/apps/krusader/krusaderui.rc</filename
>~/.trinity/share/apps/krusader/krusaderui.rc</filename
> в домашнем каталоге. Если Крусадер уже был установлен на вашем компьютере, и вы установили новую версию , файл <filename
>~/.kde/share/apps/krusader/krusaderui.rc</filename
>~/.trinity/share/apps/krusader/krusaderui.rc</filename
> должен быть перезаписан новой версией. </para>
<para
>Первая строка файла <filename
>krusaderui.rc</filename
> содержит номер версии. После установки новой версии &krusader; &kde; автоматически перепишет старый файл <filename
>~/.kde/share/apps/krusader/krusaderui.rc</filename
>~/.trinity/share/apps/krusader/krusaderui.rc</filename
> новой версией при первом старте нового &krusader; (&kde; определит новую версию по первой строке). </para>
<para
@ -447,13 +447,13 @@
><command
>rm</command
> <option
>~/.kde/share/apps/krusader/krusaderui.rc</option
>~/.trinity/share/apps/krusader/krusaderui.rc</option
></userinput
> </para>
<para
>Если файл <filename
>~/.kde/share/apps/krusader/krusaderui.rc</filename
>~/.trinity/share/apps/krusader/krusaderui.rc</filename
> старый , новые элементы меню не будут видны. Прочитайте предыдущий вопрос , в нем описано как обновить файл <filename
>krusaderui.rc</filename
>. Если файл <filename
@ -1151,7 +1151,7 @@
> <listitem
><para
>open and edit <filename
>~/.kde/share/config/krusaderrc</filename
>~/.trinity/share/config/krusaderrc</filename
></para
></listitem
> <listitem

@ -647,7 +647,7 @@ since the Entity Backspace is not defined in
><command
>rm</command
> <option
>~/.kde/share/apps/krusader/krusaderui.rc</option
>~/.trinity/share/apps/krusader/krusaderui.rc</option
></userinput>
, click <link linkend="faqi_krusaderui_rc"
>here</link

@ -646,7 +646,7 @@ If you haven't done so in a while, run ./configure --help
> directory. According to the &fhs_url;, any user installed files should go to the <filename
>/usr/local</filename
> 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 <filename
>/home/YOUR_USERNAME/.kde</filename
>/home/YOUR_USERNAME/.trinity</filename
> is probably a good choice. <screen
><prompt>$</prompt> <userinput><command>./configure</command> <option>--prefix=/usr/local</option></userinput></screen
></para>
@ -740,7 +740,7 @@ Good - your configure finished. Start make now
>$TDEDIR or /usr/local</filename
> , then it can't hurt to do an extra check: <screen
><prompt>$</prompt> <userinput><command>tde-config</command> <option>--path exe</option></userinput>
/home/frank/.kde/bin/:/usr/bin/:/usr/local/bin/
/home/frank/.trinity/bin/:/usr/bin/:/usr/local/bin/
<prompt>$</prompt></screen
> If the &lt;prefix_dir/bin&gt; directory is not shown, you need to use e.g. <command
>export TDEDIRS=/usr/local:/usr</command

@ -583,7 +583,7 @@
> и выберите меню <guimenuitem
>Управление закладками</guimenuitem
>, будет вызван Редактор закладок. Здесь вы можете редактировать/удалять и переназначать закладки. Редактор закладок (часть базового пакета КДЕ) - используется дляr &konqueror;, &krusader; и других приложений по стандарту &xbel_url; для формата закладок. Закладки сохраняются в файле <filename
>~/.kde/share/apps/krusader/krbookmarks.xml.</filename
>~/.trinity/share/apps/krusader/krbookmarks.xml.</filename
></para>
<para
>Вы можете импортировать закладки из <application
@ -3385,11 +3385,11 @@
>В менеджере действий вы можете устанавливать, настраивать и управлять вашими UserActions, некоторые основные настройки настраиваются в <link linkend="konfig-useractions"
>Konfigurator</link
>. В UserActions пользователь может создавать свои действия для файлов или обращаться к служебным функциям Крусадера напрямую. Действия встроены в &kde;, стандартный диалог настройки панелей и горячих клавиш также является пользовательским действием. Пользовательские действия сохраняются в файле <filename
>~/.kde/share/apps/krusader/useraction.xml</filename
>~/.trinity/share/apps/krusader/useraction.xml</filename
> (структура файла документирована в заголовках doxygen для UserActionXML). Некоторые <link linkend="useraction_xml"
>примеры</link
> включены в документацию. UserActions редактируютсяt/добавляются/импортируются-/экспортируются в менеджере действий. UserActions по усолчанию находятся в файле <filename
>~/.kde/share/apps/krusader/useraction_examples.xml</filename
>~/.trinity/share/apps/krusader/useraction_examples.xml</filename
>. 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 <filename
>krusaderui.rc</filename
> file with an editor. Some examples: <itemizedlist
@ -4034,7 +4034,7 @@
> and <filename
>foo.ui</filename
>. They will be installed in <filename
>~/.kde/share/apps/krusader/js/</filename
>~/.trinity/share/apps/krusader/js/</filename
>, a useraction with a "%_Script" action will start the Javascripting. Currently we have 2 JS demo's <filename
>root-mount-extension.tar.bz2</filename
> and <filename

@ -1,7 +1,7 @@
#!/bin/sh
# Slackware build script for krusader: http://krusader.sourceforge.net
#
# Copyright 2006-2007 Matías A. Fonzo, <selkfoster@gmail.com>
# Copyright 2006-2007 Mat<EFBFBD>as A. Fonzo, <selkfoster@gmail.com>
# 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

Loading…
Cancel
Save