


Cursors by dvornik 34 comments
Ok, I used the manual install instructions instead then it all the resize cursors show for me... - Aug 19 2004

Cursors by dvornik 34 comments
used the Peripherals -> Mouse -> Cursor Theme -> Install New Theme
Its kinda weird becauase the preview in the Cursor Theme Dialog shows the horizontal resize mouse cursor but when actually using the horizontal resize it shows my old resize cursor :( - Aug 19 2004

GTK1 Themes by CraigD 183 comments
been generated *the first time*...
"The first time" is unclear what it actually refers to (I meant the
the first time I posted) so change to
which was why I thought it had not
been generated when I posted the comment.
- Nov 18 2002

GTK1 Themes by CraigD 183 comments
generated. However it is not
generated again when you run
configure the second time (or later),
which was why I thought it had not
been generated the first time...
lots a generated in that paragraph, lol
So I would suggest adding gtkrc to be removed when doing clean
*bit unsure which target*
and possibly adding a dependency
on Makefile so that it will be regenerated after a configure.
ie.
gtkrc: gtkrc-template Makefile
cat gtkrc-template | sed s:DATA_DIR:$(datadir):g | sed s:LIB_DIR:$(libdir):g > gtkrc
- Nov 18 2002

GTK1 Themes by CraigD 183 comments
trying to match running gtk apps with kde.
In order to install it without being root, use ./configure --prefix=/path/to/dir/you/have/access
and then modify pixmap_path and
module_path to point there ie change /usr/local there to your path.
To author [low prio]:
If you make gtkrc a file that will change path when you do a make, ie use a gtkrc.in template file to make gtkrc, then you do not need to make
that change manually.
- Nov 18 2002