Tagged Questions
2
votes
1answer
424 views
Launch a GTK3 aplication without customized gtk settings?
In previous versions of gtk it was easy to launch one instance of an application with default gtk settings:
GTK2_RC_FILES= epdfview
But for version 3, it won't work anymore:
GTK3_RC_FILES= evince
...
0
votes
1answer
597 views
Building monotools-server, gtk+, pango - bizarre path issues
I'm attempting to build the monotools-server app from source. After days of hunting down missing dependencies (and in one case (xsp) having to manually modify a generated Makefile to remove a ...