Am 20.02.2012 09:22, schrieb Mike Gabriel:
> Hi Alex,
> 
> On Mo 20 Feb 2012 08:41:22 CET Oleksandr Shneyder wrote:
> 
>> Am 18.02.2012 02:33, schrieb Mike Gabriel:
>> [............]
>>>     ├── libxomGeneric.so
>>>     ├── libxomGeneric.so.2 -> libxomGeneric.so
>>>     └── Xinerama
>>>         ├── libNX_X11.so.6 -> ../../../libX11.so.6
>>>         ├── libNX_Xext.so.6 -> ../../../libXext.so.6
>>>         ├── libNX_Xinerama.so -> libNX_Xinerama.so.1.0
>>>         ├── libNX_Xinerama.so.1 -> libNX_Xinerama.so.1.0
>>>         ├── libNX_Xinerama.so.1.0
>>>         ├── libXinerama.so -> libNX_Xinerama.so
>>>         └── libXinerama.so.1 -> libNX_Xinerama.so.1
>> [............]
>>
>> It works, but now we have libNX_Xinerama.so.1 twice: in
>> /usr/lib/nx/X11/Xinerama/ and in /usr/lib/nx/X11/
>>
>> because there no need to have libNX_Xinerama (only libXinerama) in
>> /usr/lib/nx/X11/Xinerama/ I would not install libNX_Xinerama.so.1.0 in
>> this directory, but only make links:
>>
>> libXinerama.so.* -> ../libNX_Xinerama.so.*
> 
> like this?
> 
> [...]
> ├── libxomGeneric.so
> ├── libxomGeneric.so.2 -> libxomGeneric.so
> └── Xinerama
>     ├── libNX_X11.so.6 -> ../../../libX11.so.6
>     ├── libNX_Xext.so.6 -> ../../../libXext.so.6
>     ├── libXinerama.so -> ../libNX_Xinerama.so
>     └── libXinerama.so.1 -> ../libNX_Xinerama.so.1
> 
> I have the patch pending on my notebook, waiting for your ok.
> 
> Mike
> 

yepp, just like that
regards,
-- 
Oleksandr Shneyder
Dipl. Informatik
X2go Core Developer Team

email:  oleksandr.shney...@obviously-nice.de
web: www.obviously-nice.de

--> X2go - everywhere@home

Attachment: signature.asc
Description: OpenPGP digital signature

_______________________________________________
X2Go-Dev mailing list
X2Go-Dev@lists.berlios.de
https://lists.berlios.de/mailman/listinfo/x2go-dev

Reply via email to