michaelogrant / macfusion

Automatically exported from code.google.com/p/macfusion
Other
1 stars 1 forks source link

MacFUSE 0.4.0, MacFUSE 0.3.0 and MacFusion 1.1 #176

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. MacFuse 0.4 Installed
2. App Refuses to launch

What is the expected output? What do you see instead?
It should run

What version of the product are you using? On what operating system?
10.4.9 PPC

Please provide any additional information below.
The following changes in MacFusionController.m make it work:
        NSString* extensionSearchRootPath = @"/System/Library/Filesystems/";
        NSString* FuseFSBundleID = @"com.google.filesystems.fusefs";
        NSArray* validVersions = [NSArray arrayWithObjects:@"0.4.0", nil];

Original issue reported on code.google.com by sjakub...@gmail.com on 7 Jun 2007 at 1:48

GoogleCodeExporter commented 8 years ago
MacFusion 1.1 is tested with MacFUSE 0.3.0. 

MacFUSE update/upgrade questions answered 
<http://code.google.com/p/macfusion/wiki/FAQ> 

MacFUSE downgrade routine 
<http://paste.lisp.org/display/42401>

My lazy workaround, 
Symlink to have MacFUSE 0.4.0 recognised by MacFusion 1.1
<http://groups.google.com/group/MacFusion-devel/msg/f9c13ae8a356764d>

Better advice than my lazy workaround, 
version string in /Library/Receipts/MacFUSE Core.pkg/Contents/Info.plist 
<http://groups.google.com/group/macfuse-devel/msg/46ba5b88afa20b1b>

Kind regards
Graham

Original comment by grahampe...@gmail.com on 7 Jun 2007 at 3:30

GoogleCodeExporter commented 8 years ago

Original comment by grahampe...@gmail.com on 7 Jun 2007 at 3:31

GoogleCodeExporter commented 8 years ago
AFAIK this issue will be resolved in MacFusion 1.2, towards which Michael (Lead 
Developer) is working. 

Original comment by grahampe...@gmail.com on 8 Jun 2007 at 2:43

GoogleCodeExporter commented 8 years ago
See also <http://paste.lisp.org/display/42412>

Original comment by grahampe...@gmail.com on 22 Jun 2007 at 11:18