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.
Responsible Changed From-To: freebsd-ports-bugs->tmclaugh Over to maintainer (via the GNATS Auto Assign Tool)
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"
State Changed From-To: open->closed Slightly different fix commited to port. Thanks!