When I try to download the latest autopackage build, instead of starting up the download manager it tries to load into the browser window. This happens with both FireFox 1.5 and Opera 8.54.
What am I doing wrong?
On Mon, 29 May 2006 14:29:18 +0200, Abrolag <abrolag@...16...> wrote:
When I try to download the latest autopackage build, instead of starting up the download manager it tries to load into the browser window. This happens with both FireFox 1.5 and Opera 8.54.
What am I doing wrong?
Hi, try to right click the link to the .package file and use "Save link target as" option in the context menu that appears. The problem is that server returns the file as simple text and browser reads it in this way.
cheers cornelius
On Mon, May 29, 2006 at 02:44:31PM +0200, Josef Vybiral wrote:
On Mon, 29 May 2006 14:29:18 +0200, Abrolag <abrolag@...16...> wrote:
When I try to download the latest autopackage build, instead of starting up the download manager it tries to load into the browser window. This happens with both FireFox 1.5 and Opera 8.54.
What am I doing wrong?
Hi, try to right click the link to the .package file and use "Save link target as" option in the context menu that appears. The problem is that server returns the file as simple text and browser reads it in this way.
Hmm, thanks for pointing this out, this looks like a problem.
Fortunately, it's easy to solve... we just need to specify a mime-type for the .package files. Could someone with login access to modevia look into this? I think it's simply a matter of adding an .htaccess file with a line like:
AddType application/x-autopackage .package
But that's probably not the right mime-type...
Mike Hearn, is there a registered mime-type for autopackage files? (If not, there should be!) I notice that the packages on the autopackage.org site sometimes downloads as type "BIN", which makes me think there isn't an associated type yet?
Bryce
On Mon, May 29, 2006 at 11:24:27AM -0700, Bryce Harrington wrote:
On Mon, May 29, 2006 at 02:44:31PM +0200, Josef Vybiral wrote:
On Mon, 29 May 2006 14:29:18 +0200, Abrolag <abrolag@...16...> wrote:
When I try to download the latest autopackage build, instead of starting up the download manager it tries to load into the browser window. This happens with both FireFox 1.5 and Opera 8.54.
What am I doing wrong?
Hi, try to right click the link to the .package file and use "Save link target as" option in the context menu that appears. The problem is that server returns the file as simple text and browser reads it in this way.
Hmm, thanks for pointing this out, this looks like a problem.
Fortunately, it's easy to solve... we just need to specify a mime-type for the .package files. Could someone with login access to modevia look into this? I think it's simply a matter of adding an .htaccess file with a line like:
AddType application/x-autopackage .package
This is now fixed (thanks Aaron!)
Bryce
On Mon, 29 May 2006 11:35:19 -0700 Bryce Harrington <bryce@...983...> wrote:
On Mon, May 29, 2006 at 11:24:27AM -0700, Bryce Harrington wrote:
On Mon, May 29, 2006 at 02:44:31PM +0200, Josef Vybiral wrote:
On Mon, 29 May 2006 14:29:18 +0200, Abrolag <abrolag@...16...> wrote:
When I try to download the latest autopackage build, instead of starting up the download manager it tries to load into the browser window. This happens with both FireFox 1.5 and Opera 8.54.
What am I doing wrong?
Hi, try to right click the link to the .package file and use "Save link target as" option in the context menu that appears. The problem is that server returns the file as simple text and browser reads it in this way.
Hmm, thanks for pointing this out, this looks like a problem.
Fortunately, it's easy to solve... we just need to specify a mime-type for the .package files. Could someone with login access to modevia look into this? I think it's simply a matter of adding an .htaccess file with a line like:
AddType application/x-autopackage .package
This is now fixed (thanks Aaron!)
Bryce
Thanks everybody. I'm now happily downloading the latest version - could take a little while though (modem) :(
On Mon, 29 May 2006 19:46:35 +0100 Abrolag <abrolag@...16...> wrote:
On Mon, 29 May 2006 11:35:19 -0700 Bryce Harrington <bryce@...983...> wrote:
On Mon, May 29, 2006 at 11:24:27AM -0700, Bryce Harrington wrote:
On Mon, May 29, 2006 at 02:44:31PM +0200, Josef Vybiral wrote:
On Mon, 29 May 2006 14:29:18 +0200, Abrolag <abrolag@...16...> wrote:
When I try to download the latest autopackage build, instead of starting up the download manager it tries to load into the browser window. This happens with both FireFox 1.5 and Opera 8.54.
What am I doing wrong?
Hi, try to right click the link to the .package file and use "Save link target as" option in the context menu that appears. The problem is that server returns the file as simple text and browser reads it in this way.
Hmm, thanks for pointing this out, this looks like a problem.
Fortunately, it's easy to solve... we just need to specify a mime-type for the .package files. Could someone with login access to modevia look into this? I think it's simply a matter of adding an .htaccess file with a line like:
AddType application/x-autopackage .package
This is now fixed (thanks Aaron!)
Bryce
Thanks everybody. I'm now happily downloading the latest version - could take a little while though (modem) :(
Oh dear! A problem. It appears to download and install perfectly, but trying to run it gives the following error:
inkscape: error while loading shared libraries: libXfixes.so.3: cannot open shared object file: No such file or directory
Using 'locate' confirms that this file is not there.
The file I am trying to install is:
inkscape200605290159.package
Version 0.43 works fine.
I am using mandrake 10.1
On Mon, 29 May 2006 20:41:39 +0100 Abrolag <abrolag@...16...> wrote:
On Mon, 29 May 2006 19:46:35 +0100 Abrolag <abrolag@...16...> wrote:
On Mon, 29 May 2006 11:35:19 -0700 Bryce Harrington <bryce@...983...> wrote:
On Mon, May 29, 2006 at 11:24:27AM -0700, Bryce Harrington wrote:
On Mon, May 29, 2006 at 02:44:31PM +0200, Josef Vybiral wrote:
On Mon, 29 May 2006 14:29:18 +0200, Abrolag <abrolag@...16...> wrote:
When I try to download the latest autopackage build, instead of starting up the download manager it tries to load into the browser window. This happens with both FireFox 1.5 and Opera 8.54.
What am I doing wrong?
Hi, try to right click the link to the .package file and use "Save link target as" option in the context menu that appears. The problem is that server returns the file as simple text and browser reads it in this way.
Hmm, thanks for pointing this out, this looks like a problem.
Fortunately, it's easy to solve... we just need to specify a mime-type for the .package files. Could someone with login access to modevia look into this? I think it's simply a matter of adding an .htaccess file with a line like:
AddType application/x-autopackage .package
This is now fixed (thanks Aaron!)
Bryce
Thanks everybody. I'm now happily downloading the latest version - could take a little while though (modem) :(
Oh dear! A problem. It appears to download and install perfectly, but trying to run it gives the following error:
inkscape: error while loading shared libraries: libXfixes.so.3: cannot open shared object file: No such file or directory
Using 'locate' confirms that this file is not there.
The file I am trying to install is:
inkscape200605290159.package
Version 0.43 works fine.
I am using mandrake 10.1
I tried this again with inkscape200606031924.package. Still the same result :(
Abrolag wrote:
Oh dear! A problem. It appears to download and install perfectly, but trying to run it gives the following error:
inkscape: error while loading shared libraries: libXfixes.so.3: cannot open shared object file: No such file or directory
Using 'locate' confirms that this file is not there.
The file I am trying to install is:
inkscape200605290159.package
Version 0.43 works fine.
I am using mandrake 10.1
I tried this again with inkscape200606031924.package. Still the same result :(
Ok. Checking the dependancies in the latest package gives the following list.
aaron@...1932...:~$ objdump -x `which inkscape`|grep NEEDED NEEDED libpthread.so.0 NEEDED libgtk-x11-2.0.so.0 NEEDED libgdk-x11-2.0.so.0 NEEDED libatk-1.0.so.0 NEEDED libgdk_pixbuf-2.0.so.0 NEEDED libXext.so.6 NEEDED libXfixes.so.3 NEEDED libxml2.so.2 NEEDED libgthread-2.0.so.0 NEEDED libpng12.so.0 NEEDED libX11.so.6 NEEDED libfontconfig.so.1 NEEDED libpangoft2-1.0.so.0 NEEDED libpango-1.0.so.0 NEEDED libgobject-2.0.so.0 NEEDED libgmodule-2.0.so.0 NEEDED libglib-2.0.so.0 NEEDED libfreetype.so.6 NEEDED libz.so.1 NEEDED libstdc++.so.6 NEEDED libm.so.6 NEEDED libgcc_s.so.1 NEEDED libc.so.6
libXfixes and libXext look new to me. I'll have to cross check with the 0.43 package to be sure.
Is there no libXfixes package available for Mandrake 10.1?
Is libXfixes a good candidate for static linking?
Aaron Spike
Aaron Spike wrote:
libXfixes and libXext look new to me. I'll have to cross check with the 0.43 package to be sure.
This is how the autopackages dependancies have changed:
--- needed043.txt 2006-06-04 12:32:16.000000000 -0500 +++ needed044.txt 2006-06-04 12:33:41.000000000 -0500 @@ -1,20 +1,23 @@ NEEDED libatk-1.0.so.0 NEEDED libc.so.6 NEEDED libfontconfig.so.1 NEEDED libfreetype.so.6 NEEDED libgcc_s.so.1 NEEDED libgdk_pixbuf-2.0.so.0 NEEDED libgdk-x11-2.0.so.0 NEEDED libglib-2.0.so.0 NEEDED libgmodule-2.0.so.0 NEEDED libgobject-2.0.so.0 NEEDED libgthread-2.0.so.0 NEEDED libgtk-x11-2.0.so.0 NEEDED libm.so.6 NEEDED libpango-1.0.so.0 NEEDED libpangoft2-1.0.so.0 - NEEDED libpng.so.3 + NEEDED libpng12.so.0 NEEDED libpthread.so.0 - NEEDED libstdc++.so.5 + NEEDED libstdc++.so.6 + NEEDED libX11.so.6 + NEEDED libXext.so.6 + NEEDED libXfixes.so.3 NEEDED libxml2.so.2 NEEDED libz.so.1
Is there no libXfixes package available for Mandrake 10.1?
Is libXfixes a good candidate for static linking?
Aaron Spike
participants (4)
-
Aaron Spike
-
Abrolag
-
Bryce Harrington
-
Josef Vybiral