List Info

Thread: TextEdit.app problems X11




TextEdit.app problems X11
country flaguser name
Belgium
2008-04-23 11:23:14
Hi

I am have installed GNUstep and I am interested to install
GNUstep  
applications to know how they work and later on learn how to
program  
in Objective-c using GNUstep.

I have installed TextEdit.app.
The applications lunches but then the menus are draw but no
text is  
found in the menus. Either all dialog boxes are empty. The
Xterm  
terminal shows these kind of lines everytime a event call is
made to  
the menu or dialog box.

"TextEdit[770] X-Windows error - RenderBadPicture
(invalid Picture  
parameter)"
on display: :0.0
type: 0
serial number: 2688
request code: 153


What is wrong here and how to solve that?
I am running Xorg 7.2

Best

Pedro




_______________________________________________
Discuss-gnustep mailing list
Discuss-gnustepgnu.org
http://lists.gnu.org/mailman/listinfo/discuss-gnustep

Re: TextEdit.app problems X11
country flaguser name
Denmark
2008-04-23 15:13:52
You will need to provide more information than this.
Is this the first error you get or is there anything else
before that?
Could you please run the TextEdit application with gdb (eg
openapp --debug TextEdit) and set a break point on
XGErrorHandler and report back from where this gets called?

Thank you
Fred 
 
-------- Original-Nachricht --------
> Datum: Wed, 23 Apr 2008 18:23:14 +0200
> Von: pedro alves <pedro.sousaalvesuclouvain.be>
> An: discuss-gnustepgnu.org
> Betreff: TextEdit.app problems X11

> Hi
> 
> I am have installed GNUstep and I am interested to
install GNUstep  
> applications to know how they work and later on learn
how to program  
> in Objective-c using GNUstep.
> 
> I have installed TextEdit.app.
> The applications lunches but then the menus are draw
but no text is  
> found in the menus. Either all dialog boxes are empty.
The Xterm  
> terminal shows these kind of lines everytime a event
call is made to  
> the menu or dialog box.
> 
> "TextEdit[770] X-Windows error - RenderBadPicture
(invalid Picture  
> parameter)"
> on display: :0.0
> type: 0
> serial number: 2688
> request code: 153
> 
> 
> What is wrong here and how to solve that?
> I am running Xorg 7.2
> 
> Best
> 
> Pedro
> 
> 
> 
> 
> _______________________________________________
> Discuss-gnustep mailing list
> Discuss-gnustepgnu.org
> http://lists.gnu.org/mailman/listinfo/discuss-gnustep

-- 
Psst! Geheimtipp: Online Games kostenlos spielen bei den GMX
Free Games! 
http://games.entertainment.gmx.net/de/entertainmen
t/games/free


_______________________________________________
Discuss-gnustep mailing list
Discuss-gnustepgnu.org
http://lists.gnu.org/mailman/listinfo/discuss-gnustep

Re: TextEdit.app problems X11
country flaguser name
United States
2008-04-23 16:46:17
You also need to run in gdb like this:

run --GNU-Debug=XSynchronize

otherwise it will break in the wrong location. I also wonder
what  
backend you are using (or how you installed GNUstep).


On Apr 23, 2008, at 2:13 PM, Fred Kiefer wrote:

