ports/124552: Small problem of x11-themes/gnome-icons-crystal leads to warning

Henry Hu henry.hu.sh at gmail.com
Fri Jun 13 13:00:11 UTC 2008


>Number:         124552
>Category:       ports
>Synopsis:       Small problem of x11-themes/gnome-icons-crystal leads to warning
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Fri Jun 13 13:00:10 UTC 2008
>Closed-Date:
>Last-Modified:
>Originator:     Henry Hu
>Release:        FreeBSD 7-STABLE
>Organization:
Tsinghua University, Beijing, China
>Environment:
FreeBSD * 7.0-STABLE FreeBSD 7.0-STABLE #11: Wed May 21 12:00:00 CST 2008     root@*:/usr/obj/usr/src/sys/MYKERNEL i386
>Description:
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.
>How-To-Repeat:
1. Install x11-themes/gnome-icons-crystal
2. Use any gtk+-based applicatoin.
>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:

--- work/CfG-Crystal-SVG-1.2.0/index.theme	2004-04-24 05:08:32.000000000 +0800
+++ /usr/local/share/icons/CfG-Crystal-SVG-1.2.0/index.theme	2008-06-13 20:22:49.000000000 +0800
@@ -7,7 +7,7 @@
 Name=Crystal SVG 1.2.0
 
 Inherits=gnome
-Directories=16x16/actions,22x22/actions,32x32/actions,48x48/actions,64x64/actions,128x128/actions,16x16/apps,32x32/apps,48x48/apps,64x64/apps,128x128/apps,16x16/devices,32x32/devices,48x48/devices,64x64/devices,128x128/devices,16x16/filesystems,32x32/filesystems,48x48/filesystems,64x64/filesystems,128x128/filesystems,16x16/mimetypes,32x32/mimetypes,48x48/mimetypes,64x64/mimetypes,128x128/mimetypes,,48x48/devices,48x48/filesystems,48x48/mimetypes,64x64/filesystems,64x64/mimetypes,64x64/devices,64x64/apps,64x64/actions,128x128/mimetypes,128x128/filesystems,128x128/apps,128x128/devices,128x128/actions,24x24/apps,48x48/emblems,16x16/stock,22x22/stock,32x32/stock,48x48/stock,64x64/stock,128x128/stock
+Directories=16x16/actions,22x22/actions,32x32/actions,48x48/actions,64x64/actions,128x128/actions,16x16/apps,32x32/apps,48x48/apps,64x64/apps,128x128/apps,16x16/devices,32x32/devices,48x48/devices,64x64/devices,128x128/devices,16x16/filesystems,32x32/filesystems,48x48/filesystems,64x64/filesystems,128x128/filesystems,16x16/mimetypes,32x32/mimetypes,48x48/mimetypes,64x64/mimetypes,128x128/mimetypes,48x48/devices,48x48/filesystems,48x48/mimetypes,64x64/filesystems,64x64/mimetypes,64x64/devices,64x64/apps,64x64/actions,128x128/mimetypes,128x128/filesystems,128x128/apps,128x128/devices,128x128/actions,24x24/apps,48x48/emblems,16x16/stock,22x22/stock,32x32/stock,48x48/stock,64x64/stock,128x128/stock
 Example=gnome-theme-preview.svg
 
 [16x16/stock]


>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list