Re: [Gimp-developer] Compile gimp on windows

2017-05-20 Thread Petteri Soininen
Check if you have a valid PREFIX variable. Had that problem once. what does echo $PREFIX output? On 17.5.2017 18:37, Lorena Dutra wrote: Here is the log of my attempt reitz@LAPTOP-N3JKVGON MSYS ~ $ git clone https://github.com/mypaint/libmypaint.git

Re: [Gimp-developer] Windows 10 and Bash on Ubuntu

2017-02-03 Thread Petteri Soininen
, but if Win10 has an Ubuntu shell, that probably is quite same for everyone who uses it, so why not try to build GIMP for Windows with that? GIMP isn't supposed to be an elitist Linux application, but a serious cross platform tool for everyone. Or so I have thought this far. - Petteri Soininen On 4.2.2017

Re: [Gimp-developer] Windows 10 and Bash on Ubuntu

2017-02-03 Thread Petteri Soininen
I'd probably try cross build since after 'sudo apt-get install gimp' and trying to run it, it fails on 'cannot open display' so I think that indicates the shell cannot run it under windows and gimp needs to be built as a cross build. But as said, I'm just a beginner. :) - Petteri Soininen

Re: [Gimp-developer] Windows 10 and Bash on Ubuntu

2017-02-03 Thread Petteri Soininen
, I'll probably try to ask help in IRC. That Bash shell probably is quite standard installation in WIn10, so making build instructions for that couldn't hurt (if that's even possible). :) - Petteri Soininen On 2.2.2017 22:13, Michael Schumacher wrote: On 02/02/2017 08:05 PM, Petteri Soininen wrote

[Gimp-developer] Windows 10 and Bash on Ubuntu

2017-02-02 Thread Petteri Soininen
messed up something. This is not important as I can still build everything on Msys2, but I'd like to know if anyone has already done it? - Petteri Soininen ___ gimp-developer-list mailing list List address:gimp-developer-list@gnome.org List

Re: [Gimp-developer] New functionality request

2016-08-01 Thread Petteri Soininen
Hi, If I correctly interpreted what I read and understood what Hugin algorithm does, then wouldn't it be more appropriate to adapt it to GEGL than making it a GIMP feature? Petteri On 1.8.2016 13:15, Alexandre Prokoudine wrote: On Sun, Jul 31, 2016 at 11:28 AM, Marc Mascré wrote: Hello

Re: [Gimp-developer] Pencil - Tool Options and Hardness

2016-06-22 Thread Petteri Soininen
To make things even more complicated, the new MyPaint brushes can have a pixel brush that behaves like pencil. So if we get brush option to turn anti-aliasing off, we'll have 3 tools to make pixel art with.. -Petteri On 22.6.2016 13:40, Simon Budig wrote: C R (caj...@gmail.com) wrote:

[Gimp-developer] GimpAnchorFeatureType enum

2016-06-17 Thread Petteri Soininen
What is GIMP_ANCHOR_FEATURE_ALIGNED type meant for? If I make a guess I'd say that it's meant for same as GIMP_ANCHOR_FEATURE_SYMMETRIC but moving one handle doesn't change the distance of the opposite handle, but only it's direction from anchor point? -

Re: [Gimp-developer] Proposal: rename Symbolic icon themes to Symbolic-Light and Symbolic-Dark

2016-05-31 Thread Petteri Soininen
or with awesome symbols of it's own... :D -Petteri On 31.5.2016 12:42, Jehan Pagès wrote: Hello, On Tue, May 31, 2016 at 4:10 AM, Petteri Soininen <peso...@gmail.com> wrote: Hi, Wouldn't that confusion be resolved by naming them as they are meant to be used: Symbolic-for-dark and Symbolic-for

Re: [Gimp-developer] Proposal: rename Symbolic icon themes to Symbolic-Light and Symbolic-Dark

2016-05-30 Thread Petteri Soininen
Hi, Wouldn't that confusion be resolved by naming them as they are meant to be used: Symbolic-for-dark and Symbolic-for-light? On 31.5.2016 0:35, Jehan Pagès wrote: Hi, On Mon, May 30, 2016 at 11:04 PM, Michael Schumacher wrote: Hi, in the development branch, we got two

Re: [Gimp-developer] Can hitting Enter/Return twice apply changes made in popup dialogs?

2016-05-18 Thread Petteri Soininen
From personal experience I'd say if using enter to commit changes hasn't messed a production database of an entire factory, then this should be less critical. Ctrl-Enter is good designwise though. It gives less chance of mistake keypress and is easily accessible with just one hand. (And the

Re: [Gimp-developer] Windows builds using MSYS2

2016-05-10 Thread Petteri Soininen
rking". Just as FYI, I've been providing Windows 64bit and Mac builds for almost 5 years now. On Mon, May 9, 2016 at 7:47 AM, Petteri Soininen <peso...@gmail.com> wrote: I have a build working from latest master with Msys2, and I'm in progress of making notes to how to do it. Still ha

Re: [Gimp-developer] Windows builds using MSYS2

2016-05-09 Thread Petteri Soininen
I have a build working from latest master with Msys2, and I'm in progress of making notes to how to do it. Still haven't got python working ok as running Gimp gives me "Failed to execute child process (No such file or directory)" errors on every py script when launching, but I'll post my notes

[Gimp-developer] Windows builds using MSYS2

2016-04-30 Thread Petteri Soininen
Instructions to build Gimp 64bit with Windows/MSYS2/mingw64 seem quite outdated when trying to build 2.9.x. I have struggled and learned much about the build process and probably could make an updated document "Howto" I still struggle with Python support and I haven't been able to completely