Bug 124552 - Small problem of x11-themes/gnome-icons-crystal leads to warning
Summary: Small problem of x11-themes/gnome-icons-crystal leads to warning
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Tom McLaughlin
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-06-13 14:00 UTC by Henry Hu
Modified: 2008-06-22 20:00 UTC (History)
0 users

See Also:


Attachments
file.diff (1.65 KB, patch)
2008-06-13 14:00 UTC, Henry Hu
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Henry Hu 2008-06-13 14:00:10 UTC
There's a small bug in the distfile of gnome-icons-crystal. In the file "index.theme", there's a duplicated comma in the "Directories" entry in the "Icon Theme" section. This would leads to a warning message when launching any gtk application:
Gtk-WARNING **: Theme directory of theme CfG-Crystal-SVG-1.2.0 has no size field

This is a small problem, and maybe it should be fixed by the creator of the theme. But it is an annoying small bug and is easy to fix.

Fix: 1. Extract the theme
2. Edit work/CfG-Crystal-SVG-1.2.0/index.theme
3. Remove the duplicated comma in the "Directories" entry in the "Icon Theme" section.
4. Install the port

Patch attached with submission follows:
How-To-Repeat: 1. Install x11-themes/gnome-icons-crystal
2. Use any gtk+-based applicatoin.
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2008-06-13 14:00:15 UTC
Responsible Changed
From-To: freebsd-ports-bugs->tmclaugh

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2008-06-22 19:50:17 UTC
tmclaugh    2008-06-22 18:50:14 UTC

  FreeBSD ports repository

  Modified files:
    x11-themes/gnome-icons-crystal Makefile 
  Log:
  - Fix duplicate comma in index.theme to quell warnings.
  
  PR:             124552
  Submitted by:   Henry Hu
  
  Revision  Changes    Path
  1.10      +4 -1      ports/x11-themes/gnome-icons-crystal/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 Tom McLaughlin freebsd_committer freebsd_triage 2008-06-22 19:54:53 UTC
State Changed
From-To: open->closed

Slightly different fix commited to port.  Thanks!