Some gtk+2 applications when run outside a full blown DE (most notably
GNOME ones) will require a configured icon theme to properly display icons, so teach users how to do it. "yes yes yes" sthen@ "sounds like a good idea" jasper@
This commit is contained in:
parent
ee24d15b97
commit
f43b16e906
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.110 2010/08/03 21:56:03 sthen Exp $
|
||||
# $OpenBSD: Makefile,v 1.111 2010/08/22 14:02:59 ajacoutot Exp $
|
||||
|
||||
SHARED_ONLY= Yes
|
||||
|
||||
@ -13,6 +13,8 @@ PKGNAME-main= gtk+2-${VERSION}
|
||||
PKGNAME-docs= gtk+2-docs-${VERSION}
|
||||
PKGNAME-cups= gtk+2-cups-${VERSION}
|
||||
|
||||
REVISION-main= 0
|
||||
|
||||
CATEGORIES= x11 devel
|
||||
|
||||
SHARED_LIBS+= gdk_pixbuf-2.0 1403.0 # .1800.1
|
||||
|
3
x11/gtk+2/pkg/MESSAGE-main
Normal file
3
x11/gtk+2/pkg/MESSAGE-main
Normal file
@ -0,0 +1,3 @@
|
||||
If you intend to run GNOME applications outside of GNOME, you need to
|
||||
setup a default gtk+2 icon theme by adding a line in ~/.gtkrc-2.0.
|
||||
e.g. gtk-icon-theme-name="gnome"
|
Loading…
Reference in New Issue
Block a user