[Gimp-user] Can't get 2.8.10 to operate correct after building from source

2013-11-30 Thread Sven Tryding

Hello,
I have tried to upgrade my gimp2.8.2 (default in debian distrubuted 
version at the moment) to 2.8.10 since I read through release notes and 
realized I could be an even happier user with this version.
During installation I found that I missed quite a few bits and pieces, 
but I installed them when required. (babl, gegle, glib2 e.g.).
Eventually I reached the make install stage and it seemed to work ok. 
However when now opening gimp I can't open files and I lack quite a few 
filters possibly other menues missing I havn't walked into everything 
yet. It seems like a folders supposed to be created and refreshed in  
/.gimp2.8 was not.


I am on debian wheezy linux (7.2), xfce4 deskop.

Screenshot when opening gimp and a gimp --verbose consol capture is 
attached.


Any hints how to fix my gimp build to a proper build would be great.

Thanks
Sven

sven@debian:~$ gimp --verbose
INIT: gimp_load_config
Parsing '/home/sven/.gimp-2.8/unitrc'
Parsing '/usr/local/etc/gimp/2.0/gimprc'
Parsing '/home/sven/.gimp-2.8/gimprc'
gimp_composite: verbose=no
Processor instruction sets: +mmx +sse +sse2 -3dnow -altivec -vis
Adding theme 'Small' (/usr/local/share/gimp/2.0/themes/Small)
Adding theme 'Default' (/usr/local/share/gimp/2.0/themes/Default)
Writing '/home/sven/.gimp-2.8/themerc'
Trying splash '/home/sven/.gimp-2.8/gimp-splash.png' ... failed
Trying splash '/usr/local/share/gimp/2.0/images/gimp-splash.png' ... OK
INIT: gimp_initialize
INIT: gimp_real_initialize
INIT: gui_initialize_after_callback
INIT: gimp_restore
Parsing '/home/sven/.gimp-2.8/parasiterc'
Loading 'brush factory' data
Loading 'dynamics factory' data
Loading 'pattern factory' data
Loading 'palette factory' data
Loading 'gradient factory' data
Loading fonts
Loading 'tool preset factory' data
Parsing '/home/sven/.gimp-2.8/templaterc'
Parsing '/home/sven/.gimp-2.8/modulerc'
INIT: gui_restore_callback

(gimp:4366): GLib-GObject-WARNING **: Attempt to add property 
GtkSettings::gtk-can-change-accels after class was initialised

(gimp:4366): GLib-GObject-WARNING **: Attempt to add property 
GtkSettings::gtk-menu-popup-delay after class was initialised

(gimp:4366): GLib-GObject-WARNING **: Attempt to add property 
GtkSettings::gtk-menu-popdown-delay after class was initialised
clipboard: writable pixbuf format: image/png
clipboard: writable pixbuf format: image/bmp
clipboard: writable pixbuf format: image/x-bmp
clipboard: writable pixbuf format: image/x-MS-bmp
clipboard: writable pixbuf format: image/tiff
clipboard: writable pixbuf format: image/x-icon
clipboard: writable pixbuf format: image/x-ico
clipboard: writable pixbuf format: image/x-win-bitmap
clipboard: writable pixbuf format: image/jpeg
Parsing '/home/sven/.gimp-2.8/sessionrc'
Parsing '/home/sven/.gimp-2.8/dockrc'
Parsing '/home/sven/.gimp-2.8/toolrc'
Parsing '/home/sven/.gimp-2.8/contextrc'
Parsing '/home/sven/.gimp-2.8/tool-options/gimp-rect-select-tool'

(gimp:4366): GLib-GObject-WARNING **: Attempt to add property 
GtkSettings::gtk-label-select-on-focus after class was initialised

(gimp:4366): GLib-GObject-WARNING **: Attempt to add property 
GtkSettings::gtk-button-images after class was initialised

(gimp:4366): GLib-GObject-WARNING **: Attempt to add property 
GtkSettings::gtk-entry-select-on-focus after class was initialised

(gimp:4366): GLib-GObject-WARNING **: Attempt to add property 
GtkSettings::gtk-entry-password-hint-timeout after class was initialised

