[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] Can't get 2.8.10 to operate correct after building from source

2013-11-30 Thread Michael Schumacher
On 30.11.2013 11:22, Sven Tryding wrote:

 During installation I found that I missed quite a few bits and pieces,
 but I installed them when required. (babl, gegle, glib2 e.g.).

You can install all the dependencies of the default GIMP package of you
distro with a single command:

sudo apt-get build-dep gimp


Then you will only have to worry about any dependencies that are e.g.
not the required versions.


-- 
Regards,
Michael
GPG: 96A8 B38A 728A 577D 724D 60E5 F855 53EC B36D 4CDD
___
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] Gimp 2.8.8 2.8.10?

2013-11-30 Thread Thomas Taylor
When I install the 2.8.10 release of Gimp, should I delete the prior version
(2.8.8)?  On a SUSE system could I zypper up gimp?

Thanks, Tom

-- 
It is curious that physical courage should be so common in the world, and moral
courage so rare.
  -  Mark Twain

^^  --...  ...--  / -.-  --.  --...  -.-.  ..-.  -.-.


Tom Taylor - retired penguin - KG7CFC
AMD Phenom II x4 955 -- 4GB RAM -- 2x1.5TB sata2
openSUSE 13.1_RC2-x86_64
KDE 4.11.12, FF 24.0, claws-mail 3.9.2
registered linux user 263467
___
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] Gimp 2.8.8 2.8.10?

2013-11-30 Thread Patrick Shanahan
* Thomas Taylor li...@comcast.net [11-30-13 14:58]:
 When I install the 2.8.10 release of Gimp, should I delete the prior
 version (2.8.8)?

If you use yast or zypper it will happen automagically for you, the gimp
package will be updated.

 On a SUSE system could I zypper up gimp?

That is what I do.

ps:  I run Tumbleweed and presently am at gimp-2.8.6-3.2.2.x86_64, and I
do not see gimp  2.8.8 available for any version of openSUSE.  What
sources did you expect to use to upgrade gimp?

ps1:  I strongly suggest that if you are not well versed in installing and
recovering from installing source packages, you remain with packages
specifically built for your openSUSE system, and the question you posed
indicates you are not that well versed.

-- 
(paka)Patrick Shanahan   Plainfield, Indiana, USA  @ptilopteri
http://en.opensuse.orgopenSUSE Community Memberfacebook/ptilopteri
http://wahoo.no-ip.orgPhoto Album: http://wahoo.no-ip.org/gallery2
Registered Linux User #207535@ http://linuxcounter.net
___
gimp-user-list mailing list
List address:gimp-user-list@gnome.org
List membership: https://mail.gnome.org/mailman/listinfo/gimp-user-list