个人工具

“UbuntuHelp:IFolderClient”的版本间的差异

来自Ubuntu中文

跳转至: 导航, 搜索
(新页面: {{From|https://help.ubuntu.com/community/iFolderClient}} {{Languages|UbuntuHelp:iFolderClient}} === Introduction === === 1. Adding iFolder Repository === A special repository has been s...)
 
第2行: 第2行:
 
{{Languages|UbuntuHelp:iFolderClient}}
 
{{Languages|UbuntuHelp:iFolderClient}}
 
=== Introduction ===
 
=== Introduction ===
 
 
=== 1. Adding iFolder Repository ===
 
=== 1. Adding iFolder Repository ===
 
 
A special repository has been set up with Dapper Drake packages. You need to add this to your repository list.
 
A special repository has been set up with Dapper Drake packages. You need to add this to your repository list.
 
+
* Open Synaptic Package Manager (System --> Administration --> Synaptic Package Manager)
**** Open Synaptic Package Manager (System --> Administration --> Synaptic Package Manager)
+
* Enter your password when prompted
**** Enter your password when prompted
+
* Go the Settings menu and choose Repositories
**** Go the Settings menu and choose Repositories
+
* Click the Add button
**** Click the Add button
+
* Click on the Custom button
**** Click on the Custom button
+
* Enter <code><nowiki>deb http://trunks.whiprush.org/~jorge/ifolder dapper main</nowiki></code> as the repository URL
**** Enter <code><nowiki>deb http://trunks.whiprush.org/~jorge/ifolder dapper main</nowiki></code> as the repository URL
+
* Press Close
**** Press Close
+
* In the main Synaptic window, press the Refresh button - you must be connected to the Internet to do this. You may receive an error relating to the GPG key for whiprush.org but you can safely click OK and ignore this.
**** In the main Synaptic window, press the Refresh button - you must be connected to the Internet to do this. You may receive an error relating to the GPG key for whiprush.org but you can safely click OK and ignore this.
+
 
+
 
This will download the latest information for the iFolder client.
 
This will download the latest information for the iFolder client.
 
 
=== 2. Installing iFolder Client ===
 
=== 2. Installing iFolder Client ===
 
+
* In Synaptic (previous step), click search and enter ''ifolder3'' into the search box and click Search
*** In Synaptic (previous step), click search and enter ''ifolder3'' into the search box and click Search
+
* Right click the package named ifolder3
*** Right click the package named ifolder3
+
* In the box that appears, press the Mark button to accept the extra packages
*** In the box that appears, press the Mark button to accept the extra packages
+
* Press the Apply button in the main Synaptic window which will confirm you are installing 6 packages and press Apply
*** Press the Apply button in the main Synaptic window which will confirm you are installing 6 packages and press Apply
+
 
+
 
Synaptic will now download and install the iFolder client for you. Close Synaptic when you are finished.
 
Synaptic will now download and install the iFolder client for you. Close Synaptic when you are finished.
 
 
=== 3. Running iFolder Client ===
 
=== 3. Running iFolder Client ===
 
 
iFolder should be in your Applications menu under Programming. You can just click on iFolder and the client wil start in the notification area (beside the clock). It is likely that the client will not run perfectly at first, see the next section, "Troubleshooting".
 
iFolder should be in your Applications menu under Programming. You can just click on iFolder and the client wil start in the notification area (beside the clock). It is likely that the client will not run perfectly at first, see the next section, "Troubleshooting".
 
 
=== 4. Troubleshooting ===
 
=== 4. Troubleshooting ===
 
 
If your iFolder client doesn't start (for example, it displays a tray icon but does not do anything else), try the following :
 
If your iFolder client doesn't start (for example, it displays a tray icon but does not do anything else), try the following :
 
+
* Install the <code><nowiki>mono-xsp</nowiki></code> package.
*** Install the <code><nowiki>mono-xsp</nowiki></code> package.
+
* Update the following symlink :
*** Update the following symlink :
+
 
<pre><nowiki>
 
<pre><nowiki>
 
sudo rm /usr/web/bin/FlaimWrapper.so
 
sudo rm /usr/web/bin/FlaimWrapper.so
 
sudo ln -s /usr/lib/libFlaimWrapper.so.0 /usr/web/bin/FlaimWrapper.so
 
sudo ln -s /usr/lib/libFlaimWrapper.so.0 /usr/web/bin/FlaimWrapper.so
 
</nowiki></pre>
 
</nowiki></pre>
 
 
=== 5. Warning ===
 
=== 5. Warning ===
 
 
The release in the mentioned repository is a "stable" release, which is somewhat ancient. It doesn't work with recent builds of iFolder Server 3.5 (experimental releases).
 
The release in the mentioned repository is a "stable" release, which is somewhat ancient. It doesn't work with recent builds of iFolder Server 3.5 (experimental releases).
 
 
=== Support ===
 
=== Support ===
**** #ifolder on irc.gimp.org is a good place to start. I'm usually on there as sebpayne to help.
+
* #ifolder on irc.gimp.org is a good place to start. I'm usually on there as sebpayne to help.
**** The [http://www.ifolder.com iFolder Wiki] is a good place to start for documentation
+
* The [http://www.ifolder.com iFolder Wiki] is a good place to start for documentation
**** [http://forge.novell.com/modules/xfmod/maillist/?group_id=1372 iFolder Mailing Lists]
+
* [http://forge.novell.com/modules/xfmod/maillist/?group_id=1372 iFolder Mailing Lists]
**** [http://www.ubuntuforums.org/showthread.php?t=158315&highlight=ifolder Ubuntu Forums Thread]
+
* [http://www.ubuntuforums.org/showthread.php?t=158315&highlight=ifolder Ubuntu Forums Thread]
 
+
 
[[category:CategoryDocumentation]]
 
[[category:CategoryDocumentation]]
  
 
[[category:UbuntuHelp]]
 
[[category:UbuntuHelp]]

2007年11月30日 (五) 17:47的版本

Introduction

1. Adding iFolder Repository

A special repository has been set up with Dapper Drake packages. You need to add this to your repository list.

  • Open Synaptic Package Manager (System --> Administration --> Synaptic Package Manager)
  • Enter your password when prompted
  • Go the Settings menu and choose Repositories
  • Click the Add button
  • Click on the Custom button
  • Enter deb http://trunks.whiprush.org/~jorge/ifolder dapper main as the repository URL
  • Press Close
  • In the main Synaptic window, press the Refresh button - you must be connected to the Internet to do this. You may receive an error relating to the GPG key for whiprush.org but you can safely click OK and ignore this.

This will download the latest information for the iFolder client.

2. Installing iFolder Client

  • In Synaptic (previous step), click search and enter ifolder3 into the search box and click Search
  • Right click the package named ifolder3
  • In the box that appears, press the Mark button to accept the extra packages
  • Press the Apply button in the main Synaptic window which will confirm you are installing 6 packages and press Apply

Synaptic will now download and install the iFolder client for you. Close Synaptic when you are finished.

3. Running iFolder Client

iFolder should be in your Applications menu under Programming. You can just click on iFolder and the client wil start in the notification area (beside the clock). It is likely that the client will not run perfectly at first, see the next section, "Troubleshooting".

4. Troubleshooting

If your iFolder client doesn't start (for example, it displays a tray icon but does not do anything else), try the following :

  • Install the mono-xsp package.
  • Update the following symlink :
sudo rm /usr/web/bin/FlaimWrapper.so
sudo ln -s /usr/lib/libFlaimWrapper.so.0 /usr/web/bin/FlaimWrapper.so

5. Warning

The release in the mentioned repository is a "stable" release, which is somewhat ancient. It doesn't work with recent builds of iFolder Server 3.5 (experimental releases).

Support