-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathHelp.html
More file actions
124 lines (113 loc) · 5.29 KB
/
Help.html
File metadata and controls
124 lines (113 loc) · 5.29 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
<a href="index.php?page=Ayuda"><img src='art/flags/es.png' border='1' alt='español' title='Leer esta página en español.'></a>
<a href="index.php?page=Aide"><img src='art/flags/fr.png' border='1' alt='français' title='Lire cette page en français.'></a>
<a href="index.php?page=Pomoc"><img src='art/flags/pl.png' border='1' alt='polski' title='Polski'></a>
<br><br>
<p>
<b class='heading'>Installing from setup.exe file:</b><br>
Win32 users who do not wish to bother with source can simply
<a href="http://sourceforge.net/project/showfiles.php?group_id=146403">download</a>
the setup file and run it. Métamorphose will install
like any other win32 program, and will be accessible from the start menu.
</p>
<br>
<p>
<b class='heading'>Installing from source:</b><br>
<b>Pre-install appropriate version of wxPython (some systems may already have this):</b>
<ul>
<li>Python 2.4 or 2.5 available from <a href='http://www.python.org/'>www.python.org</a>
<li>wxPython 2.6 available from <a href='http://www.wxpython.org'>www.wxpython.org</a>.<br>
Starting with version 0.3.0, <b>Métamorphose will ONLY work with the Unicode version!</b>
</ul>
<ul>
<li>Debian packages needed for wxPython:
<a href='http://packages.debian.org/cgi-bin/search_packages.pl?keywords=libwxgtk2.6&searchon=names&subword=1&version=all&release=all'>libwxgtk2.6</a>,
<a href='http://packages.debian.org/cgi-bin/search_packages.pl?keywords=python-wxgtk2.6&searchon=names&subword=1&version=all&release=all'>python-wxgtk2.6</a>
</li>
</ul>
<br>
<b>Install:</b><br>
Unzip sources in desired location. If you are using Linux, navigate to the directory and type (as root):<br>
<pre>
$ make all
</pre>
<br>
<b>How to run:</b><br>
Execute 'metamorphose.py' with Python interpreter within the 'metamorphose' folder.<br>
As of version 0.3.0, you may specify a directory to open up.<br>
Spaces are allowed, so something like the following will work:
<pre>$ python Metamorphose.py /srv/samba/Windows Likes Spaces</pre>
<br>
<i>Some extra Linux info:</i><br>
The makefile should take care of everything for you, it is architecture and distro independant.<br>
Métamorphose will be installed in <i>/usr/share/metamorphose</i>, you can run it with <pre>$ metamorphose</pre>
and the man page with <pre>$ man metamorphose</pre>
If you are using a <a href="http://www.freedesktop.org/">freedesktop.org</a> compatible window manager
(like Gnome or KDE), there should be an entry in 'Applications -> Accessories'.<br>
</p>
<br>
<p>
<b class='heading'>How to remove Métamorphose:</b><br>
<b>Windows Installer:</b><br>
Run the uninstall or remove from 'add or remove programs' in the control panel.
<br><br>
<b>Sources (all):</b>
<ul>
<li>Starting with version 0.4.0, remove the user-specific files here:<br>
Windows: C:\Documents and Settings\USERNAME\Application Data\.metamorphose<br>
Linux: /home/USERNAME/.metamorphose<br>
Mac: /Library/Application Support/.metamorphose</li>
<li>Remove the manpage if you installed it.</li>
<li>Remove the source files.</li>
</ul>
<b>Sources (Linux & FreeBSD):</b>
<pre>
$ make remove
</pre>
To remove all user files as well:
<pre>
$ make remove remusr=1
</pre>
</p>
<br>
<p>
<b class='heading'>Help me help you:</b><br>
You can help the Métamorphose project by submitting user feedback.
<ul>
<li>Submit a <a href="http://sourceforge.net/tracker/?func=add&group_id=146403&atid=765156">Bug Report</a></li>
<li>Submit a <a href="http://sourceforge.net/tracker/?func=add&group_id=146403&atid=765159">Feature Request</a></li>
</ul>
</p>
<br>
<p>
<b class='heading'>Tested Operating Systems:</b><br>
<b>Run Compiled:</b><br>
<B class='OSes'>Windows 95, 98, ME:</B> Stable with Métamorphose v0.2.3a and LOWER. Starting
with 0.3.0 there are some issues, like crashes when trying to access top menus.<br>
<B class='OSes'>Windows 2k, XP, 2k3:</B> Stable, supports themes.<br>
<br>
<b>Run from source:</b><br>
<B class='OSes'>Windows 2k, XP, 2k3:</B> Stable, supports themes.<br>
<B class='OSes'>Linux 2.6 - GNOME:</B> Stable, supports themes.<br>
<B class='OSes'>Linux 2.6 - KDE:</B> Stable.<br>
<B class='OSes'>Mac OSx86:</B> Stable, supports themes.<br>
<B class='OSes'>FreeBSD 5.5 - Window Maker:</B> Mostly stable. Choosing to close out when changing language
may lock up app, but language is changed properly once you kill and restart. Also dropdown
boxes don't trigger events properly.<br>
<B class='OSes'>FreeBSD 6.2 - Fluxbox:</B> Stable.<br>
</p>
<br>
<p>
<b class='heading'>Some known issues:</b><br>
<b>Program locks up when 'walking' a large number of files/folders:</b><br>
Not really locked up, but the time it takes to process entries can be long if you
are loading many items. During this process the application doesn't refresh, giving
the appearance of being locked up but is actually working on stuff.<br>
The time in this state is dependent on your computer, whether the directory is on a local drive or a
network share, and of course the number of items.
<br><br>
<b>Python error - "cannot set locale to 'xx_XX' ":</b><br>
Applies to Linux desktops only. Make sure you have installed support for that language, as
some distros (like Ubuntu) do not install language support for any other besides the install
language.
</p>
<br><br>