Thanks for the info. I submitted a PR to the author of the 
package: https://github.com/ceamac/overlay/pull/2

On Friday, 26 February 2021 at 13:26:02 UTC-5 DRC wrote:

> On 2/25/21 10:32 PM, Andrew Udvare wrote:
>
> In the vncserver script, I had to add /usr/bin as a search path for xkbcomp.
>
> That shouldn't be necessary unless */usr/bin* is not in the PATH, which 
> would be very unusual.  Regardless, you don't have to modify vncserver.  
> Just pass -xkbcompdir /usr/bin to /opt/TurboVNC/bin/vncserver when 
> starting a TurboVNC session.  You could also rebuild the TurboVNC Server 
> with the XKB_BIN_DIRECTORY CMake variable explicitly set to /usr/bin.  
> (The default value of XKB_BIN_DIRECTORY is empty, which requires xkbcomp 
> to be in the PATH unless vncserver finds it in one of the directories it 
> searches.)
>
>
> Then I did: cp /usr/share/X11/xkb/rules/base /usr/share/X11/xkb/rules/xorg
>
> This file 'xorg' does not exist on my machine for whatever reason. Not sure 
> if there's a package that would provide this.
>
> On CentOS, *xorg* is just a symlink to *base*, so this seems like a valid 
> strategy.  You could also rebuild the TurboVNC Server with the 
> XKB_DFLT_RULES CMake variable explicitly set to base.
>
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"TurboVNC User Discussion/Support" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to turbovnc-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/turbovnc-users/580b2245-de04-4978-9907-0458bca477dfn%40googlegroups.com.

Reply via email to