LinuxQuestions.org
Visit Jeremy's Blog.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 12-21-2002, 04:31 PM   #61
Aussie
Senior Member
 
Registered: Sep 2001
Location: Brisvegas, Antipodes
Distribution: Slackware
Posts: 4,590

Rep: Reputation: 58

How many .gimp* directories do you have in your /home?
There should only be ~/.gimp-1.2, for gimp-1.2 and ~/.gimp-1.3 if you have gimp-1.3 installed.
 
Old 12-21-2002, 05:08 PM   #62
Johng
Member
 
Registered: Feb 2002
Location: NZ
Distribution: Kubuntu, Mint
Posts: 408

Original Poster
Rep: Reputation: 31
I have only ~/.gimp-1.2
 
Old 12-21-2002, 05:54 PM   #63
Aussie
Senior Member
 
Registered: Sep 2001
Location: Brisvegas, Antipodes
Distribution: Slackware
Posts: 4,590

Rep: Reputation: 58
Then where are you getting ~/.gimp/plug-in from?
 
Old 12-22-2002, 02:09 AM   #64
Johng
Member
 
Registered: Feb 2002
Location: NZ
Distribution: Kubuntu, Mint
Posts: 408

Original Poster
Rep: Reputation: 31
The only plug-ins directory is /home/john/.gimp.plug-ins.

If I remove the xsane link from /home/john/.gimp/plug-ins/ the XSane option is present but does nothing. If I start gimp from a terminal, when I click the XSane option, the terminal reports:
[xsane] ERROR : eula text not found. Looks like xsane is not installed correct.

When I restore the xsane link with "ln -s /usr/local/bin/xsane ~/.gimp-1.2/plug-ins/", the xsane link is present in the ~/.gimp/plug-ins directory. Starting gimp, the XSane option is not present. Clicking the link in Konqueror starts Xsane ok.
 
Old 12-22-2002, 06:04 AM   #65
Aussie
Senior Member
 
Registered: Sep 2001
Location: Brisvegas, Antipodes
Distribution: Slackware
Posts: 4,590

Rep: Reputation: 58
Delete /home/john/.gimp.
You should only have /home/john/.gimp-1.2.
 
Old 12-22-2002, 03:04 PM   #66
Johng
Member
 
Registered: Feb 2002
Location: NZ
Distribution: Kubuntu, Mint
Posts: 408

Original Poster
Rep: Reputation: 31
Hi Aussie
I'm sorry, but there was a typo in my last post - I only have ~/.gimp-1.2/plug-ins. There is no ~/.gimp/

xsane is also in /usr/lib/gimp/1.2/plug-ins
 
Old 12-22-2002, 07:45 PM   #67
Aussie
Senior Member
 
Registered: Sep 2001
Location: Brisvegas, Antipodes
Distribution: Slackware
Posts: 4,590

Rep: Reputation: 58
Double check the location of the xsane binary and verify that the link points to that location.
 
Old 12-22-2002, 11:14 PM   #68
Johng
Member
 
Registered: Feb 2002
Location: NZ
Distribution: Kubuntu, Mint
Posts: 408

Original Poster
Rep: Reputation: 31
whereis xsane
xsane : /usr/local/bin/xsane

I don't know how to tell where the link points. It was put there with:
ln -s /usr/local/bin/xsane ~/.gimp-1.2/plug-ins/
 
Old 12-22-2002, 11:38 PM   #69
Aussie
Senior Member
 
Registered: Sep 2001
Location: Brisvegas, Antipodes
Distribution: Slackware
Posts: 4,590

Rep: Reputation: 58
bern@grendel bern$ ll .gimp-1.2/plug-ins/xsane
lrwxrwxrwx 1 bern users 20 Dec 20 14:58 .gimp-1.2/plug-ins/xsane -> /usr/local/bin/xsane
 
Old 12-22-2002, 11:58 PM   #70
Johng
Member
 
Registered: Feb 2002
Location: NZ
Distribution: Kubuntu, Mint
Posts: 408

Original Poster
Rep: Reputation: 31
lrwxrwxrwx 1 john john 20 Dec 23 18:57 .gimp-1.2/plug-ins/xsane -> /usr/local/bin/xsane*
 
Old 12-23-2002, 12:08 AM   #71
Aussie
Senior Member
 
Registered: Sep 2001
Location: Brisvegas, Antipodes
Distribution: Slackware
Posts: 4,590

Rep: Reputation: 58
Now do "ls -al /usr/local/bin/xsane"
 
Old 12-23-2002, 02:33 AM   #72
Johng
Member
 
Registered: Feb 2002
Location: NZ
Distribution: Kubuntu, Mint
Posts: 408

Original Poster
Rep: Reputation: 31
-rwxr-xr-x 1 root root 1953905 Dec 17 20:54 /usr/local/bin/xsane*
 
Old 12-23-2002, 05:44 AM   #73
Johng
Member
 
Registered: Feb 2002
Location: NZ
Distribution: Kubuntu, Mint
Posts: 408

Original Poster
Rep: Reputation: 31
Hi Aussie

An xsane is located in three places. If I use a terminal to execute:

/usr/local/bin/xsane is a 1.9MB executable which starts xsane normally

ll /usr/local/bin/xsane
-rwxr-xr-x 1 root root 1953905 Dec 17 20:54 /usr/local/bin/xsane*
___________________

~/.gimp-1.2/plug-ins/xsane is a 1.9MB executable which starts xsane normally

ll ~/.gimp-1.2/plug-ins/xsane
lrwxrwxrwx 1 john john 20 Dec 23 18:57 /home/john/.gimp-1.2/plug-ins/xsane -> /usr/local/bin/xsane*
____________________

/usr/lib/gimp/1.2/plug-ins/xsane is a 505.1KB executable which causes an error message:
[xsane] ERROR : eula text not found. Looks like xsane is not installed correct.

ll /usr/lib/gimp/1.2/plug-ins/xsane
lrwxrwxrwx 1 root root 19 Dec 20 14:19 /usr/lib/gimp/1.2/plug-ins/xsane -> /usr/bin/xsane-gimp*
____________________

Are these what you would expect?
 
Old 12-23-2002, 06:07 AM   #74
Aussie
Senior Member
 
Registered: Sep 2001
Location: Brisvegas, Antipodes
Distribution: Slackware
Posts: 4,590

Rep: Reputation: 58
No, you should only have one version of xsane installed.
 
Old 12-24-2002, 05:36 AM   #75
Johng
Member
 
Registered: Feb 2002
Location: NZ
Distribution: Kubuntu, Mint
Posts: 408

Original Poster
Rep: Reputation: 31
Hi Aussie

I have cracked it at last.

I re-installed the xsane-0.90 tarball.

Thank you for your tireless(?) help. Seasons greetings.

Johng
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
SANE to INSANE mikeghet Linux - Newbie 2 06-16-2005 11:11 PM
Please help going insane here mdk3 Linux - Software 1 03-05-2005 07:57 PM
Insane websites carrja99 General 27 05-06-2003 03:16 PM
am i insane? wlfdgcrkz Linux - Newbie 2 04-23-2003 02:33 PM
to..many....going..insane Denton Linux - Distributions 24 05-07-2002 01:17 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 08:44 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration