pkgsrc-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

pkg/57375: Bugfix to enable Russian, French an German keyboard within the package kvkbd



>Number:         57375
>Category:       pkg
>Synopsis:       Bugfix to enable Russian, French an German keyboard within the package kvkbd
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    pkg-manager
>State:          open
>Class:          change-request
>Submitter-Id:   net
>Arrival-Date:   Sun Apr 23 17:25:00 +0000 2023
>Originator:     Adrian Immanuel Kiess
>Release:        NetBSD 9.3
>Organization:
KIESS.ONL
>Environment:
	
	
System: NetBSD www3.kiess.onl 9.3 NetBSD 9.3 (GENERIC) #0: Thu Aug 4 15:30:37 UTC 2022 mkrepro%mkrepro.NetBSD.org@localhost:/usr/src/sys/arch/amd64/compile/GENERIC amd64
Architecture: x86_64
Machine: amd64
>Description:
Dear maintainers of the pkg xvkbd,

		 using the default xvkbd installation from the pre-built binaries on NetBSD/amd64, it is not possible to enable the Russian keyboard.

		 To use the Russian, French and German keyboard within xvkbd, the following changes are necessary:

% cat /usr/pkg/lib/X11/app-defaults/XVkbd
#include "XVkbd-common"
#include "XVkbd-german"
#include "XVkbd-french"
#include "XVkbd-russian"

XVkbd searches for the keyboard definitions, in a other directory then where the installation of the pkg puts them:

% ln -s /usr/pkg/lib/X11/app-defaults/XVkbd-russian /usr/X11R7/lib/X11/app-defaults/XVkbd-russian

% ln -s /usr/pkg/lib/X11/app-defaults/XVkbd-french /usr/X11R7/lib/X11/app-defaults/XVkbd-russian

% ln -s /usr/pkg/lib/X11/app-defaults/XVkbd-german /usr/X11R7/lib/X11/app-defaults/XVkbd-russian

Now you can use Russian, French and German keyboard.

Sincerely,

Adrian Kiess

>How-To-Repeat:
  # pkgin install xvkbd, launch xvkbd as user, -> xvkbd menu -> Change keyboard layout -> Russian
>Fix:
As described in main message.

>Unformatted:
 	
 	


Home | Main Index | Thread Index | Old Index