source: xsoft/other/rox-filer.xml

trunk
Last change on this file was 1022c00c, checked in by Bruce Dubbs <bdubbs@…>, 2 months ago

Tags and a small wording change in libreoffice

  • Property mode set to 100644
File size: 10.1 KB
RevLine 
[ab4fdfc]1<?xml version="1.0" encoding="UTF-8"?>
[2fa7a3f7]2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
[8dfc5c3]7 <!ENTITY rox-filer-download-http "&sourceforge-dl;/rox/rox-filer-&rox-filer-version;.tar.bz2">
[2fa7a3f7]8 <!ENTITY rox-filer-download-ftp " ">
[271e089]9 <!ENTITY rox-filer-md5sum "0eebf05a67f7932367750ebf9faf215d">
[2fa7a3f7]10 <!ENTITY rox-filer-size "1.8 MB">
[ebec0ca6]11 <!ENTITY rox-filer-buildsize "19 MB">
[2fa7a3f7]12 <!ENTITY rox-filer-time "0.3 SBU">
13]>
14
[ebec0ca6]15<sect1 id="rox-filer" xreflabel="Rox-Filer-&rox-filer-version;">
[2fa7a3f7]16 <?dbhtml filename="rox-filer.html"?>
17
18
[ebec0ca6]19 <title>Rox-Filer-&rox-filer-version;</title>
[2fa7a3f7]20
21 <indexterm zone="rox-filer">
22 <primary sortas="a-rox-filer">rox-filer</primary>
23 </indexterm>
24
25 <sect2 role="package">
[ebec0ca6]26 <title>Introduction to Rox-Filer</title>
[2fa7a3f7]27
[5a9e610]28 <para>
[0d7900a]29 <application>rox-filer</application> is a fast, lightweight, gtk2 file
[5a9e610]30 manager.
31 </para>
[2fa7a3f7]32
[1022c00c]33 &lfs121_checked;
[2fa7a3f7]34
35 <bridgehead renderas="sect3">Package Information</bridgehead>
36 <itemizedlist spacing="compact">
37 <listitem>
[5a9e610]38 <para>
39 Download (HTTP): <ulink url="&rox-filer-download-http;"/>
40 </para>
[2fa7a3f7]41 </listitem>
42 <listitem>
[5a9e610]43 <para>
44 Download (FTP): <ulink url="&rox-filer-download-ftp;"/>
45 </para>
[2fa7a3f7]46 </listitem>
47 <listitem>
[5a9e610]48 <para>
49 Download MD5 sum: &rox-filer-md5sum;
50 </para>
[2fa7a3f7]51 </listitem>
52 <listitem>
[5a9e610]53 <para>
54 Download size: &rox-filer-size;
55 </para>
[2fa7a3f7]56 </listitem>
57 <listitem>
[5a9e610]58 <para>
59 Estimated disk space required: &rox-filer-buildsize;
60 </para>
[2fa7a3f7]61 </listitem>
62 <listitem>
[5a9e610]63 <para>
64 Estimated build time: &rox-filer-time;
65 </para>
[2fa7a3f7]66 </listitem>
67 </itemizedlist>
68
69 <bridgehead renderas="sect3">rox-filer Dependencies</bridgehead>
70
71 <bridgehead renderas="sect4">Required</bridgehead>
72 <para role="required">
[1b2d41b]73 <xref linkend="libglade"/> and
74 <xref linkend="shared-mime-info"/>
75 </para>
[2fa7a3f7]76
77 </sect2>
78
79 <sect2 role="kernel" id="rox-filer-kernel">
80 <title>Kernel Configuration</title>
81
[5a9e610]82 <para>
83 If you want <application>rox-filer</application> to be able to update
84 the contents of a directory when changes are made to the files by other
85 applications (eg, if a script is running) you will need to enable
86 dnotify support in your kernel. In <command>make menuconfig</command>:
87 </para>
[2fa7a3f7]88
[cddcdb14]89 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
90 href="rox-filer-kernel.xml"/>
[2fa7a3f7]91
[5a9e610]92 <para>
93 Save the new <filename>.config</filename> and then compile the kernel.
94 </para>
[2fa7a3f7]95
96 <indexterm zone="rox-filer rox-filer-kernel">
97 <primary sortas="d-rox-filer">rox-filer</primary>
98 </indexterm>
99 </sect2>
100
101 <sect2 role="installation">
[ebec0ca6]102 <title>Installation of Rox-Filer</title>
[2fa7a3f7]103
[5a9e610]104 <para>
105 Compile <application>rox-filer</application> with the following commands:
106 </para>
[2fa7a3f7]107
[ebec0ca6]108<screen><userinput>cd ROX-Filer &amp;&amp;
[2fa7a3f7]109sed -i 's:g_strdup(getenv("APP_DIR")):"/usr/share/rox":' src/main.c &amp;&amp;
[9214104]110sed -i 's/gboolean/extern &amp;/' src/session.h &amp;&amp;
[ebec0ca6]111
[49b241a]112mkdir build &amp;&amp;
113pushd build &amp;&amp;
114 ../src/configure LIBS="-lm -ldl" &amp;&amp;
115 make &amp;&amp;
[ebec0ca6]116popd</userinput></screen>
[2fa7a3f7]117
[5a9e610]118 <para>
119 Now install it as the <systemitem class="username">root</systemitem> user:
120 </para>
[2fa7a3f7]121
[ebec0ca6]122<screen role="root"><userinput>mkdir -p /usr/share/rox &amp;&amp;
123cp -av Help Messages Options.xml ROX images style.css .DirIcon /usr/share/rox &amp;&amp;
124
125cp -av ../rox.1 /usr/share/man/man1 &amp;&amp;
126cp -v ROX-Filer /usr/bin/rox &amp;&amp;
127chown -Rv root:root /usr/bin/rox /usr/share/rox &amp;&amp;
128
129cd /usr/share/rox/ROX/MIME &amp;&amp;
130ln -sv text-x-{diff,patch}.png &amp;&amp;
131ln -sv application-x-font-{afm,type1}.png &amp;&amp;
132ln -sv application-xml{,-dtd}.png &amp;&amp;
[2fa7a3f7]133ln -sv application-xml{,-external-parsed-entity}.png &amp;&amp;
[ebec0ca6]134ln -sv application-{,rdf+}xml.png &amp;&amp;
135ln -sv application-x{ml,-xbel}.png &amp;&amp;
136ln -sv application-{x-shell,java}script.png &amp;&amp;
137ln -sv application-x-{bzip,xz}-compressed-tar.png &amp;&amp;
138ln -sv application-x-{bzip,lzma}-compressed-tar.png &amp;&amp;
139ln -sv application-x-{bzip-compressed-tar,lzo}.png &amp;&amp;
140ln -sv application-x-{bzip,xz}.png &amp;&amp;
141ln -sv application-x-{gzip,lzma}.png &amp;&amp;
[2fa7a3f7]142ln -sv application-{msword,rtf}.png</userinput></screen>
143 </sect2>
144
145 <sect2 role="commands">
146 <title>Command Explanations</title>
147
[5a9e610]148 <para>
149 <command>sed -i 's:g_strdup(getenv("APP_DIR")):"/usr/share/rox":'
150 src/main.c</command>: This command hard codes /usr/share/rox as the
151 directory for <application>rox-filer</application>'s private files.
152 Without this sed rox needs the environment variable ${APP_DIR} to be set.
153 </para>
[2fa7a3f7]154
[9214104]155 <para>
156 <command>sed -i 's/gboolean/extern &amp;/' src/session.h</command>:
157 This command fixes a multiple definition flagged as an error
158 by GCC 10 and higher.
159 </para>
160
[5a9e610]161 <para>
162 <command>ln -sv application-...</command>: These commands duplicate the
[0d7900a]163 icons for some common mime types. Without these links
[5a9e610]164 <application>rox-filer</application> would just display the default
165 "unknown binary blob" icon.
166 </para>
[2fa7a3f7]167 </sect2>
168
169 <sect2 role="configuration">
[ebec0ca6]170 <title>Configuring RoxFiler</title>
[2fa7a3f7]171
172 <sect3><title>Configuration Information</title>
173
[5a9e610]174 <para>
175 Most of the configuration of <application>rox-filer</application> is
176 achieved by right clicking on a <application>rox-filer</application>
177 window and choosing "Options" from the menu. It stores its settings in
178 <filename class="directory">~/.config/rox.sourceforge.net</filename>.
179 </para>
180
181 <para>
182 A <application>rox-filer</application> feature is that if there is an
183 executable file called <filename>AppRun</filename> in a directory
184 <application>rox-filer</application> will first run
185 <command>AppRun</command> before it opens the folder.
186 </para>
187
188 <para>
189 As an example of how this may be used, if you have ssh access to another
[222a0699]190 computer (perhaps another computer on your local network) with ssh
[5a9e610]191 configured for passwordless logins and you have
[aaf0f3f]192 <xref linkend="sshfs"/> installed you can use AppRun to mount the
[5a9e610]193 remote computer in a local folder using <command>sshfs</command>. For
194 this example AppRun script to work the folder must have the same name as
195 the hostname of the remote computer:
196 </para>
[2fa7a3f7]197
[f67554b0]198<screen role="nodump"><userinput>cat &gt; /path/to/hostname/AppRun &lt;&lt; "HERE_DOC"
[2fa7a3f7]199#!/bin/bash
[5a9e610]200
201MOUNT_PATH="${0%/*}"
202HOST=${MOUNT_PATH##*/}
[0d7900a]203export MOUNT_PATH HOST
[2fa7a3f7]204sshfs -o nonempty ${HOST}:/ ${MOUNT_PATH}
205rox -x ${MOUNT_PATH}
206HERE_DOC
[ebec0ca6]207
[5a9e610]208chmod 755 /path/to/hostname/AppRun</userinput></screen>
[2fa7a3f7]209
[5feea08]210 <para>
[ec64d28]211 That works fine for mounting, but to unmount it the
212 command <command>fusermount -u ${MOUNTPOINT}</command> is ran. You could set
[5feea08]213 that as your default umount command in your rox preferences, but you
214 would then be unable to unmount any normal mountpoints (that need
[ec64d28]215 umount). A script is needed that will unmount a Fuse mountpoint
[5feea08]216 with <command>fusermount -u ${MOUNTPOINT}</command> and everything else
217 with <command>umount</command>. As the
218 <systemitem class="username">root</systemitem> user:
219 </para>
220
221<screen role="root"><userinput>cat &gt; /usr/bin/myumount &lt;&lt; "HERE_DOC" &amp;&amp;
222#!/bin/bash
223sync
224if mount | grep "${@}" | grep -q fuse
225then fusermount -u "${@}"
226else umount "${@}"
227fi
228HERE_DOC
[ebec0ca6]229
[5feea08]230chmod 755 /usr/bin/myumount</userinput></screen>
231
232 <para>
233 Now, to make Rox use this simple script, open a Rox window, right click
234 on it and choose Options from the menu. In the left hand list choose
235 "Action windows" and then on the right hand side, where it says
236 "Unmount command" change <command>umount</command> to
237 <command>myumount</command>.
238 </para>
239
[5a9e610]240 <para>
241 If you use a desktop environment like
242 <application>Gnome</application> or <application>KDE</application> you
243 may like to create a <filename>rox.desktop</filename> file so that
[3a37311]244 <application>rox-filer</application> appears in the panel's menus. As
245 the <systemitem class="username">root</systemitem> user:
[5a9e610]246 </para>
[2fa7a3f7]247
248<screen role="root"><userinput>ln -s ../rox/.DirIcon /usr/share/pixmaps/rox.png &amp;&amp;
[c099902d]249mkdir -p /usr/share/applications &amp;&amp;
[ebec0ca6]250
[2fa7a3f7]251cat &gt; /usr/share/applications/rox.desktop &lt;&lt; "HERE_DOC"
252[Desktop Entry]
253Encoding=UTF-8
254Type=Application
255Name=Rox
256Comment=The Rox File Manager
257Icon=rox
258Exec=rox
259Categories=GTK;Utility;Application;System;Core;
260StartupNotify=true
261Terminal=false
262HERE_DOC</userinput></screen>
263 </sect3>
264 </sect2>
265
266 <sect2 role="content">
267 <title>Contents</title>
268
269 <segmentedlist>
270 <segtitle>Installed Programs</segtitle>
[c3c56b2]271 <segtitle>Installed Libraries</segtitle>
[2fa7a3f7]272 <segtitle>Installed Directories</segtitle>
273
274 <seglistitem>
275 <seg>rox</seg>
[c3c56b2]276 <seg>None</seg>
[2fa7a3f7]277 <seg>/usr/share/rox</seg>
278 </seglistitem>
279 </segmentedlist>
280
281 <variablelist>
282 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
283 <?dbfo list-presentation="list"?>
284 <?dbhtml list-presentation="table"?>
285
286 <varlistentry id="rox-filer-prog">
287 <term><command>rox</command></term>
288 <listitem>
[5a9e610]289 <para>
[4c24eb0a]290 is the rox file manager
[5a9e610]291 </para>
[2fa7a3f7]292 <indexterm zone="rox-filer rox-filer-prog">
293 <primary sortas="b-rox-filer">rox-filer</primary>
294 </indexterm>
295 </listitem>
296 </varlistentry>
297 </variablelist>
298 </sect2>
[4c24eb0a]299
[2fa7a3f7]300</sect1>
Note: See TracBrowser for help on using the repository browser.