/usr/share/guile/app/gwave/globals.scm is in gwave 20090213-4.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 | ;
; globals for the scheme-based part of the UI.
; seperated out
;
(dbprint "globals.scm running\n")
(define-module (app gwave globals)
:use-module (gnome-2)
:use-module (gnome gtk)
)
(dbprint "globals.scm done\n")
|