* [gentoo-amd64] problems with Gnucash config
@ 2007-05-17 16:11 Tim Allingham
2007-05-17 16:26 ` Bob Sanders
2007-05-17 18:48 ` Robert Cernansky
0 siblings, 2 replies; 8+ messages in thread
From: Tim Allingham @ 2007-05-17 16:11 UTC (permalink / raw
To: gentoo-amd64
[-- Attachment #1: Type: text/plain, Size: 508 bytes --]
I've been having an interesting issue with Gnucash since emerging, it
keeps throwing up the attached error every startup. I've checked
the .gconf.path file its asking me to modify, and the values its asking
for are there.
I've attached an image of the wizard it runs to repair the error but it
has no effect unfortunately, I would prefer if possible to use the
system-based config rather then installing to my home directory.
Any suggestions much appreciated, its been frustrating me for over a
week now
[-- Attachment #2: error-gnucash.jpg --]
[-- Type: image/jpeg, Size: 31617 bytes --]
[-- Attachment #3: Screenshot.jpg --]
[-- Type: image/jpeg, Size: 63975 bytes --]
[-- Attachment #4: .gconf.path --]
[-- Type: text/plain, Size: 75 bytes --]
xml:readwrite:$(HOME)/.gconf
xml:readonly:/etc/gconf/gconf.xml.defaults
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [gentoo-amd64] problems with Gnucash config
2007-05-17 16:11 [gentoo-amd64] problems with Gnucash config Tim Allingham
@ 2007-05-17 16:26 ` Bob Sanders
2007-05-17 16:47 ` Tim Allingham
2007-05-17 18:48 ` Robert Cernansky
1 sibling, 1 reply; 8+ messages in thread
From: Bob Sanders @ 2007-05-17 16:26 UTC (permalink / raw
To: gentoo-amd64
Tim Allingham, mused, then expounded:
>
> Any suggestions much appreciated, its been frustrating me for over a
> week now
>
>
Shouldn't - xml:readwrite:$(HOME)/.gconf
be something like - xml:readwrite$/home/deserted/.gconf
or - xml:readwrite$~/.gconf
Bob
-
--
gentoo-amd64@gentoo.org mailing list
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [gentoo-amd64] problems with Gnucash config
2007-05-17 16:26 ` Bob Sanders
@ 2007-05-17 16:47 ` Tim Allingham
2007-05-17 17:05 ` Bob Sanders
0 siblings, 1 reply; 8+ messages in thread
From: Tim Allingham @ 2007-05-17 16:47 UTC (permalink / raw
To: gentoo-amd64
[-- Attachment #1: Type: text/plain, Size: 388 bytes --]
On Thu, 2007-05-17 at 09:26 -0700, Bob Sanders wrote:
> Shouldn't - xml:readwrite:$(HOME)/.gconf
>
> be something like - xml:readwrite$/home/deserted/.gconf
>
> or - xml:readwrite$~/.gconf
>
> Bob
> -
Unfortunately no such luck, good thought but pretty sure $(HOME) is a
variable pointing to the home folder of the user who ran the command
(similar to the way ~ works)
[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 189 bytes --]
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [gentoo-amd64] problems with Gnucash config
2007-05-17 16:47 ` Tim Allingham
@ 2007-05-17 17:05 ` Bob Sanders
2007-05-17 21:33 ` [OT] " Boyd Stephen Smith Jr.
0 siblings, 1 reply; 8+ messages in thread
From: Bob Sanders @ 2007-05-17 17:05 UTC (permalink / raw
To: gentoo-amd64
Tim Allingham, mused, then expounded:
> On Thu, 2007-05-17 at 09:26 -0700, Bob Sanders wrote:
> > Shouldn't - xml:readwrite:$(HOME)/.gconf
> >
> > be something like - xml:readwrite$/home/deserted/.gconf
> >
> > or - xml:readwrite$~/.gconf
> >
> > Bob
> > -
>
> Unfortunately no such luck, good thought but pretty sure $(HOME) is a
> variable pointing to the home folder of the user who ran the command
> (similar to the way ~ works)
Sorry. Still, $(HOME) looks a bit weird, but I've no clue what XML is
defining here. I tend to expect variables to be something lile - $HOME.
Nice, simple, long history of use.
Bob
-
--
gentoo-amd64@gentoo.org mailing list
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [gentoo-amd64] problems with Gnucash config
2007-05-17 16:11 [gentoo-amd64] problems with Gnucash config Tim Allingham
2007-05-17 16:26 ` Bob Sanders
@ 2007-05-17 18:48 ` Robert Cernansky
2007-05-18 14:05 ` Tim Allingham
1 sibling, 1 reply; 8+ messages in thread
From: Robert Cernansky @ 2007-05-17 18:48 UTC (permalink / raw
To: gentoo-amd64
On Fri, 18 May 2007 02:11:06 +1000 Tim Allingham <deserted@westnet.com.au> wrote:
> I've been having an interesting issue with Gnucash since emerging, it
> keeps throwing up the attached error every startup. I've checked
> the .gconf.path file its asking me to modify, and the values its asking
> for are there.
[...]
It's a bug (http://bugs.gentoo.org/show_bug.cgi?id=158013). Gnucash
2.0.5 does not insert config entries into
/etc/gconf/gconf.xml.defaults/%gconf-tree*.xml.
To "fix" this, emerge gnucash-2.0.1 and then upgrade to 2.0.5.
Robert
--
Robert Cernansky
E-mail: hslists2@zoznam.sk
Jabber: HS@jabber.sk
--
gentoo-amd64@gentoo.org mailing list
^ permalink raw reply [flat|nested] 8+ messages in thread
* [OT] Re: [gentoo-amd64] problems with Gnucash config
2007-05-17 17:05 ` Bob Sanders
@ 2007-05-17 21:33 ` Boyd Stephen Smith Jr.
0 siblings, 0 replies; 8+ messages in thread
From: Boyd Stephen Smith Jr. @ 2007-05-17 21:33 UTC (permalink / raw
To: gentoo-amd64
[-- Attachment #1: Type: text/plain, Size: 1326 bytes --]
On Thursday 17 May 2007, Bob Sanders <rsanders@sgi.com> wrote about 'Re:
[gentoo-amd64] problems with Gnucash config':
> Tim Allingham, mused, then expounded:
> > Unfortunately no such luck, good thought but pretty sure $(HOME) is a
> > variable pointing to the home folder of the user who ran the command
> > (similar to the way ~ works)
>
> Sorry. Still, $(HOME) looks a bit weird, but I've no clue what XML is
> defining here. I tend to expect variables to be something lile - $HOME.
> Nice, simple, long history of use.
That's the same variable. Use braces disambiguates when you mean when the
variable is substituted in odd places. For example "$NAME's clothing" is
different from "${NAME}'s clothing" in perl because single quote is an old
way of doing scope resolution.
Even in bash, you can experience ambiguity. ${DIR_WITH_END_SLASH}subdir is
very different from $DIR_WITH_END_SLASHsubdir. Also, $HOME (and ${HOME})
are actually older than the ~ notation and ~ not immediately followed by a
valid login name is always just a shortcut for ${HOME}.
--
Boyd Stephen Smith Jr. ,= ,-_-. =.
bss03@volumehost.net ((_/)o o(\_))
ICQ: 514984 YM/AIM: DaTwinkDaddy `-'(. .)`-'
http://iguanasuicide.org/ \_/
[-- Attachment #2: This is a digitally signed message part. --]
[-- Type: application/pgp-signature, Size: 189 bytes --]
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [gentoo-amd64] problems with Gnucash config
2007-05-17 18:48 ` Robert Cernansky
@ 2007-05-18 14:05 ` Tim Allingham
2007-05-21 0:03 ` [gentoo-amd64] [SOLVED] " Tim Allingham
0 siblings, 1 reply; 8+ messages in thread
From: Tim Allingham @ 2007-05-18 14:05 UTC (permalink / raw
To: gentoo-amd64
[-- Attachment #1: Type: text/plain, Size: 986 bytes --]
On Thu, 2007-05-17 at 20:48 +0200, Robert Cernansky wrote:
> On Fri, 18 May 2007 02:11:06 +1000 Tim Allingham <deserted@westnet.com.au> wrote:
>
> > I've been having an interesting issue with Gnucash since emerging, it
> > keeps throwing up the attached error every startup. I've checked
> > the .gconf.path file its asking me to modify, and the values its asking
> > for are there.
> [...]
>
> It's a bug (http://bugs.gentoo.org/show_bug.cgi?id=158013). Gnucash
> 2.0.5 does not insert config entries into
> /etc/gconf/gconf.xml.defaults/%gconf-tree*.xml.
>
> To "fix" this, emerge gnucash-2.0.1 and then upgrade to 2.0.5.
>
> Robert
>
>
> --
> Robert Cernansky
> E-mail: hslists2@zoznam.sk
> Jabber: HS@jabber.sk
>
Thanks for that Robert, had a quick loog at the bugs list but couldn't
dig that one up.
Looks like I'll just have to live with it until I can be bothered
rolling it out with gcc-3.x as g-wrap 1.3.4-r1 won't compile under
gcc-4.1
[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 189 bytes --]
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [gentoo-amd64] [SOLVED] problems with Gnucash config
2007-05-18 14:05 ` Tim Allingham
@ 2007-05-21 0:03 ` Tim Allingham
0 siblings, 0 replies; 8+ messages in thread
From: Tim Allingham @ 2007-05-21 0:03 UTC (permalink / raw
To: gentoo-amd64
[-- Attachment #1: Type: text/plain, Size: 1332 bytes --]
On Sat, 2007-05-19 at 00:05 +1000, Tim Allingham wrote:
> On Thu, 2007-05-17 at 20:48 +0200, Robert Cernansky wrote:
> > On Fri, 18 May 2007 02:11:06 +1000 Tim Allingham <deserted@westnet.com.au> wrote:
> >
> > > I've been having an interesting issue with Gnucash since emerging, it
> > > keeps throwing up the attached error every startup. I've checked
> > > the .gconf.path file its asking me to modify, and the values its asking
> > > for are there.
> > [...]
> >
> > It's a bug (http://bugs.gentoo.org/show_bug.cgi?id=158013). Gnucash
> > 2.0.5 does not insert config entries into
> > /etc/gconf/gconf.xml.defaults/%gconf-tree*.xml.
> >
> > To "fix" this, emerge gnucash-2.0.1 and then upgrade to 2.0.5.
> >
> > Robert
> >
> >
> > --
> > Robert Cernansky
> > E-mail: hslists2@zoznam.sk
> > Jabber: HS@jabber.sk
> >
>
> Thanks for that Robert, had a quick loog at the bugs list but couldn't
> dig that one up.
>
> Looks like I'll just have to live with it until I can be bothered
> rolling it out with gcc-3.x as g-wrap 1.3.4-r1 won't compile under
> gcc-4.1
Gah my own stupidity astounds me sometimes, recalled the usefulness of
emerge --resume --skip-first, and gnucash 2.0.1 built fine with g-wrap
1.9.x solved the problem wonderfully, cheers for that Robert :)
Tim Allingham
[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 189 bytes --]
^ permalink raw reply [flat|nested] 8+ messages in thread
end of thread, other threads:[~2007-05-21 0:06 UTC | newest]
Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-05-17 16:11 [gentoo-amd64] problems with Gnucash config Tim Allingham
2007-05-17 16:26 ` Bob Sanders
2007-05-17 16:47 ` Tim Allingham
2007-05-17 17:05 ` Bob Sanders
2007-05-17 21:33 ` [OT] " Boyd Stephen Smith Jr.
2007-05-17 18:48 ` Robert Cernansky
2007-05-18 14:05 ` Tim Allingham
2007-05-21 0:03 ` [gentoo-amd64] [SOLVED] " Tim Allingham
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox