* per-user Gnome directory 'problem'
@ 2001-04-23 3:03 David Pirotte
0 siblings, 0 replies; only message in thread
From: David Pirotte @ 2001-04-23 3:03 UTC (permalink / raw)
To: guile-gtk
Hi,
I have compiled installed:
gnome-guile-0.20
and have a little problem using it:
guile> (use-modules (alto pays-glade))
guile> (pays-gui)
Gnome-ERROR **: Could not create per-user Gnome directory </usr/alto/staff/david/.gnome> - aborting
aborting...
Abandon
david@faust:/usr/local/share/guile/alto 13 $
I already have a .gnome directory:
david@faust:/usr/alto/staff 5 $ cd david/
david@faust:~ 6 $ la -ld .gnome
1 drwxrwxr-x 3 david alto 1024 avr 16 12:51 .gnome
david@faust:~ 7 $
Here is the pays-glade module content:
;; #!/usr/local/bin/guile -s
;; !#
(define-module (alto pays-glade)
;; from distribution
;; :use-module (ice-9 format)
:use-module (gnome gnome)
:use-module (gtk gtk)
:use-module (gtk libglade)
;; from alto
:use-module (alto gtk-utils)
:use-module (alto db-utils)
:use-module (alto db-pays)
)
(export *pays-toplevel*
pays-gui
)
(define *pays-toplevel* nil)
(define (pays-gui)
(gnome-init-hack "pays-gui" #f '())
(glade-gnome-init)
(let* ((xml (glade-xml-new "/usr/alto/projects/glade/tpalm/clients.glade"))
(window (glade-xml-get-widget xml "codep-gtk"))
)
(glade-xml-signal-autoconnect xml)
(set! *pays-toplevel* window)
(gtk-widget-show-all window)
;; (gtk-standalone-main window))
))
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2001-04-23 3:03 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-04-23 3:03 per-user Gnome directory 'problem' David Pirotte
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).