The time now is Sat 18 May 2013, 10:27
All times are UTC - 4 |
|
Page 2 of 2 [17 Posts] |
Goto page: Previous 1, 2 |
| Author |
Message |
Emporata
Joined: 11 Oct 2010 Posts: 25
|
Posted: Wed 17 Nov 2010, 13:22 Post subject:
Couldn't get gimp-photo to install. Subject description: MIght just be due to limitations of computer or even installer (me). Don't know! |
|
| technosaurus wrote: | This one -->http://www.openplatformeducation.org/gimp-2.6.3-i486.pet
is one that I put together using some tested packages of Gimp (not gimp-photo) but with some frequently requested plugins and all of the dependencies - It is already in the installer menu on the web desktop
looks promising though & I will add it to the web desktop as well since it seems to be testing out ok. |
I went to the desktop and downloaded Gimp-Photo but I couldn't get it installed. I think the problem might be its size but I am not really sure. It just started the install but seemed unable to complete it.
This isn't a huge deal for me because I don't do any photo editing and already have GIMP on my unbuntu computer. Still, it would have been nice to get a photoshop-like application on this computer as the person who uses it likes photoshop quite a bit and it won't run correctly through Wine.
I guess I will just have to keep an eye on GIMP for puppy, looking for updates and maybe try again another time.
|
|
Back to top
|
|
 |
postfs1