(gimp:4366): GLib-GObject-WARNING **: Attempt to add property 
GtkSettings::gtk-scrolled-window-placement after class was initialised
Parsing '/home/sven/.gimp-2.8/tool-options/gimp-ellipse-select-tool'
Parsing '/home/sven/.gimp-2.8/tool-options/gimp-free-select-tool'
Parsing '/home/sven/.gimp-2.8/tool-options/gimp-fuzzy-select-tool'
Parsing '/home/sven/.gimp-2.8/tool-options/gimp-by-color-select-tool'
Parsing '/home/sven/.gimp-2.8/tool-options/gimp-iscissors-tool'
Parsing '/home/sven/.gimp-2.8/tool-options/gimp-foreground-select-tool'
Parsing '/home/sven/.gimp-2.8/tool-options/gimp-vector-tool'
Parsing '/home/sven/.gimp-2.8/tool-options/gimp-color-picker-tool'
Parsing '/home/sven/.gimp-2.8/tool-options/gimp-zoom-tool'
Parsing '/home/sven/.gimp-2.8/tool-options/gimp-measure-tool'
Parsing '/home/sven/.gimp-2.8/tool-options/gimp-move-tool'
Parsing '/home/sven/.gimp-2.8/tool-options/gimp-align-tool'
Parsing '/home/sven/.gimp-2.8/tool-options/gimp-crop-tool'
Parsing '/home/sven/.gimp-2.8/tool-options/gimp-rotate-tool'
Parsing '/home/sven/.gimp-2.8/tool-options/gimp-scale-tool'
Parsing '/home/sven/.gimp-2.8/tool-options/gimp-shear-tool'
Parsing '/home/sven/.gimp-2.8/tool-options/gimp-perspective-tool'
Parsing '/home/sven/.gimp-2.8/tool-options/gimp-flip-tool'
Parsing '/home/sven/.gimp-2.8/tool-options/gimp-cage-tool'
Parsing '/home/sven/.gimp-2.8/tool-options/gimp-text-tool'
Parsing '/home/sven/.gimp-2.8/tool-options/gimp-bucket-fill-tool'
Parsing '/home/sven/.gimp-2.8/tool-options/gimp-blend-tool'
Parsing 

Re: [Gimp-user] Can't get 2.8.10 to operate correct after building from source

2013-11-30 Thread Sven Tryding

2013-11-30 11:22, Sven Tryding skrev:
After a 'make clean', reinstallation of python2.7 and a rebuild of the 
whole project,  all my issues seems to be resolved.


Br
Sven



Hello,
I have tried to upgrade my gimp2.8.2 (default in debian distrubuted 
version at the moment) to 2.8.10 since I read through release notes 
and realized I could be an even happier user with this version.
During installation I found that I missed quite a few bits and pieces, 
but I installed them when required. (babl, gegle, glib2 e.g.).
Eventually I reached the make install stage and it seemed to work ok. 
However when now opening gimp I can't open files and I lack quite a 
few filters possibly other menues missing I havn't walked into 
everything yet. It seems like a folders supposed to be created and 
refreshed in  /.gimp2.8 was not.


I am on debian wheezy linux (7.2), xfce4 deskop.

Screenshot when opening gimp and a gimp --verbose consol capture is 
attached.


Any hints how to fix my gimp build to a proper build would be great.

Thanks
Sven



___
gimp-user-list mailing list
List address:gimp-user-list@gnome.org
List membership: https://mail.gnome.org/mailman/listinfo/gimp-user-list


___
gimp-user-list mailing list
List address:gimp-user-list@gnome.org
List membership: https://mail.gnome.org/mailman/listinfo/gimp-user-list


Re: [Gimp-user] Convert PS USM settings to Gimp

2012-04-28 Thread Sven Tryding
Yes, this information was good. It do as Norman points out make a suggestion 
of relations. I think it seems valid so I am happy with it. Thanks.


Sven

-Ursprungligt meddelande- 
From: Daniel Smith

Sent: Friday, April 27, 2012 1:50 PM
To: Autoart
Cc: t...@gimpusers.com ; gimp-user-list@gnome.org
Subject: Re: [Gimp-user] Convert PS USM settings to Gimp

Sven,
Yes I haven't found any direct conversions yet, but in the meantime
here is a page that is a great article in that the guy compares how to
use USM in Gimp, Photoshop, and ImageMagick, which I only came
across lately via Linux and mobile development research I was doing:

http://redskiesatnight.com/2005/04/06/sharpening-using-image-magick/

That's a good one. I was going to write to him and ask him something
about his site, but I'll also ask about the usm conversion.

Dan

On 4/27/12, Autoart for...@gimpusers.com wrote:

Thanks for the links Dan they are great sources. But none of them really
tells me about the relation between PS and GIMP USM settings. Myself, I
usally set radius 10 , amount 0.5 and threshold to 4 and play with the
values around those defaults a bit until I am happy, but it would be
interesting to see if someone actually knew the relation between PS and
GIMP USM.


I have never used/seen Photoshop so don't know the ratios between PS and
GIMP USM.

What are the ranges for Photoshop ie Gimp's are
Radius   0.1-120
Amount  0-10.00
Threshold   0-255

