LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware
User Name
Password
Slackware This Forum is for the discussion of Slackware Linux.

Notices


Reply
  Search this Thread
Old 10-02-2011, 12:46 AM   #1
NightSky
Member
 
Registered: Sep 2001
Location: Texas :(
Distribution: Slackware64- 5.15.2
Posts: 909

Rep: Reputation: 55
Help get Gimp User Manuals onto Slackwar64-13.1


Hello,
How do download Gimp Manual to Slackware64-13.1? I don't always have an internet connection and would like to download the user manual. Installed Gimp2.6.8 in Xfce4.6.1

When I click help in gimp the following appear:
Could not open 'http://docs.gimp.org/2.6/en/gimp-help.xml' for reading: Operation not supported

Perhaps you are missing GIO backends and need to install GVFS? Yes i am googling this and went to #gimp-users because the above link won't load with firefox 3.6.22 directly. What am I missing? Thank you
 
Old 10-02-2011, 10:36 AM   #2
ljb643
Member
 
Registered: Nov 2003
Posts: 526

Rep: Reputation: Disabled
You can download the Gimp help manual from gimp.org downloads area (except it doesn't seem to be up at the moment, and the mirrors list says it got an error). Unpack it right into /usr/share/gimp/2.0/help so that the paths look like help/en/(lots of *.html files). Or, you can unpack it somewhere else and make a link from /usr/share/gimp/2.0/help to the top of the unpacked directory.

Then, go into Gimp preferences, Help System tab. Set "User manual:" to "Use a locally installed copy". Set Help Browser to use: = Web browser. Set Web Browser to use: = e.g. "seamonkey %s" or "firefox %s".

Now using Help in Gimp should open a browser window to the local help files.
 
1 members found this post helpful.
Old 10-02-2011, 07:28 PM   #3
NightSky
Member
 
Registered: Sep 2001
Location: Texas :(
Distribution: Slackware64- 5.15.2
Posts: 909

Original Poster
Rep: Reputation: 55
Thanks lbj63, that link at gimp.org from downloads to Eng Gimp Manual is not working.
 
Old 10-02-2011, 08:52 PM   #4
ljb643
Member
 
Registered: Nov 2003
Posts: 526

Rep: Reputation: Disabled
Yes, as I said. The main download site (seems to be hosted at graft.XCF.berkely.edu) is down. There are mirrors, but for some reason the list of mirrors will not display either. Hopefully this is a temporary situation, perhaps a weekend failure. Try again Monday, perhaps.
 
Old 10-03-2011, 09:45 PM   #5
NightSky
Member
 
Registered: Sep 2001
Location: Texas :(
Distribution: Slackware64- 5.15.2
Posts: 909

Original Poster
Rep: Reputation: 55
ljb643,
not just a weekend problem.. been trying for over a week. Found this:
http://www.linuxfromscratch.org/blfs...soft/gimp.html

There is an ftp link for Help System... Now my question is do I create a help folder in /usr/share/gimp/2.0 and then unpack the download?
Download Links:
Download (HTTP): http://ftp.gtk.org/pub/gimp/v2.6/gimp-2.6.8.tar.bz2

Download (FTP): ftp://ftp.gimp.org/pub/gimp/v2.6/gimp-2.6.8.tar.bz2

* Are these downloads source code? Do I have to build a slackware pkg.?

Questions:
Does it matter download is tar.bz2?

Do i need special steps to install help files because I am running slackware64 multilib?

Do .xml files open in firefox... was looking through gimprc to figure out how to bring up help files as html using firefox and found alot of .xml stuff.

How do you handle .xml files?

Other day downloaded a pdf gimp guide firefox said it was downloading to tmp.. but i can't find it anywhere now?? Like to delete it. Thank you

Last edited by NightSky; 10-03-2011 at 11:07 PM. Reason: Found working gimp/help download links
 
Old 10-04-2011, 08:03 AM   #6
saulgoode
Member
 
Registered: May 2007
Distribution: Slackware
Posts: 288

Rep: Reputation: 155Reputation: 155
You can build a Slackware package from the source in the GIT repository without much difficulty.

Code:
git clone git://git.gnome.org/gimp-help-2
cd gimp-help-2/
./autogen.sh
ALL_LINGUAS=en ./configure --disable-maintainer-mode
make
mkdir /tmp/package-gimp-help-2
DESTDIR=/tmp/package-gimp-help-2 make install
Now log in as root and build your package:
Code:
cd /tmp/package-gimp-help-2
makepkg -c y -l y ../gimp-help-2-2.6-noarch-1_git.txz
installpkg ../gimp-help-2-2.6-noarch-1_git.txz
Change the ALL_LINGUAS variable to add any languages you want.
 
Old 10-04-2011, 04:42 PM   #7
ljb643
Member
 
Registered: Nov 2003
Posts: 526

Rep: Reputation: Disabled
I was able to locate one of the US gimp mirrors. (Bad of them to have their main download site down, their mirrors list unavailable, and the same site serves their mailing lists.)
http://gimp.mirrors.hoobly.com/gimp/
I think this is a legit, up-to-date mirror of the gimp.org downloads, but if you download software from a mirror you should verify the checksums from gimp.org.

The downloads you listed above are source code, not help files. The linuxfromscratch stuff you found does not seem to be the actual Gimp help files, so that won't help here. Either get the help download from the mirror I found, or you can follow saulgoode's steps to build the help system yourself. What you are looking for will unpack into HTML files; if you got XML files you have the wrong thing.
 
1 members found this post helpful.
Old 10-04-2011, 09:43 PM   #8
NightSky
Member
 
Registered: Sep 2001
Location: Texas :(
Distribution: Slackware64- 5.15.2
Posts: 909

Original Poster
Rep: Reputation: 55
Thank you so much for all your help and patience. Download the manual from your link.
unpacked download in /home/xxx/downloads

$tar xvjf package.tar.bz2
#mkdir /usr/share/gimp/2.0/help
#cd /home/xxx/downloads/gimp-help-2
#cp -R html/en /usr/share/gimp/2.0/help
#cp gimp-help-2.6.1-html-en.tar.bz2 /usr/local/include
Then followed the rest of your instructions... its all working great!

Last edited by NightSky; 10-11-2011 at 02:04 PM.
 
  


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
LXer: GIMP Painter And GIMP Paint Studio Transform GIMP Into The Ultimate Painting Tool LXer Syndicated Linux News 0 02-08-2011 05:40 PM
FYI: libmad-0.15.1b wont build in slackwar64-current 66slacker Slackware 1 06-28-2009 07:24 AM
Ex-photoshop user needs GIMP help swulff Linux - Newbie 4 06-05-2007 04:50 PM
Running GIMP as user nobody! Shioni Linux - General 1 04-21-2006 01:42 PM
User manuals for Red Hat 8 funkenbooty Linux - Newbie 3 07-23-2003 09:17 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware

All times are GMT -5. The time now is 10:02 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