From da8d694b75be45c5577e0b993995e12f653267cf Mon Sep 17 00:00:00 2001 From: Michael Witten Date: Wed, 20 Jun 2012 03:49:04 +0000 Subject: [PATCH] Remove extant reference to the `symbols/extras' directory The following command: setxkbmap -layout us -variant alt-intl-unicode was yielding this unhelpful error: Error loading new keyboard description": The reason is that the following commit: commit f836c210a4e4007715b149d4736a447c56b7cbaa Author: Sergey V. Udaltsov Date: Wed Mar 2 23:56:25 2011 +0000 The extra symbols are merged back into the base files The rules are not powerful enough to support the extras subdir. So the variants are merged into "main" files. From now on, the "extra" term only affects the directory: whether the record is in base.xml.in or base.extras.xml.in removed the `symbols/extras' directory, but accidentally left a reference to it in the definition of xkb_symbols "alt-intl-unicode": include "extras/us(intl-unicode)" --- symbols/us | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/symbols/us b/symbols/us index d3b2233..c5d3dca 100644 --- a/symbols/us +++ b/symbols/us @@ -1313,7 +1313,7 @@ xkb_symbols "alt-intl-unicode" { name[Group1]= "English (US, international AltGr Unicode combining, alternative)"; - include "extras/us(intl-unicode)" + include "us(intl-unicode)" include "level3(ralt_switch)" // easier macron; em-dash. -- 2.32.0.93.g670b81a890