source: xsoft/other/rox-filer.xml@ 2fa7a3f7

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 7.10 7.4 7.5 7.6 7.6-blfs 7.6-systemd 7.7 7.8 7.9 8.0 8.1 8.2 8.3 8.4 9.0 9.1 basic bdubbs/svn elogind gnome kde5-13430 kde5-14269 kde5-14686 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts krejzi/svn lazarus lxqt nosym perl-modules plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition systemd-11177 systemd-13485 trunk upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since 2fa7a3f7 was 2fa7a3f7, checked in by Andrew Benton <andy@…>, 12 years ago

Rox 2.10

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@9503 af4574ff-66df-0310-9fd7-8a98e5e911e0

  • Property mode set to 100644
File size: 8.0 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
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
7 <!ENTITY rox-filer-download-http
8 "&sourceforge-repo;/rox/rox-filer-&rox-filer-version;.tar.bz2">
9 <!ENTITY rox-filer-download-ftp " ">
10 <!ENTITY rox-filer-md5sum "28e8494c9af783258ff86c830f8f0062">
11 <!ENTITY rox-filer-size "1.8 MB">
12 <!ENTITY rox-filer-buildsize "3.7 MB">
13 <!ENTITY rox-filer-time "0.3 SBU">
14]>
15
16<sect1 id="rox-filer" xreflabel="Rox-&rox-filer-version;">
17 <?dbhtml filename="rox-filer.html"?>
18
19 <sect1info>
20 <othername>$LastChangedBy$</othername>
21 <date> </date>
22 </sect1info>
23
24 <title>Rox-&rox-filer-version;</title>
25
26 <indexterm zone="rox-filer">
27 <primary sortas="a-rox-filer">rox-filer</primary>
28 </indexterm>
29
30 <sect2 role="package">
31 <title>Introduction to Rox</title>
32
33 <para><application>Rox</application> is a fast, lightweight, gtk2 file
34 manager.</para>
35
36 &lfs70_checked;
37
38 <bridgehead renderas="sect3">Package Information</bridgehead>
39 <itemizedlist spacing="compact">
40 <listitem>
41 <para>Download (HTTP): <ulink url="&rox-filer-download-http;"/></para>
42 </listitem>
43 <listitem>
44 <para>Download (FTP): <ulink url="&rox-filer-download-ftp;"/></para>
45 </listitem>
46 <listitem>
47 <para>Download MD5 sum: &rox-filer-md5sum;</para>
48 </listitem>
49 <listitem>
50 <para>Download size: &rox-filer-size;</para>
51 </listitem>
52 <listitem>
53 <para>Estimated disk space required: &rox-filer-buildsize;</para>
54 </listitem>
55 <listitem>
56 <para>Estimated build time: &rox-filer-time;</para>
57 </listitem>
58 </itemizedlist>
59
60 <bridgehead renderas="sect3">rox-filer Dependencies</bridgehead>
61
62 <bridgehead renderas="sect4">Required</bridgehead>
63 <para role="required">
64 <xref linkend="libglade"/> and
65 <xref linkend="shared-mime-info"/></para>
66
67 <para condition="html" role="usernotes">User Notes:
68 <ulink url="&blfs-wiki;/rox-filer"/></para>
69 </sect2>
70
71 <sect2 role="kernel" id="rox-filer-kernel">
72 <title>Kernel Configuration</title>
73
74 <para>If you want <application>Rox</application> to be able to update the
75 contents of a directory when changes are made to the files by other
76 applications (eg, if a script is running) you will need to enable dnotify
77 support in your kernel. In <command>make menuconfig</command>:</para>
78
79<screen><literal>Filesystems -&#45;-&gt;
80 [*] Dnotify support</literal></screen>
81
82 <para>Save the new <filename>.config</filename> and then compile the
83 kernel.</para>
84
85 <indexterm zone="rox-filer rox-filer-kernel">
86 <primary sortas="d-rox-filer">rox-filer</primary>
87 </indexterm>
88 </sect2>
89
90 <sect2 role="installation">
91 <title>Installation of Rox</title>
92
93 <para>Compile <application>Rox</application> with the following
94 commands:</para>
95
96<screen><userinput>cd ROX-Filer &amp;&amp;
97sed -i 's:g_strdup(getenv("APP_DIR")):"/usr/share/rox":' src/main.c &amp;&amp;
98mkdir build &amp;&amp;
99cd build &amp;&amp;
100../src/configure &amp;&amp;
101make</userinput></screen>
102
103 <para>Now install it as the <systemitem class="username">root</systemitem>
104 user:</para>
105
106<screen role="root"><userinput>mkdir /usr/share/rox &amp;&amp;
107mv ../{Help,images,Messages,Options.xml,ROX,style.css,.DirIcon} /usr/share/rox &amp;&amp;
108mv ../../rox.1 /usr/share/man/man1 &amp;&amp;
109mv ../ROX-Filer /usr/bin/rox &amp;&amp;
110chown -R root:root /usr/{bin,share}/rox &amp;&amp;
111cd /usr/share/rox/ROX/MIME &amp;&amp;
112ln -sv text-x-{diff,patch}.png &amp;&amp;
113ln -sv application-x-font-{afm,type1}.png &amp;&amp;
114ln -sv application-xml{,-dtd}.png &amp;&amp;
115ln -sv application-xml{,-external-parsed-entity}.png &amp;&amp;
116ln -sv application-{,rdf+}xml.png &amp;&amp;
117ln -sv application-x{ml,-xbel}.png &amp;&amp;
118ln -sv application-{x-shell,java}script.png &amp;&amp;
119ln -sv application-x-{bzip,xz}-compressed-tar.png &amp;&amp;
120ln -sv application-x-{bzip,lzma}-compressed-tar.png &amp;&amp;
121ln -sv application-x-{bzip-compressed-tar,lzo}.png &amp;&amp;
122ln -sv application-x-{bzip,xz}.png &amp;&amp;
123ln -sv application-x-{gzip,lzma}.png &amp;&amp;
124ln -sv application-{msword,rtf}.png</userinput></screen>
125 </sect2>
126
127 <sect2 role="commands">
128 <title>Command Explanations</title>
129
130 <para><command>sed -i 's:g_strdup(getenv("APP_DIR")):"/usr/share/rox":'
131 src/main.c</command>: This command hard codes /usr/share/rox as the
132 directory for <application>Rox</application>'s private files. Without
133 this sed rox needs the environment variable ${APP_DIR} to be set.</para>
134
135 <para><command>ln -sv application-...</command>: These commands duplicate
136 the icons for some common mime types. Without these links
137 <application>Rox</application> would just display the default "unknown
138 binary blob" icon.</para>
139 </sect2>
140
141 <sect2 role="configuration">
142 <title>Configuring Rox</title>
143
144 <sect3><title>Configuration Information</title>
145
146 <para>Most of the configuration of <application>Rox</application> is
147 achieved by right clicking on a <application>Rox</application> window
148 and choosing "Options" from the menu. It stores its settings in <filename
149 class="directory">~/.config/rox.sourceforge.net</filename>.</para>
150
151 <para>A <application>Rox</application> feature is that if there is an
152 executable file called <filename>AppRun</filename> in a directory
153 <application>Rox</application> will first run <command>AppRun</command>
154 before it opens the folder.</para>
155
156 <!-- <para>As an example of how this may be used, if you have
157 <application>ssh<application> access to another computer (perhaps another
158 computer on you local network) with <application>ssh</application>
159 configured for passwordless logins and you have
160 <ulink url="http://fuse.sourceforge.net/sshfs.html">sshfs</ulink>
161 installed you can use <command>AppRun<command> to mount the remote
162 computer in a local folder using <command>sshfs</command>. If the
163 folder has the same name as the hostname of the remote computer:</para>
164
165<screen><userinput>cat &gt; /path/to/hostname/AppRun &lt;&lt; "HERE_DOC"
166#!/bin/bash
167
168MOUNT_PATH="$(dirname ${0})"
169HOST="$(basename ${MOUNT_PATH})"
170echo ${HOST}:/ ${MOUNT_PATH}
171sshfs -o nonempty ${HOST}:/ ${MOUNT_PATH}
172rox -x ${MOUNT_PATH}
173HERE_DOC
174chmod 755 /path/to/hostname/AppRun</userinput></screen> -->
175
176 <para>If you use a desktop environment like
177 <application>Gnome</application> or <application>KDE</application> you may
178 like to create a <filename>rox.desktop</filename> file so that
179 <application>Rox</application> appears in the panel's menus. As the
180 <systemitem class="username">root</systemitem> user:</para>
181
182<screen role="root"><userinput>ln -s ../rox/.DirIcon /usr/share/pixmaps/rox.png &amp;&amp;
183cat &gt; /usr/share/applications/rox.desktop &lt;&lt; "HERE_DOC"
184[Desktop Entry]
185Encoding=UTF-8
186Type=Application
187Name=Rox
188Comment=The Rox File Manager
189Icon=rox
190Exec=rox
191Categories=GTK;Utility;Application;System;Core;
192StartupNotify=true
193Terminal=false
194HERE_DOC</userinput></screen>
195 </sect3>
196 </sect2>
197
198 <sect2 role="content">
199 <title>Contents</title>
200
201 <segmentedlist>
202 <segtitle>Installed Programs</segtitle>
203 <segtitle>Installed Directories</segtitle>
204
205 <seglistitem>
206 <seg>rox</seg>
207 <seg>/usr/share/rox</seg>
208 </seglistitem>
209 </segmentedlist>
210
211 <variablelist>
212 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
213 <?dbfo list-presentation="list"?>
214 <?dbhtml list-presentation="table"?>
215
216 <varlistentry id="rox-filer-prog">
217 <term><command>rox</command></term>
218 <listitem>
219 <para>is the rox file manager.</para>
220 <indexterm zone="rox-filer rox-filer-prog">
221 <primary sortas="b-rox-filer">rox-filer</primary>
222 </indexterm>
223 </listitem>
224 </varlistentry>
225 </variablelist>
226 </sect2>
227</sect1>
Note: See TracBrowser for help on using the repository browser.