GIMP 2.7, - 2 simple questions
Forums ► For GIMP users ► GIMP 2.7, - 2 simple questions
-
Kekko
(3 months ago)
- Ofnuts (3 months ago)
-
Kevin Brubeck Unhammer
(3 months ago)
-
Kekko
(3 months ago)
-
Patrick Shanahan
(3 months ago)
-
Patrick Shanahan
(3 months ago)
-
Kekko
(3 months ago)
-
Patrick Shanahan
(3 months ago)
-
Kekko
(3 months ago)
- Patrick Shanahan (3 months ago)
-
Kekko
(3 months ago)
-
Patrick Shanahan
(3 months ago)
-
Kekko
(3 months ago)
- Alexandre Prokoudine (3 months ago)
-
Patrick Shanahan
(3 months ago)
-
Patrick Shanahan
(3 months ago)
-
Kekko
(3 months ago)
Sent: 2012-02-07 13:15:03 UTC (3 months ago)
From: Kekko
GIMP 2.7, - 2 simple questions
Hi everybody,
just two simple questions about GIMP 2.7.4 that I installed on Linux Ubuntu 11.10.
1. In previous versions of GIMP the shortcut ctrl+E allowed to put the image entirely in the frame while now ctrl+E is the command for exporting the image: do you know how to have a simple shortcut to replicate what ctrl+E did in 2.6 version?
2. Why the command "Save as" don't allow to save in jpg? Now we are forced to use Export in order to save an image in jpg format.Thanks for your help.
Ciao
Kekko
http://flic.kr/ps/mTWuoKekko (via gimpusers.com)
Sent: 2012-02-07 13:54:01 UTC (3 months ago)
From: Kevin Brubeck Unhammer
GIMP 2.7, - 2 simple questions
Kekko writes:
> Hi everybody,
> just two simple questions about GIMP 2.7.4 that I installed on Linux Ubuntu 11.10.
> 1. In previous versions of GIMP the shortcut ctrl+E allowed to put the image entirely in the frame while now ctrl+E is the command for exporting the image: do you know how to have a simple shortcut to replicate what ctrl+E did in 2.6 version?ctrl+J / ctrl+shift-J, according to http://www.gimp.org/release-notes/gimp-2.7.html
> 2. Why the command "Save as" don't allow to save in jpg? Now we are forced to use Export in order to save an image in jpg format.
Yes, we are :) If you only work in JPG, just think of Export as saving,
you can ignore the "save" menu item.Some good reasons for splitting it in two items:
I at least prefer having both the full, untainted XCF available at all
times, and once in a while I'll export to JPG/PNG, this used to require
a lot of maintenance before, now I can just to ctrl+s or ctrl+e
depending on whether I want to save or export.Also, when saving as JPG etc. in 2.6, you would get a warning about how
layer information is lost. This you don't get now, saving always
preserves all information, it is assumed that when you export, you're
aware that information is lost. It's a lot more honest, in my opinion.Kevin Brubeck Unhammer
Sent: 2012-02-07 19:32:08 UTC (3 months ago)
From: Kekko
GIMP 2.7, - 2 simple questions
Thanks a lot.
I 'd like to do another little question. I have a Ubuntu PC in Italian language but I'd prefer to work in English GIMP. I saw I can launch GIMP from terminal typing "LANG=en gimp" but is there a way to have the same result launching it from the Icon?
Thanks in advance for your help.
FrancescoKekko (via gimpusers.com)
Sent: 2012-02-07 20:04:58 UTC (3 months ago)
From: Patrick Shanahan
GIMP 2.7, - 2 simple questions
* Kekko [02-07-12 14:33]:
> I 'd like to do another little question. I have a Ubuntu PC in Italian
> language but I'd prefer to work in English GIMP. I saw I can launch
> GIMP from terminal typing "LANG=en gimp" but is there a way to have the
> same result launching it from the Icon?make a text file:
#!/usr/sh
LANG=en /usr/bin/gimpsave file
make file executable
chmod u+xattach icon to file
clicking on the icon will start gimp with "LANG=en"
(paka)Patrick Shanahan Plainfield, Indiana, USA HOG # US1244711
http://wahoo.no-ip.org Photo Album: http://wahoo.no-ip.org/gallery2
http://en.opensuse.org openSUSE Community Member
Registered Linux User #207535 @ http://linuxcounter.net
Sent: 2012-02-07 20:07:00 UTC (3 months ago)
From: Patrick Shanahan
GIMP 2.7, - 2 simple questions
* Patrick Shanahan [02-07-12 15:05]:
> * Kekko [02-07-12 14:33]:
> > I 'd like to do another little question. I have a Ubuntu PC in Italian
> > language but I'd prefer to work in English GIMP. I saw I can launch
> > GIMP from terminal typing "LANG=en gimp" but is there a way to have the
> > same result launching it from the Icon?
>
> make a text file:
>
> #!/usr/sh
> LANG=en /usr/bin/gimp
>sorry, that s/b
#!/usr/bin/sh
LANG=en /usr/bin/gimp
>
> save file
> make file executable
> chmod u+x
>
> attach icon to file
>
> clicking on the icon will start gimp with "LANG=en"
>
> --
> (paka)Patrick Shanahan Plainfield, Indiana, USA HOG # US1244711
> http://wahoo.no-ip.org Photo Album: http://wahoo.no-ip.org/gallery2
> http://en.opensuse.org openSUSE Community Member
> Registered Linux User #207535 @ http://linuxcounter.net
> _______________________________________________
> gimp-user-list mailing list
> gimp-user-list@gnome.org
> http://mail.gnome.org/mailman/listinfo/gimp-user-list(paka)Patrick Shanahan Plainfield, Indiana, USA HOG # US1244711
http://wahoo.no-ip.org Photo Album: http://wahoo.no-ip.org/gallery2
http://en.opensuse.org openSUSE Community Member
Registered Linux User #207535 @ http://linuxcounter.net
Sent: 2012-02-08 02:25:46 UTC (3 months ago)
From: Alexandre Prokoudine
GIMP 2.7, - 2 simple questions
On Wed, Feb 8, 2012 at 12:04 AM, Patrick Shanahan wrote:
> make a text file:
>
>
Sent: 2012-02-08 06:55:50 UTC (3 months ago)
From: Kekko
GIMP 2.7, - 2 simple questions
>* Patrick Shanahan [02-07-12 15:05]:
>> * Kekko [02-07-12 14:33]:
>> > I 'd like to do another little question. I have a Ubuntu PC in Italian
>> > language but I'd prefer to work in English GIMP. I saw I can launch
>> > GIMP from terminal typing "LANG=en gimp" but is there a way to have the
>> > same result launching it from the Icon?
>>>>
>> attach icon to filestinfo/gimp-user-listThanks, how can I attach the icon to the file?
Sorry but I worked in Linux a lot of years ago when graphic interface was a dream.
CiaoKekko (via gimpusers.com)
Sent: 2012-02-08 11:11:40 UTC (3 months ago)
From: Ofnuts
GIMP 2.7, - 2 simple questions
On 02/07/2012 02:15 PM, Kekko wrote:
> Hi everybody,
> just two simple questions about GIMP 2.7.4 that I installed on Linux Ubuntu 11.10.
>
> 2. Why the command "Save as" don't allow to save in jpg? Now we are forced to use Export in order to save an image in jpg format.
>Because prior to 2.7, if you edit a XCF, and "save as" JPEG/TIFF/PNG,
the image is deemed saved and you can quit without being told you'll
lose your work (which is the case, think about
layers/selections/paths...). So now "Save/Save as" is restricted to XCF,
and if you want to obtain a JPEG/TIFF/PNG you have to export. I believe
there an exception to this, if the image is loaded from a non-XCF file
you can still "Save" directly to that format.
Sent: 2012-02-08 14:04:47 UTC (3 months ago)
From: Patrick Shanahan
GIMP 2.7, - 2 simple questions
* Kekko [02-08-12 01:57]:
> >* Patrick Shanahan [02-07-12 15:05]:
> >> * Kekko [02-07-12 14:33]:
> >> > I 'd like to do another little question. I have a Ubuntu PC in Italian
> >> > language but I'd prefer to work in English GIMP. I saw I can launch
> >> > GIMP from terminal typing "LANG=en gimp" but is there a way to have the
> >> > same result launching it from the Icon?
> >>
>
> >>
> >> attach icon to filestinfo/gimp-user-list
>
> Thanks, how can I attach the icon to the file?I really don't know *buntu* but in openSUSE:
on script icon and then on the pop-up icon allows
assinging a different icon.Did you read Alexandre's post? He suggests just setting your lang pref in
gimp's preferences and not jumping thru the other hoops.
(paka)Patrick Shanahan Plainfield, Indiana, USA HOG # US1244711
http://wahoo.no-ip.org Photo Album: http://wahoo.no-ip.org/gallery2
http://en.opensuse.org openSUSE Community Member
Registered Linux User #207535 @ http://linuxcounter.net
Sent: 2012-02-08 17:46:24 UTC (3 months ago)
From: Kekko
GIMP 2.7, - 2 simple questions
>* Kekko [02-08-12 01:57]:
>> >* Patrick Shanahan [02-07-12 15:05]:
>> >> * Kekko [02-07-12 14:33]:
>> >> > I 'd like to do another little question. I have a Ubuntu PC in Italian
>> >> > language but I'd prefer to work in English GIMP. I saw I can launch
>> >> > GIMP from terminal typing "LANG=en gimp" but is there a way to have the
>> >> > same result launching it from the Icon?
>> >>
>>
>> >>
>> >> attach icon to filestinfo/gimp-user-list
>>
>> Thanks, how can I attach the icon to the file?>I really don't know *buntu* but in openSUSE:
> on script icon and then on the pop-up icon allows
> assinging a different icon.>Did you read Alexandre's post? He suggests just setting your lang pref in
>gimp's preferences and not jumping thru the other hoops.Ok thanks to everybody, I changed the language from prefrences also if the Alexandre's post is not completely visible.
CiaoKekko (via gimpusers.com)
Sent: 2012-02-08 19:01:39 UTC (3 months ago)
From: Patrick Shanahan
GIMP 2.7, - 2 simple questions
* Kekko [02-08-12 12:48]:
> >> >* Patrick Shanahan [02-07-12 15:05]:
>
> >Did you read Alexandre's post? He suggests just setting your lang pref in
> >gimp's preferences and not jumping thru the other hoops.
>
> Ok thanks to everybody, I changed the language from prefrences also if
> the Alexandre's post is not completely visible.?? not visible ??
Maybe I can help you there. What doesn't show, how are you viewing it and
what are you using to view it?off-list.
(paka)Patrick Shanahan Plainfield, Indiana, USA HOG # US1244711
http://wahoo.no-ip.org Photo Album: http://wahoo.no-ip.org/gallery2
http://en.opensuse.org openSUSE Community Member
Registered Linux User #207535 @ http://linuxcounter.net





819 @ Twitter