• Home
  • Raw
  • Download

Lines Matching +full:libxkbcommon +full:- +full:dev

42         top_builddir = next(Path('.').glob('**/meson-logs/')).parent
54 ['--rules=evdev', '--model=pc104',
55 '--layout=ch', '--options=eurosign:5']
90 tool = '{}-{}'.format(self.xkbcli_tool, self.subtool)
134 cls.xkbcli_how_to_type = XkbcliTool('how-to-type')
135 cls.xkbcli_compile_keymap = XkbcliTool('compile-keymap')
136 cls.xkbcli_interactive_evdev = XkbcliTool('interactive-evdev', skipIf=(
138 (not os.path.exists('/dev/input/event0'), 'event node required'),
139 (not os.access('/dev/input/event0', os.R_OK), 'insufficient permissions'),
145 cls.xkbcli_interactive_x11 = XkbcliTool('interactive-x11', skipIf=(
149 cls.xkbcli_interactive_wayland = XkbcliTool('interactive-wayland', skipIf=(
164 # --help is supported by all tools
167 stdout, stderr = tool.run_command_success(['--help'])
172 # --foobar generates "Usage:" for all tools
175 tool.run_command_unrecognized_option(['--foobar'])
178 # xkbcli --version
179 stdout, stderr = self.xkbcli.run_command_success(['--version'])
188 ['--verbose'],
189 ['--rmlvo'],
190 # ['--kccgst'],
191 ['--verbose', '--rmlvo'],
192 # ['--verbose', '--kccgst'],
204 ['--include', '.', '--include-defaults'],
205 ['--include', '/tmp', '--include-defaults'],
208 # Succeeds thanks to include-defaults
212 # A non-directory is rejected by default
213 args = ['--include', '/proc/version']
218 # A non-existing directory is rejected by default
219 args = ['--include', '/tmp/does/not/exist']
225 args = ['--include', '/tmp']
244 ['--verbose'],
245 ['-v'],
246 ['--verbose', '--load-exotic'],
247 ['--load-exotic'],
248 ['--ruleset=evdev'],
249 ['--ruleset=base'],
265 args = ['--skip-default-paths', '/tmp']
276 # Note: --enable-compose fails if $prefix doesn't have the compose tables
279 ['--report-state-changes'],
280 ['--enable-compose'],
281 ['--consumed-mode=xkb'],
282 ['--consumed-mode=gtk'],
283 ['--without-x11-offset'],
289 # To be filled in if we handle something other than --help
293 # To be filled in if we handle something other than --help
299 # Use our own test xkeyboard-config copy.
304 os.environ['LC_CTYPE'] = 'en_US.UTF-8'
305 # libxkbcommon has fallbacks when XDG_CONFIG_HOME isn't set so we need