[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: dnd problem
From: |
Luis Garcia |
Subject: |
Re: dnd problem |
Date: |
01 Oct 2001 03:07:44 +0000 |
Hi Fred,
Well I just fixed the font cache problem, I did a chown lgarcia.lgarcia
-R /home/lgarcia/GNUstep
my DISPLAY is:
echo $DISPLAY
:0
I open Gorm.app now and I get:
openapp Gorm.app
Sep 30 21:35:06 Gorm[2311] Pasteboard <NSPasteboard: 102ae048> doesn't
contain data of IBViewPboardType
I do a ps -A |grep 'gpbs'
2331 ? 00:00:00 gpbs
So this means gpbs is running.
what is this <NSPasteboard: 102ae048> ?????? I mean the 102ae048
When I copy paste under Ink I get:
openapp Ink.app
Sep 30 22:01:10 Ink[2720] Problem during RTF Parsing: Syntax error in
RTF: parse error, expecting `'{''
On Sun, 2001-09-30 at 16:17, Fred Kiefer wrote:
> Hi Luis,
>
> from the output you send me I can tell that your GNUstep has a bit more
> problems than just drag and drop. First there is the output from the
> font_cache. Judging from that this program somehow thinks that your
> display is :02Jit9b, a rather unusual display name (Or is this only the
> temporary name chosen by GNUstep to allow for atomic write? I should
> chekc this). As the write operation for the font cache fails, most fonts
> wont be available in your programs. You should check why this is the
> case and correct it. (Missing directories, wrong rights on those
> directories)
> Than you should check if the pasteboard is really running, look for a
> program named gpbs. As drag and drop is only a special paste operation,
> you could test pasting in the Ink application. If this does not work the
> problem is with the pasteboard otherwise we really have a D&D problem.
>
> Hope this helps
> Fred
>
> Luis Garcia wrote:
> >
> > Hi again
> >
> > well I downloaded september 20 Gorm.app, from the cvs rep.
> >
> > I tested Gorm but I still can drag and drop, here is the term output
> > after several drags and drops:
> >
> > openapp Gorm.app
> > Sep 29 02:07:08 Gorm[15280] No font cache available - building new one -
> > this may take several seconds (or minutes on a slow machine with lots of
> > fonts)
> > Sep 29 02:07:22 font_cacher[15298] mkstemp
> > (/home/lgarcia/GNUstep/Library/Fonts/Cache/:02Jit9b) failed - Permission
> > denied
> > Sep 29 02:07:22 Gorm[15280] Error - font cache doesn't exist
> > Sep 29 02:07:30 Gorm[15280] Pasteboard <NSPasteboard: 102a7a50> doesn't
> > contain data of IBViewPboardType
> > S
> > Sep 29 02:07:48 Gorm[15280] Internal: dropped NSAppKitDefined (2) event
> > Sep 29 02:07:48 Gorm[15280] Internal: dropped NSAppKitDefined (2) event
> > Sep 29 02:07:48 Gorm[15280] Internal: dropped NSAppKitDefined (2) event
> > Sep 29 02:07:49 Gorm[15280] Pasteboard <NSPasteboard: 102a7a50> doesn't
> > contain data of IBViewPboardType
> > Sep 29 02:07:59 Gorm[15280] Pasteboard <NSPasteboard: 102a7a50> doesn't
> > contain data of IBViewPboardType
> > Sep 29 02:08:01 Gorm[15280] Pasteboard <NSPasteboard: 102a7a50> doesn't
> > contain data of IBViewPboardType
>
>
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- Re: dnd problem,
Luis Garcia <=