From oceanosoftlapalma@gmail.com  Tue Mar 12 08:41:55 2013
Received: (at submit) by bugs.x2go.org; 12 Mar 2013 07:41:55 +0000
Received: from mail-ia0-f173.google.com (mail-ia0-f173.google.com [209.85.210.173])
	by ymir (Postfix) with ESMTPS id DCB4F5DB17
	for <submit@bugs.x2go.org>; Tue, 12 Mar 2013 08:41:54 +0100 (CET)
Received: by mail-ia0-f173.google.com with SMTP id h37so4567607iak.4
        for <submit@bugs.x2go.org>; Tue, 12 Mar 2013 00:41:53 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=gmail.com; s=20120113;
        h=mime-version:x-received:in-reply-to:references:date:message-id
         :subject:from:to:content-type;
        bh=JMZiTEQUzw05usnb0fiPXCPjqExUUUAOHoQn3p5iHwg=;
        b=ORn1nBZmMn2vlXZ1LXQkfp/WlLb7DnKkw45TuRDAv64Tq1uf/O8H4FfvrwaFG21MST
         /JGKZtzgLXAPwXQcK3KB4ybswPevwSD1uBk55Xklolrcy1gBrLOfR1yRYF+7jeJRCvsX
         rNAHmpDbjL1U8AfNY6rT/xqKCurjVO9qo40qOpubxcXQ1HhZ1xdOAWLnMsjMTonPIIb6
         lOiHnBVDDtYdYOOHSabDLnnEQKL+lUdJM/Q1He6R6hkuuEAqwwRiglX00Oxs1TrIH56r
         c+N/Aam3FZYg+348QW5VVcl9yvdabFtQrZqcIqmUPN6Z9GjfcuaysfJ/xwZB51/2oTVc
         q0xQ==
MIME-Version: 1.0
X-Received: by 10.50.12.201 with SMTP id a9mr10894140igc.10.1363074113100;
 Tue, 12 Mar 2013 00:41:53 -0700 (PDT)
Received: by 10.231.226.70 with HTTP; Tue, 12 Mar 2013 00:41:53 -0700 (PDT)
In-Reply-To: <CAPWth0KKkMnovz_6QbjrkX6ULS5pCrcnM1HEeTtUF9bf9rUPJg@mail.gmail.com>
References: <CAPWth0+Ob9n4UVQoYsjN_5Sy2o+BtBTvKFNWng_D5jnSGoDTGw@mail.gmail.com>
	<CAPWth0KKkMnovz_6QbjrkX6ULS5pCrcnM1HEeTtUF9bf9rUPJg@mail.gmail.com>
Date: Tue, 12 Mar 2013 08:41:53 +0100
Message-ID: <CAPWth0KzCgCUGYt=bXFrYX_YTRa=SKFag1EPQ3LSq8W4TPBtug@mail.gmail.com>
Subject: Re: [X2Go-Dev] Bug#129: X Error: BadAccess (attempt to access private
 resource denied) 10 - Extension: 129 (MIT-SHM)
From: =?UTF-8?B?UmljYXJkbyBEw61heiBNYXJ0w61u?= <oceanosoftlapalma@gmail.com>
To: submit@bugs.x2go.org
Content-Type: multipart/alternative; boundary=14dae93409b550769704d7b56ca0

--14dae93409b550769704d7b56ca0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: quoted-printable

Hi,

I found that if you set enviromental LD_LIBRARY_PATH=3D and run qt4 based a=
pp
I got the problem on before, these apps work.

Other behaviour I found is if you set password to root user and login with
root user then you can run apps like root and see windows as expected.

I also can confirm it habppens in kubuntu 12.04.2 (fresh install)

Regards,

2013/3/3 Ricardo D=C3=ADaz Mart=C3=ADn <oceanosoftlapalma@gmail.com>

> Hi,
>
> In addition I got also problem running some qt4 based app. Using gdb to
> debug these apps looks like the problem is in /usr/lib/nx/X11/libNX_X11.s=
o.6
>
> Hope it helps to you to find the bug.
>
> Regards,
> Ricardo
>
> 2013/3/1 Ricardo D=C3=ADaz Mart=C3=ADn <oceanosoftlapalma@gmail.com>
>
>> Package: x2goagent
>> Version: 3.5.0.17
>>
>> I just installed x2go server in kubuntu 12.10 x64 and can connect withou=
t
>> problems.
>>
>> Problem is when I tryed to run something app using kdesudo o sudo I
>> allways get:
>>
>> X Error: BadAccess (attempt to access private resource denied) 10
>>   Extension:    129 (MIT-SHM)
>>   Minor opcode: 1 (X_ShmAttach)
>>   Resource id:  0x4000010
>> X Error: BadShmSeg (invalid shared segment parameter) 128
>>   Extension:    129 (MIT-SHM)
>>   Minor opcode: 5 (X_ShmCreatePixmap)
>>   Resource id:  0x40000ab
>> X Error: BadDrawable (invalid Pixmap or Window parameter) 9
>> ...
>> ...
>> ...
>>
>> And only can see the app's windows with a full grey color inside. If the
>> app background got more than one colour I can see them but no controls
>>
>> I can confirm the same issue in other kubuntu 12.10 server updated from
>> 12.04
>>
>> I'm using x2goserver from stable x2go ppa and system are full update.
>>
>> _______________________________________________
>> X2Go-Dev mailing list
>> X2Go-Dev@lists.berlios.de
>> https://lists.berlios.de/mailman/listinfo/x2go-dev
>>
>
>

