Bug 147859

Summary: [patch] graphics/gimp-app: fix status bar with gtk-2.20.1_2
Product: Ports & Packages Reporter: Warren Block <wblock>
Component: Individual Port(s)Assignee: freebsd-gnome (Nobody) <gnome>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

Description Warren Block 2010-06-15 04:20:01 UTC
gimp-app-2.6.8_4,1 does not show a status bar with gtk-2.20.1_2.  Seems to be the bug described here: https://bugs.launchpad.net/ubuntu/+source/gimp/+bug/542916

Reworked patch is based on this: http://git.gnome.org/browse/gimp/commit/?id=a81dc5ead39ddc71de7a77ee5f6c01ac85022523

Seems to work, but needs more testing.  May not work with earlier gtk.

Fix: Apply patch.

Patch attached with submission follows:
How-To-Repeat: Run gimp-app-2.6.8_4,1.  Look for status bar at bottom of screen with units and zoom percentage--it's missing.
Comment 1 Mark Linimon freebsd_committer freebsd_triage 2010-06-15 04:26:53 UTC
Responsible Changed
From-To: freebsd-ports-bugs->gnome

Fix synopsis and assign.
Comment 2 dfilter service freebsd_committer freebsd_triage 2010-06-24 18:12:23 UTC
mezz        2010-06-24 17:12:10 UTC

  FreeBSD ports repository

  Modified files:
    graphics/gimp        Makefile 
    graphics/gimp-app    Makefile distinfo pkg-plist 
    graphics/py-gimp     Makefile 
  Log:
  Update to 2.6.9, it has a few of fixes with the up to date GTK+2. Only bugs
  fix with no new feature in this release, see here:
  
          http://developer.gimp.org/NEWS-2.6
  
  PR:             ports/147859
  Reported by:    Warren Block <wblock@wonkity.com>
  Feature safe:   yes
  
  Revision  Changes    Path
  1.247     +2 -2      ports/graphics/gimp-app/Makefile
  1.103     +3 -3      ports/graphics/gimp-app/distinfo
  1.129     +46 -26    ports/graphics/gimp-app/pkg-plist
  1.223     +2 -2      ports/graphics/gimp/Makefile
  1.14      +1 -1      ports/graphics/py-gimp/Makefile
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 3 Jeremy Messenger freebsd_committer freebsd_triage 2010-06-24 18:12:47 UTC
State Changed
From-To: open->closed

I have updated gimp to 2.6.9 and it has this bug fix included. Thanks for 
submit patch/report!