> You will need to provide more information than this.
> Is this the first error you get or is there anything
else before that?
> Could you please run the TextEdit application with gdb
(eg openapp -- 
> debug TextEdit) and set a break point on XGErrorHandler
and report  
> back from where this gets called?
>
> Thank you
> Fred
>
> -------- Original-Nachricht --------
>> Datum: Wed, 23 Apr 2008 18:23:14 +0200
>> Von: pedro alves <pedro.sousaalvesuclouvain.be>
>> An: discuss-gnustepgnu.org
>> Betreff: TextEdit.app problems X11
>
>> Hi
>>
>> I am have installed GNUstep and I am interested to
install GNUstep
>> applications to know how they work and later on
learn how to program
>> in Objective-c using GNUstep.
>>
>> I have installed TextEdit.app.
>> The applications lunches but then the menus are
draw but no text is
>> found in the menus. Either all dialog boxes are
empty. The Xterm
>> terminal shows these kind of lines everytime a
event call is made to
>> the menu or dialog box.
>>
>> "TextEdit[770] X-Windows error -
RenderBadPicture (invalid Picture
>> parameter)"
>> on display: :0.0
>> type: 0
>> serial number: 2688
>> request code: 153
>>
>>
>> What is wrong here and how to solve that?
>> I am running Xorg 7.2
>>
>> Best
>>
>> Pedro
>>
>>
>>
>>
>> _______________________________________________
>> Discuss-gnustep mailing list
>> Discuss-gnustepgnu.org
>> http://lists.gnu.org/mailman/listinfo/discuss-gnustep
>
> -- 
> Psst! Geheimtipp: Online Games kostenlos spielen bei
den GMX Free  
> Games!
> http://games.entertainment.gmx.net/de/entertainmen
t/games/free
>
>
> _______________________________________________
> Discuss-gnustep mailing list
> Discuss-gnustepgnu.org
> http://lists.gnu.org/mailman/listinfo/discuss-gnustep



_______________________________________________
Discuss-gnustep mailing list
Discuss-gnustepgnu.org
http://lists.gnu.org/mailman/listinfo/discuss-gnustep

Re: TextEdit.app problems X11
user name
2008-04-23 20:40:54
A long time ago when Ubuntu made the transition to Xorg, I found myself needing to set XLIB_SKIP_ARGB_VISUALS=1 to get GNUstep applications to run.  Maybe try something like this at the command line:

export XLIB_SKIP_ARGB_VISUALS=1
openapp TextEdit.app

and see if that solves the issue?

Cheers,
Andy

On Wed, Apr 23, 2008 at 11:23 AM, pedro alves < pedro.sousaalvesuclouvain.be">pedro.sousaalvesuclouvain.be> wrote:
Hi

I am have installed GNUstep and I am interested to install GNUstep applications to know how they work and later on learn how to program in Objective-c using GNUstep.

I have installed TextEdit.app.
The applications lunches but then the menus are draw but no text is found in the menus. Either all dialog boxes are empty. The Xterm terminal shows these kind of lines everytime a event call is made to the menu or dialog box.

"TextEdit[770] X-Windows error - RenderBadPicture (invalid Picture parameter)"
on display: :0.0
type: 0
serial number: 2688
request code: 153


What is wrong here and how to solve that?
I am running Xorg 7.2

Best

Pedro




_______________________________________________
Discuss-gnustep mailing list
Discuss-gnustepgnu.org" target="_blank">Discuss-gnustepgnu.org
http://lists.gnu.org/mailman/listinfo/discuss-gnustep



--
Andrew Ruder < andyaeruder.net">andyaeruder.net>
http://www.aeruder.net
Re: TextEdit.app problems X11
user name
2008-04-24 05:56:09
On Thu, Apr 24, 2008 at 2:40 AM, Andrew Ruder <andyaeruder.net> wrote:
> A long time ago when Ubuntu made the transition to
Xorg, I found myself
> needing to set XLIB_SKIP_ARGB_VISUALS=1 to get GNUstep
applications to run.
> Maybe try something like this at the command line:
>
> export XLIB_SKIP_ARGB_VISUALS=1
>  openapp TextEdit.app
>
> and see if that solves the issue?

Depends on the backend used -- if it's the art backend for
instance,
this could be a SHM issue (there's a default to tell the
backend to
not use shm that you could try).

-- 
Nicolas Roard
"Java, the best argument for Smalltalk since C++ "
-- Frank Winkler


_______________________________________________
Discuss-gnustep mailing list
Discuss-gnustepgnu.org
http://lists.gnu.org/mailman/listinfo/discuss-gnustep

[1-5]

about | contact  Other archives ( Real Estate discussion Medical topics )