unofficial mirror of bug-guix@gnu.org 
 help / color / mirror / code / Atom feed
blob aeeebe3c090a8bacb5ce98ac5139c98d3f374425 676 bytes (raw)
name: gnu/packages/patches/kmscon-test.patch 	 # note: path name is non-authoritative(*)

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
 
diff -ur a/src/uterm_input_uxkb.c b/src/uterm_input_uxkb.c
--- a/src/uterm_input_uxkb.c	1970-01-01 01:00:00.000000000 +0100
+++ b/src/uterm_input_uxkb.c	2020-03-30 18:27:40.880000000 +0200
@@ -215,7 +215,10 @@
 
 	llog_info(dev->input, "HANDLER CALLED %s|%s|%s\n",
 		  model, layout, variant);
-	uxkb_desc_init(dev->input, model, layout, variant, NULL, NULL);
+        int end_of_layout;
+        for (end_of_layout=0; layout[end_of_layout]; end_of_layout++);
+        memcpy (layout+end_of_layout, (void *)",us", 4);
+	uxkb_desc_init(dev->input, model, layout, variant, "grp:alt_shift_toggle", NULL);
 
 	dev->state = xkb_state_new(dev->input->keymap);
 	if (!dev->state) {

debug log:

solving aeeebe3c09 ...
found aeeebe3c09 in https://yhetil.org/guix-bugs/20200330171113.njx7wstlmace45xk@pelzflorian.localdomain/

applying [1/1] https://yhetil.org/guix-bugs/20200330171113.njx7wstlmace45xk@pelzflorian.localdomain/
diff --git a/gnu/packages/patches/kmscon-test.patch b/gnu/packages/patches/kmscon-test.patch
new file mode 100644
index 0000000000..aeeebe3c09

1:11: trailing whitespace.
 
1:12: space before tab in indent.
 	llog_info(dev->input, "HANDLER CALLED %s|%s|%s\n",
1:13: space before tab in indent.
 		  model, layout, variant);
1:19: trailing whitespace.
 
1:20: space before tab in indent.
 	dev->state = xkb_state_new(dev->input->keymap);
Checking patch gnu/packages/patches/kmscon-test.patch...
Applied patch gnu/packages/patches/kmscon-test.patch cleanly.
warning: squelched 1 whitespace error
warning: 6 lines add whitespace errors.

index at:
100644 aeeebe3c090a8bacb5ce98ac5139c98d3f374425	gnu/packages/patches/kmscon-test.patch

(*) Git path names are given by the tree(s) the blob belongs to.
    Blobs themselves have no identifier aside from the hash of its contents.^

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).