View previous topic :: View next topic |
Author |
Message |
juppes Active contributor
Joined: 01 Dec 2010 Posts: 9
|
Posted: Wed Dec 01, 2010 8:30 pm Post subject: AuctionSieve installation under Linux |
|
|
hello,
can anybody tell me how to install AuctionSieve under Linux? I downloaded the archive and extracted it, but now I do not know what to do with the result.
thank you in advance |
|
Back to top |
|
 |
nev Site Admin

Joined: 15 Sep 2004 Posts: 1159 Location: Sydney, Australia
|
Posted: Thu Dec 02, 2010 12:22 am Post subject: |
|
|
Hi,
You need to 'run' the auctionsieve.jar file.
To do that, you may need to do two steps:
1. Right click on it and select Properties and set the execute permission
2. Right click on it and select Open with Java
Nev |
|
Back to top |
|
 |
juppes Active contributor
Joined: 01 Dec 2010 Posts: 9
|
Posted: Thu Dec 02, 2010 7:38 am Post subject: |
|
|
thank you! That does the trick! But now I have the problem that clicking on "View" does not do anything. I read through the Linux issues and saw the example shell script. I have no idea, though, how to implement it using AuctionSieve. Do I have to run the script while AuctionSieve is open or how does this work? |
|
Back to top |
|
 |
nev Site Admin

Joined: 15 Sep 2004 Posts: 1159 Location: Sydney, Australia
|
Posted: Thu Dec 02, 2010 11:53 am Post subject: |
|
|
Ok, I tried it out on a friend's Ubuntu laptop today and realised the browser code for Linux could do with an update.
So.....
There's a new beta out.
Run AuctionSieve
Select Tools->Check for beta updates
Once that's downloaded, run it again and the View links should work!
No mucking around with scripts required.
Let me know how you go. |
|
Back to top |
|
 |
juppes Active contributor
Joined: 01 Dec 2010 Posts: 9
|
Posted: Thu Dec 02, 2010 1:08 pm Post subject: |
|
|
thanks for the quick reply. I will get back at you as soon as I will have tried the new beta.
Will be away for a couple of days, so it will be mid-next week probably. |
|
Back to top |
|
 |
nev Site Admin

Joined: 15 Sep 2004 Posts: 1159 Location: Sydney, Australia
|
Posted: Fri Dec 03, 2010 4:45 am Post subject: |
|
|
BTW when you download the update, it may put the new auctionsieve.jar in your home directory. |
|
Back to top |
|
 |
juppes Active contributor
Joined: 01 Dec 2010 Posts: 9
|
Posted: Wed Dec 08, 2010 8:57 am Post subject: |
|
|
thank you. I completely deleted my old version and installed the most recent one (2.5.4.4). The problem persists, though: clicking on "View" does not launch Firefox, my default Browser. I checked everything in "Options", I changed my default browser to Konqueror, but his does not help either. Any other ideas? |
|
Back to top |
|
 |
nev Site Admin

Joined: 15 Sep 2004 Posts: 1159 Location: Sydney, Australia
|
Posted: Wed Dec 08, 2010 1:26 pm Post subject: |
|
|
Are you using Java 6? |
|
Back to top |
|
 |
juppes Active contributor
Joined: 01 Dec 2010 Posts: 9
|
Posted: Thu Dec 09, 2010 2:46 pm Post subject: |
|
|
yes, it says "Open with OpenJDK 6 java Runtime". Please correct me, if I am wrong. |
|
Back to top |
|
 |
juppes Active contributor
Joined: 01 Dec 2010 Posts: 9
|
Posted: Thu Dec 09, 2010 2:51 pm Post subject: |
|
|
and an addendum: I asked the terminal, and the reply was:
java version "1.6.0_20"
OpenJDK Runtime Environment (IcedTea6 1.9.2) (6b20-1.9.2-0ubuntu1~10.04.1)
OpenJDK 64-Bit Server VM (build 19.0-b09, mixed mode)
Does that help? And just in case: how do I update Java in the Termimal? I am a Linux newbie who is about to leave the good old Mac OS. |
|
Back to top |
|
 |
nev Site Admin

Joined: 15 Sep 2004 Posts: 1159 Location: Sydney, Australia
|
Posted: Thu Dec 09, 2010 3:06 pm Post subject: |
|
|
Yeah - that's the correct version of Java.
When you run AuctionSieve, click on Help->About
Does it definitely say 2.5.4.4?
Also, go to Tools->Options...->Browser tab
click on the various links and tell me if anything works. |
|
Back to top |
|
 |
juppes Active contributor
Joined: 01 Dec 2010 Posts: 9
|
Posted: Thu Dec 09, 2010 3:15 pm Post subject: |
|
|
It definitely is 2.5.4.4. In Options>Browser only the top link launches a new tab in Firefox. All the others bring up an error message (Nos. 2 and 3) or just do nothing. Here is the error message for method 2:
AuctionSieve version 2.5.4.4
Operating System = linux
Java version = 1.6.0_20
Java vm version = 19.0-b09
Java runtime version = 1.6.0_20-b20
Current dir = /home/hajo/Dokumente
User home dir = /home/hajo
Tmp dir = /tmp
Tmp dir being used = /home/hajo/.AuctionSieve/tmp
java.io.IOException: Failed to show URI:file:/home/hajo/.AuctionSieve/tmp/browsertest2.html
at sun.awt.X11.XDesktopPeer.launch(XDesktopPeer.java:93)
at sun.awt.X11.XDesktopPeer.open(XDesktopPeer.java:61)
at java.awt.Desktop.open(Desktop.java:272)
at hashbang.auctionsieve.ui.Java6Util.openURLWithOpenAction(Unknown Source)
at hashbang.auctionsieve.ui.optionsdialog.BrowserTab$2.run(Unknown Source)
at java.lang.Thread.run(Thread.java:636) |
|
Back to top |
|
 |
nev Site Admin

Joined: 15 Sep 2004 Posts: 1159 Location: Sydney, Australia
|
Posted: Thu Dec 09, 2010 4:34 pm Post subject: |
|
|
Ok, bring up your file explorer (or whatever it's called on your linux) and go to that directory:
/home/hajo/.AuctionSieve/tmp/browsertest2.html
and try to open the html file by double clicking it.
Does that launch your default browser? |
|
Back to top |
|
 |
nev Site Admin

Joined: 15 Sep 2004 Posts: 1159 Location: Sydney, Australia
|
Posted: Thu Dec 09, 2010 9:50 pm Post subject: |
|
|
Also make sure 'reuse browser window' is turned on. |
|
Back to top |
|
 |
juppes Active contributor
Joined: 01 Dec 2010 Posts: 9
|
Posted: Fri Dec 10, 2010 7:35 am Post subject: |
|
|
nev wrote: | try to open the html file by double clicking it.
Does that launch your default browser? |
I launched the Terminal, went to the directory and did "firefox browsertest2.html", which opened a new tab in Firefox with the caption "Browser launch succssful!"
Quote: | Also make sure 'reuse browser window' is turned on. |
Do you mean "open new tab" on clicking a link in the Firefox Preferences? |
|
Back to top |
|
 |
|