Once we have this then we can convert the PS settings and see if they look
the same in Gimp.

--
Autoart (via gimpusers.com)
___
gimp-user-list mailing list
gimp-user-list@gnome.org
http://mail.gnome.org/mailman/listinfo/gimp-user-list


___
gimp-user-list mailing list
gimp-user-list@gnome.org
http://mail.gnome.org/mailman/listinfo/gimp-user-list 


___
gimp-user-list mailing list
gimp-user-list@gnome.org
http://mail.gnome.org/mailman/listinfo/gimp-user-list


Re: [Gimp-user] Convert PS USM settings to Gimp

2012-04-26 Thread Sven Tryding
I would also like to understand the Unsharp Mask settings. I have never used 
photoshop but I can't imagine that e.g. the settings Amount 85% Radius:1 
Threshold:4 would turn out the same in photoshop as they will do in Gimp 
(i.e the result of the image after having used USM with the same settings).
So if anyone on this list dare to give a rough translation between photoshop 
USM settings and GIMP USM settings I would be happy as well.


Sven


-Ursprungligt meddelande- 
From: Autoart

Sent: Wednesday, April 25, 2012 4:54 PM
To: gimp-user-list@gnome.org
Cc: t...@gimpusers.com
Subject: [Gimp-user] Convert PS USM settings to Gimp

Hi
Can anybody convert the following Photoshop USM settings to Gimp? I want to 
use them in David's Batch Processor.


Amount: 85%
Radius: 1
Threshold: 4

Thanks

--
Autoart (via gimpusers.com)
___
gimp-user-list mailing list
gimp-user-list@gnome.org
http://mail.gnome.org/mailman/listinfo/gimp-user-list 


___
gimp-user-list mailing list
gimp-user-list@gnome.org
http://mail.gnome.org/mailman/listinfo/gimp-user-list


Re: [Gimp-user] Convert PS USM settings to Gimp

2012-04-26 Thread Sven Tryding
Thanks for the links Dan they are great sources. But none of them really 
tells me about the relation between PS and GIMP USM settings. Myself, I 
usally set radius 10 , amount 0.5 and threshold to 4 and play with the 
values around those defaults a bit until I am happy, but it would be 
interesting to see if someone actually knew the relation between PS and GIMP 
USM.
I will search for USM PS and GIMP using Lycos and Altavista to find a few 
more links.


(I found this as a one link about it as well 
http://www.cambridgeincolour.com/forums/thread2386.htm )



Sven

-Ursprungligt meddelande- 
From: Daniel Smith

Sent: Thursday, April 26, 2012 10:09 PM
To: Sven Tryding
Cc: Autoart ; gimp-user-list@gnome.org ; t...@gimpusers.com
Subject: Re: [Gimp-user] Convert PS USM settings to Gimp

there are some great pages out there on this.
thanks for making me look for them.
feels like i'm back in graphics...

:)

http://www.brighthub.com/multimedia/photography/articles/15080.aspx
http://www.tankedup-imaging.com/unsharp.html
http://gimpguru.org/tutorials/smartsharpening/
http://registry.gimp.org/node/25326
http://photography-on-the.net/forum/showthread.php?t=686542
ok:
http://en.wikibooks.org/wiki/GIMP/Unsharp_Mask
dan

On 4/26/12, Sven Tryding s...@tryding.se wrote:
I would also like to understand the Unsharp Mask settings. I have never 
used


photoshop but I can't imagine that e.g. the settings Amount 85% Radius:1
Threshold:4 would turn out the same in photoshop as they will do in Gimp
(i.e the result of the image after having used USM with the same 
settings).
So if anyone on this list dare to give a rough translation between 
photoshop


USM settings and GIMP USM settings I would be happy as well.

Sven


-Ursprungligt meddelande-
From: Autoart
Sent: Wednesday, April 25, 2012 4:54 PM
To: gimp-user-list@gnome.org
Cc: t...@gimpusers.com
Subject: [Gimp-user] Convert PS USM settings to Gimp

Hi
Can anybody convert the following Photoshop USM settings to Gimp? I want 
to


use them in David's Batch Processor.

Amount: 85%
Radius: 1
Threshold: 4

Thanks

--
Autoart (via gimpusers.com)
___
gimp-user-list mailing list
gimp-user-list@gnome.org
http://mail.gnome.org/mailman/listinfo/gimp-user-list

___
gimp-user-list mailing list
gimp-user-list@gnome.org
http://mail.gnome.org/mailman/listinfo/gimp-user-list



___
gimp-user-list mailing list
gimp-user-list@gnome.org
http://mail.gnome.org/mailman/listinfo/gimp-user-list