public inbox for guile-gtk@sourceware.org
 help / color / mirror / Atom feed
From: David Pirotte <david@altosw.be>
To: guile-gtk <guile-gtk@sourceware.cygnus.com>
Subject: per-user Gnome directory 'problem'
Date: Mon, 23 Apr 2001 03:03:00 -0000	[thread overview]
Message-ID: <3AE40C48.AE141D27@altosw.be> (raw)

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))

    ))

                 reply	other threads:[~2001-04-23  3:03 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=3AE40C48.AE141D27@altosw.be \
    --to=david@altosw.be \
    --cc=guile-gtk@sourceware.cygnus.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).