--14dae93409b550769704d7b56ca0
Content-Type: text/html; charset=UTF-8
Content-Transfer-Encoding: quoted-printable

Hi,<div><br></div><div>I found that if you set enviromental LD_LIBRARY_PATH=
=3D and run qt4 based app I got the problem on before, these apps work.</di=
v><div><br></div><div>Other behaviour I found is if you set password to roo=
t user and login with root user then you can run apps like root and see win=
dows as expected.</div>
<div><br></div><div>I also can confirm it habppens in kubuntu 12.04.2 (fres=
h install)</div><div><br></div><div>Regards,<br><br><div class=3D"gmail_quo=
te">2013/3/3 Ricardo D=C3=ADaz Mart=C3=ADn <span dir=3D"ltr">&lt;<a href=3D=
"mailto:oceanosoftlapalma@gmail.com" target=3D"_blank">oceanosoftlapalma@gm=
ail.com</a>&gt;</span><br>
<blockquote class=3D"gmail_quote" style=3D"margin:0 0 0 .8ex;border-left:1p=
x #ccc solid;padding-left:1ex">Hi,<div><br></div><div>In addition I got als=
o problem running some qt4 based app. Using gdb to debug these apps looks l=
ike the problem is in=C2=A0/usr/lib/nx/X11/libNX_X11.so.6</div>
<div><br></div><div>Hope it helps to you to find the bug.</div>
<div><br></div><div>Regards,</div><div>Ricardo<br><br><div class=3D"gmail_q=
uote"><div><div class=3D"h5">2013/3/1 Ricardo D=C3=ADaz Mart=C3=ADn <span d=
ir=3D"ltr">&lt;<a href=3D"mailto:oceanosoftlapalma@gmail.com" target=3D"_bl=
ank">oceanosoftlapalma@gmail.com</a>&gt;</span><br>

</div></div><blockquote class=3D"gmail_quote" style=3D"margin:0 0 0 .8ex;bo=
rder-left:1px #ccc solid;padding-left:1ex"><div><div class=3D"h5"><span sty=
le=3D"color:rgb(34,34,34);font-size:13.333333969116211px;font-family:arial,=
sans-serif">Package: x2goagent</span><div>

<span style=3D"color:rgb(34,34,34);font-size:13.333333969116211px;font-fami=
ly:arial,sans-serif">Version: 3.5.0.17</span></div>
<div><span style=3D"color:rgb(34,34,34);font-size:13.333333969116211px;font=
-family:arial,sans-serif"><br></span></div><div><span><font color=3D"#22222=
2" face=3D"arial, sans-serif"><div>
I just installed x2go server in kubuntu 12.10 x64 and can connect without p=
roblems.</div><div><br></div><div>Problem is when I tryed to run something =
app using kdesudo o sudo I allways get:</div><div><br></div><div>X Error: B=
adAccess (attempt to access private resource denied) 10</div>


<div>=C2=A0 Extension: =C2=A0 =C2=A0129 (MIT-SHM)</div><div>=C2=A0 Minor op=
code: 1 (X_ShmAttach)</div><div>=C2=A0 Resource id: =C2=A00x4000010</div><d=
iv>X Error: BadShmSeg (invalid shared segment parameter) 128</div><div>=C2=
=A0 Extension: =C2=A0 =C2=A0129 (MIT-SHM)</div>


<div>=C2=A0 Minor opcode: 5 (X_ShmCreatePixmap)</div><div>=C2=A0 Resource i=
d: =C2=A00x40000ab</div><div>X Error: BadDrawable (invalid Pixmap or Window=
 parameter) 9</div><div>...</div><div>...</div><div>...</div><div><br></div=
><div>And only can see the app&#39;s windows with a full grey color inside.=
 If the app background got more than one colour I can see them but no contr=
ols</div>


<div><br></div><div>I can confirm the same issue in other kubuntu 12.10 ser=
ver updated from 12.04</div><div><br></div><div>I&#39;m using x2goserver fr=
om stable x2go ppa and system are full update.</div></font></span></div>


<br></div></div>_______________________________________________<br>
X2Go-Dev mailing list<br>
<a href=3D"mailto:X2Go-Dev@lists.berlios.de" target=3D"_blank">X2Go-Dev@lis=
ts.berlios.de</a><br>
<a href=3D"https://lists.berlios.de/mailman/listinfo/x2go-dev" target=3D"_b=
lank">https://lists.berlios.de/mailman/listinfo/x2go-dev</a><br></blockquot=
e></div><br></div>
</blockquote></div><br></div>

--14dae93409b550769704d7b56ca0--
