chrislee8 said:
Who is scared, I said how do I go forward?
so why the hell u expect a normal 'graphic' users to spend so much time working on getting the GIMP to work? a shiny little gui is much better than your rolling eyes. DUH. a shiny 'little' gui would save a user so much time while they can work what they do best. If you are a programming developing app, why not do your best to create gui so that their users can use the app more happily? DUH?
i guess that explains why windows is dominating. 😛
functionality over looks, not looks over functionality. Well excuse me, but id rather prefer somethign that works right compared to something that sorta works but has a beautiful graphical user interface. then again, if something can do both well, then thats great. thats basically just like apple. nice machines, nice gui, bsd foundation.
And if you're having so much of a problem with installing gimp, why are you even installing it?! And speak for yourself, some users can do things faster in a cli because its to the point, no need for superfluous stuff.
As to your `how do i install gimp` question, open terminal and type in the following
Code:
sudo apt-get install gimp
and enter your password at the
prompt. Wait for fink to do its magic, then boom there you go, you got gimp installed.
to run it, open X11 (Applications/Utilities) and type
if you get an error run this in terminal:
Code:
sudo apt-get install dlcompat-shlibs
and try again. :\ now that wasnt too hard was it..
and to your `how do i find gimp` question, fink is a
package manager and the list of packages you see is just telling you that that package is available to install on your machine. you have to use fink to install gimp to use gimp. of course there are other ways to install it, but they're essentially the same as fink.