Joined: 27 Mar 2010 Posts: 831
|
Posted: Sat 20 Nov 2010, 04:36 Post subject:
|
|
Off-topic, but i needed: several minutes ago i have sent the answer onto the following address: "Wally", and now i'll place perhaps needful lines, which i created earlier, over here.
Script for the installation of -=Gimp-2.6.3=- in the -=Linux Puppy-4.30=- operating system.
Note: perhaps it can be useful in another versions of -=Linux Puppy=-.
| Quote: |
Install_gimp-2.6.3-i486.sh
| Code: |
#!/bin/bash
#Addresses of files for use are the following:
#/tmp/Gimp-2.6.3/gimp-2.6.3-i486.pet
#/tmp/Gimp-2.6.3/geany-0.17-1.el5.kb.i386.rpm
#/tmp/Gimp-2.6.3/gtk2-2.12.1-5.fc8.i386.rpm
#/tmp/Gimp-2.6.3/1290309322_gimp.png
#/tmp/Gimp-2.6.3/gimp-icon.png
rox /tmp/Gimp-2.6.3/gimp-2.6.3-i486.pet ; xmessage "-=gimp-2.6.3-i486.pet=- has been installed. `xmessage "Wait please. There will be 1 pop-up."`" ;
echo "ok" ;
rm /usr/lib/libgimp-2.0.so.0.600.1 ;
rm /usr/lib/libgimpbase-2.0.so.0.600.1 ;
rm /usr/lib/libgimpcolor-2.0.so.0.600.1 ;
rm /usr/lib/libgimpconfig-2.0.so.0.600.1 ;
rm /usr/lib/libgimpmath-2.0.so.0.600.1 ;
rm /usr/lib/libgimpmodule-2.0.so.0.600.1 ;
rm /usr/lib/libgimpthumb-2.0.so.0.600.1 ;
rm /usr/lib/libgimpui-2.0.so.0.600.1 ;
rm /usr/lib/libgimpwidgets-2.0.so.0.600.1 ;
echo "ok" ;
rm /usr/lib/libgimp-2.0.so.0.600.2 ;
rm /usr/lib/libgimpbase-2.0.so.0.600.2 ;
rm /usr/lib/libgimpcolor-2.0.so.0.600.2 ;
rm /usr/lib/libgimpconfig-2.0.so.0.600.2 ;
rm /usr/lib/libgimpmath-2.0.so.0.600.2 ;
rm /usr/lib/libgimpmodule-2.0.so.0.600.2 ;
rm /usr/lib/libgimpthumb-2.0.so.0.600.2 ;
rm /usr/lib/libgimpui-2.0.so.0.600.2 ;
rm /usr/lib/libgimpwidgets-2.0.so.0.600.2 ;
echo "ok" ;
ln -s /usr/local/lib/libgimp-2.0.so.0 /usr/lib ;
ln -s /usr/local/lib/libgimpbase-2.0.so.0 /usr/lib ;
ln -s /usr/local/lib/libgimpcolor-2.0.so.0 /usr/lib ;
ln -s /usr/local/lib/libgimpconfig-2.0.so.0 /usr/lib ;
ln -s /usr/local/lib/libgimpmath-2.0.so.0 /usr/lib ;
ln -s /usr/local/lib/libgimpmodule-2.0.so.0 /usr/lib ;
ln -s /usr/local/lib/libgimpthumb-2.0.so.0 /usr/lib ;
ln -s /usr/local/lib/libgimpui-2.0.so.0 /usr/lib ;
ln -s /usr/local/lib/libgimpwidgets-2.0.so.0 /usr/lib ;
echo "ok" ;
#http://www.iconfinder.com/ajax/download/png/?id=3340&s=48
#http://www.iconarchive.com/icons/everaldo/kids-icons/48/gimp-icon.png
cp /tmp/Gimp-2.6.3/1290309322_gimp.png /usr/share/icons/hicolor/48x48/apps ;
#cp /tmp/Gimp-2.6.3/gimp-icon.png /usr/share/icons/hicolor/48x48/apps ;
cd /tmp/Gimp-2.6.3 ;
rpm -i geany-0.17-1.el5.kb.i386.rpm ;
rpm -i gtk2-2.12.1-5.fc8.i386.rpm ;
cd / ;
echo "ok" ;
echo '[Desktop Entry]' > /usr/share/applications/Gimp-2.6.3.desktop ;
echo 'Encoding=UTF-8' >> /usr/share/applications/Gimp-2.6.3.desktop ;
echo 'Name=Gimp-2.6.3' >> /usr/share/applications/Gimp-2.6.3.desktop ;
echo 'Comment=Gimp-2.6.3' >> /usr/share/applications/Gimp-2.6.3.desktop ;
echo 'Exec=bash -c gimp' >> /usr/share/applications/Gimp-2.6.3.desktop ;
echo 'Terminal=false' >> /usr/share/applications/Gimp-2.6.3.desktop ;
echo 'Type=Application' >> /usr/share/applications/Gimp-2.6.3.desktop ;
echo 'Categories=ImageEditingSoftware' >> /usr/share/applications/Gimp-2.6.3.desktop ;
echo 'GenericName=Gimp-2.6.3' >> /usr/share/applications/Gimp-2.6.3.desktop ;
echo 'Icon=/usr/share/icons/hicolor/48x48/apps/1290309322_gimp.png' >> /usr/share/applications/Gimp-2.6.3.desktop ;
echo '<icon x="160" y="508" label="Gimp">/usr/share/applications/Gimp-2.6.3.desktop</icon>' >> /root/Choices/ROX-Filer/PuppyPin ;
echo '</pinboard>' >> /root/Choices/ROX-Filer/PuppyPin ;
rm /tmp/Gimp-2.6.3/*.rpm ;
rm /tmp/Gimp-2.6.3/*.pet ;
rm /tmp/Gimp-2.6.3/*.png ;
echo "Done" ;
xmessage "Please, make a reboot of Window Manager."
|
|
Permissions for -=Install_gimp-2.6.3-i486.sh=- were changed as shown:
| Code: | | cd /place_where_Install_gimp-2.6.3-i486.sh_is_located ; chmod u+x Install_gimp-2.6.3-i486.sh |
| Description |
|
| Filesize |
6.39 KB |
| Viewed |
432 Time(s) |

|
_________________
- I don't know why laboratories are named a hospitals.
- The alive personage is like a tea bag with granules of unknown density inside, at that one the packet was made of organic material and was placed in the evaporated liquid or liquid.
|
|
Back to top
|
|
 |
|
|
Page 2 of 2 [17 Posts] |
Goto page: Previous 1, 2 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum You cannot attach files in this forum You can download files in this forum
|
Powered by phpBB © 2001, 2005 phpBB Group
|
|
[ Time: 0.0486s ][ Queries: 12 (0.0036s) ][ GZIP on ] |