[FreeNX-kNX] Ugly dialog box...
Rick Stout
rick_stout at ureach.com
Wed Oct 13 07:50:29 UTC 2004
OK, so i fixed the Xdialog msgs using buttons, instead of the radiolist.
The updated nxclient can be found at:
http://fedoranews.org/contributors/rick_stout/freenx/nxclient
It still works if you dont have Xdialog, and will revert back to
xmessage. So if you want the pretty dialog box, GPL style, download the
appropriate xdialog rpm from:
http://dag.wieers.com/packages/xdialog/
Or, just do a
yum install xdialog
if you already have dag in your yum.conf. (Or apt-get, or whatever
installer tool there is...) and then do the following as root:
mv /usr/bin/nxclient ~/nxclient.bak
wget http://fedoranews.org/contributors/rick_stout/freenx/nxclient
mv nxclient /usr/bin/
chown root:root /usr/bin/nxclient
chmod 755 /usr/bin/nxclient
You don't even need to restart your nx session. Viola, and enjoy!
Rick Stout
Fabian Franz wrote:
> Am Dienstag, 12. Oktober 2004 12:08 schrieben Sie:
>
>>>>Two choices:
>>>>
>>>>- - Install nxclient from nomachine.com and put /usr/NX/bin/ in fron of
>>>>you path. Voila, you have the nice QT-nxclient dialog interface.
>>>
>>>Not working for me...
>
>
> But it should ;-).
>
>
>>>I'm unable to find an xmessage executable in either RPM of
>>>NX{server¦client¦other}.
>
>
> Yeah, but you find a nxclient executable.
>
> Ok, just add the following at the beginning of /usr/bin/nxclient (good idea
> you got me btw! ;)):
>
> #!/bin/bash
>
> +[ -x /usr/NX/bin/nxclient ] && exec /usr/NX/bin/nxclient "$@"
>
> [... rest of script ...]
>
> Then it should use the original nxclient, whenever it is available ...
>
> cu
>
> Fabian
_______________________________________________
FreeNX-kNX mailing list
FreeNX-kNX at kde.org
https://mail.kde.org/mailman/listinfo/freenx-knx
More information about the FreeNX-kNX
mailing list