@@ 92,7 92,7 @@
(call-with-output-file (string-append #$output "/share/icons/default/index.theme")
(lambda (port)
(format port
- "[Icon Theme]~%Inherits=~a~%"
+ "[Icon Theme]~%Name=Default~%Comment=Default cursor theme~%Inherits=~a~%"
#$(gtk-theme-configuration-name (home-gtk-configuration-cursor-theme config))))))))))))))
(define (add-xcursor-environment config)
@@ 102,7 102,8 @@
(cursor-size (gtk-theme-configuration-size cursor-theme)))
(if (nil? cursor-name)
'()
- `(("XCURSOR_THEME" . ,cursor-name)
+ `(("GTK2_RC_FILES" . "$HOME/.gtkrc-2.0")
+ ("XCURSOR_THEME" . ,cursor-name)
("XCURSOR_SIZE" . ,(format #f "~a" cursor-size)))))) ;; TODO: this path should not be hardcoded here
(define (add-gtk-config-file config)