see https://urldefense.proofpoint.com/v2/url?u=https-3A__github.com_ArcticaProject_nx-2Dlibs_pull_809&d=DwIBaQ&c=aqMfXOEvEJQh2iQMCb7Wy8l0sPnURkcqADc2guUW8IM&r=X0jL9y0sL4r4iU_qVtR3lLNo4tOL1ry_m7-psV3GejY&m=OnHueT2o7SfCj7XmKePe_A5dnMu_OufmnZ-QiEFseqg&s=uxA1RYqYjRQr1JWTARUC_5ss77TiCmtRfB6hD7YDU2k&e= for the patch.
Run
1. git clone https://urldefense.proofpoint.com/v2/url?u=https-3A__github.com_uli42_nx-2Dlibs.git&d=DwIBaQ&c=aqMfXOEvEJQh2iQMCb7Wy8l0sPnURkcqADc2guUW8IM&r=X0jL9y0sL4r4iU_qVtR3lLNo4tOL1ry_m7-psV3GejY&m=OnHueT2o7SfCj7XmKePe_A5dnMu_OufmnZ-QiEFseqg&s=a6_kZNyJsY-lCypHR2m2mZi0tsnaLci9USEdg83FVew&e=
2. cd nx-libs
3. git co pr/fix/xkb_crash
4. git revert b32a984f8f34d34fcc4114028712367c47c545d7 (due to this
the debian/ubuntu package building is currently a bit broken, so we'll
undo it for the test)
5. debuild -i -us -uc -b
6. cd -
7. ls -l *deb
8. dpkg -i libnx-x11-6_3.5.99.20-0_amd64.deb
9. dpkg -i nxagent_3.5.99.20-0_amd64.deb
Uli
On Wed, May 15, 2019 at 4:54 PM Robert Kudyba <rkudyba@fordham.edu> wrote:
>
> > Are you able to compile a new nxagent once I have patch available?
>
> Sure, just need to know the process.
>
> On Wed, May 15, 2019 at 10:32 AM Ulrich Sibiller <uli42@gmx.de> wrote:
>>
>> On Wed, May 15, 2019 at 4:24 PM Robert Kudyba <rkudyba@fordham.edu> wrote:
>> >
>> > Here's an update. MATE still crashes.
>> > rpm -q x2goserver
>>
>> This is not astonishing as I still have not patched anything. I wanted
>> to understand the problem first. But as I do not have access to (or
>> knowledge about) MacOS I cannot test this.
>>
>> I will try to implement a check that will prevent the crashm but I am
>> not sure if your keyboard will work afterwards. Are you able to
>> compile a new nxagent once I have patch available?
>>
>> Uli