Compose key broken in Ubuntu 18.04 in X, but not in the consoleBrowser automatically refreshes and Home...

Skis versus snow shoes - when to choose which for travelling the backcountry?

What is better: yes / no radio, or simple checkbox?

Do you continue making death saving throws while petrified?

It took me a lot of time to make this, pls like. (YouTube Comments #1)

Dystopian novel where telepathic humans live under a dome

Is there a math equivalent to the conditional ternary operator?

If nine coins are tossed, what is the probability that the number of heads is even?

Levi-Civita symbol: 3D matrix

Where is the fallacy here?

What should the omniscient narrator call a character?

For a 1-action spell, do I need to take a turn to ready the spell before I can cast it, or can I cast it immediately?

How can I handle a player who pre-plans arguments about my rulings on RAW?

The need of reserving one's ability in job interviews

Is there a full canon version of Tyrion's jackass/honeycomb joke?

Plagiarism of code by other PhD student

Practical reasons to have both a large police force and bounty hunting network?

Is there a frame of reference in which I was born before I was conceived?

When was drinking water recognized as crucial in marathon running?

Don't know what I’m looking for regarding removable HDDs?

Pure Functions: Does "No Side Effects" Imply "Always Same Output, Given Same Input"?

What are all the squawk codes?

If a set is open, does that imply that it has no boundary points?

Are paired adjectives bad style?

Starting index at zero



Compose key broken in Ubuntu 18.04 in X, but not in the console


Browser automatically refreshes and Home folder window opensHow to recognize special function keys on keyboardturn screen off by pressing scroll lockHow to use SLEEP, WAKE and POWER keys as media keys (VolumeUp , Volume Down etc) in Ubuntu 14.04?KDE Umlauts without compose keyMultiple Keys are mapped to the same keypressCompose key stops working?Media Key command fails with a big alerting icon on screenBackspace key not working in Ubuntu 18.04 LTSWhile Shift+1 prints the exclamation mark, the key “1” does not work!













0















So, I have installed Ubuntu 18.04 MATE, and Compose key simply refuses to work but only in X. When I Ctrl+Alt+F2 and login via the console, it works fine, because the rule is setup in /etc/default/keyboard to:



XKBOPTIONS="compose:lwin,terminate:ctrl_alt_bksp"



Now, I've tried looking at the event generation in xev, and actually, there is a composition but then it's dropped. Here's the output:



KeyPress event, serial 38, synthetic NO, window 0x4600001,
root 0x13f, subw 0x0, time 1230828, (849,498), root:(857,592),
state 0x0, keycode 133 (keysym 0xff20, Multi_key), same_screen YES,
XLookupString gives 0 bytes:
XmbLookupString gives 0 bytes:
XFilterEvent returns: True



KeyPress event, serial 38, synthetic NO, window 0x4600001,
root 0x13f, subw 0x0, time 1230976, (849,498), root:(857,592),
state 0x0, keycode 48 (keysym 0x27, apostrophe), same_screen YES,
XLookupString gives 1 bytes: (27) "'"
XmbLookupString gives 1 bytes: (27) "'"
XFilterEvent returns: True



KeyRelease event, serial 38, synthetic NO, window 0x4600001,
root 0x13f, subw 0x0, time 1231050, (849,498), root:(857,592),
state 0x0, keycode 48 (keysym 0x27, apostrophe), same_screen YES,
XLookupString gives 1 bytes: (27) "'"
XFilterEvent returns: False



KeyRelease event, serial 38, synthetic NO, window 0x4600001,
root 0x13f, subw 0x0, time 1231100, (849,498), root:(857,592),
state 0x0, keycode 133 (keysym 0xff20, Multi_key), same_screen YES,
XLookupString gives 0 bytes:
XFilterEvent returns: False



KeyPress event, serial 38, synthetic NO, window 0x4600001,
root 0x13f, subw 0x0, time 1231274, (849,498), root:(857,592),
state 0x0, keycode 38 (keysym 0x61, a), same_screen YES,
XLookupString gives 1 bytes: (61) "a"
XmbLookupString gives 1 bytes: (61) "a"
XFilterEvent returns: True



KeyPress event, serial 38, synthetic NO, window 0x4600001,
root 0x13f, subw 0x0, time 1231274, (849,498), root:(857,592),
state 0x0, keycode 0 (keysym 0xe1, aacute), same_screen YES,
XLookupString gives 0 bytes:
XmbLookupString gives 2 bytes: (c3 a1) "á"
XFilterEvent returns: False



KeyRelease event, serial 38, synthetic NO, window 0x4600001,
root 0x13f, subw 0x0, time 1231377, (849,498), root:(857,592),
state 0x0, keycode 38 (keysym 0x61, a), same_screen YES,
XLookupString gives 1 bytes: (61) "a"
XFilterEvent returns: False



In the keypress event, the "á" is being generated, but in the key release, it's just the "a".









share







New contributor




Lashi Bandara is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.

























    0















    So, I have installed Ubuntu 18.04 MATE, and Compose key simply refuses to work but only in X. When I Ctrl+Alt+F2 and login via the console, it works fine, because the rule is setup in /etc/default/keyboard to:



    XKBOPTIONS="compose:lwin,terminate:ctrl_alt_bksp"



    Now, I've tried looking at the event generation in xev, and actually, there is a composition but then it's dropped. Here's the output:



    KeyPress event, serial 38, synthetic NO, window 0x4600001,
    root 0x13f, subw 0x0, time 1230828, (849,498), root:(857,592),
    state 0x0, keycode 133 (keysym 0xff20, Multi_key), same_screen YES,
    XLookupString gives 0 bytes:
    XmbLookupString gives 0 bytes:
    XFilterEvent returns: True



    KeyPress event, serial 38, synthetic NO, window 0x4600001,
    root 0x13f, subw 0x0, time 1230976, (849,498), root:(857,592),
    state 0x0, keycode 48 (keysym 0x27, apostrophe), same_screen YES,
    XLookupString gives 1 bytes: (27) "'"
    XmbLookupString gives 1 bytes: (27) "'"
    XFilterEvent returns: True



    KeyRelease event, serial 38, synthetic NO, window 0x4600001,
    root 0x13f, subw 0x0, time 1231050, (849,498), root:(857,592),
    state 0x0, keycode 48 (keysym 0x27, apostrophe), same_screen YES,
    XLookupString gives 1 bytes: (27) "'"
    XFilterEvent returns: False



    KeyRelease event, serial 38, synthetic NO, window 0x4600001,
    root 0x13f, subw 0x0, time 1231100, (849,498), root:(857,592),
    state 0x0, keycode 133 (keysym 0xff20, Multi_key), same_screen YES,
    XLookupString gives 0 bytes:
    XFilterEvent returns: False



    KeyPress event, serial 38, synthetic NO, window 0x4600001,
    root 0x13f, subw 0x0, time 1231274, (849,498), root:(857,592),
    state 0x0, keycode 38 (keysym 0x61, a), same_screen YES,
    XLookupString gives 1 bytes: (61) "a"
    XmbLookupString gives 1 bytes: (61) "a"
    XFilterEvent returns: True



    KeyPress event, serial 38, synthetic NO, window 0x4600001,
    root 0x13f, subw 0x0, time 1231274, (849,498), root:(857,592),
    state 0x0, keycode 0 (keysym 0xe1, aacute), same_screen YES,
    XLookupString gives 0 bytes:
    XmbLookupString gives 2 bytes: (c3 a1) "á"
    XFilterEvent returns: False



    KeyRelease event, serial 38, synthetic NO, window 0x4600001,
    root 0x13f, subw 0x0, time 1231377, (849,498), root:(857,592),
    state 0x0, keycode 38 (keysym 0x61, a), same_screen YES,
    XLookupString gives 1 bytes: (61) "a"
    XFilterEvent returns: False



    In the keypress event, the "á" is being generated, but in the key release, it's just the "a".









    share







    New contributor




    Lashi Bandara is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
    Check out our Code of Conduct.























      0












      0








      0








      So, I have installed Ubuntu 18.04 MATE, and Compose key simply refuses to work but only in X. When I Ctrl+Alt+F2 and login via the console, it works fine, because the rule is setup in /etc/default/keyboard to:



      XKBOPTIONS="compose:lwin,terminate:ctrl_alt_bksp"



      Now, I've tried looking at the event generation in xev, and actually, there is a composition but then it's dropped. Here's the output:



      KeyPress event, serial 38, synthetic NO, window 0x4600001,
      root 0x13f, subw 0x0, time 1230828, (849,498), root:(857,592),
      state 0x0, keycode 133 (keysym 0xff20, Multi_key), same_screen YES,
      XLookupString gives 0 bytes:
      XmbLookupString gives 0 bytes:
      XFilterEvent returns: True



      KeyPress event, serial 38, synthetic NO, window 0x4600001,
      root 0x13f, subw 0x0, time 1230976, (849,498), root:(857,592),
      state 0x0, keycode 48 (keysym 0x27, apostrophe), same_screen YES,
      XLookupString gives 1 bytes: (27) "'"
      XmbLookupString gives 1 bytes: (27) "'"
      XFilterEvent returns: True



      KeyRelease event, serial 38, synthetic NO, window 0x4600001,
      root 0x13f, subw 0x0, time 1231050, (849,498), root:(857,592),
      state 0x0, keycode 48 (keysym 0x27, apostrophe), same_screen YES,
      XLookupString gives 1 bytes: (27) "'"
      XFilterEvent returns: False



      KeyRelease event, serial 38, synthetic NO, window 0x4600001,
      root 0x13f, subw 0x0, time 1231100, (849,498), root:(857,592),
      state 0x0, keycode 133 (keysym 0xff20, Multi_key), same_screen YES,
      XLookupString gives 0 bytes:
      XFilterEvent returns: False



      KeyPress event, serial 38, synthetic NO, window 0x4600001,
      root 0x13f, subw 0x0, time 1231274, (849,498), root:(857,592),
      state 0x0, keycode 38 (keysym 0x61, a), same_screen YES,
      XLookupString gives 1 bytes: (61) "a"
      XmbLookupString gives 1 bytes: (61) "a"
      XFilterEvent returns: True



      KeyPress event, serial 38, synthetic NO, window 0x4600001,
      root 0x13f, subw 0x0, time 1231274, (849,498), root:(857,592),
      state 0x0, keycode 0 (keysym 0xe1, aacute), same_screen YES,
      XLookupString gives 0 bytes:
      XmbLookupString gives 2 bytes: (c3 a1) "á"
      XFilterEvent returns: False



      KeyRelease event, serial 38, synthetic NO, window 0x4600001,
      root 0x13f, subw 0x0, time 1231377, (849,498), root:(857,592),
      state 0x0, keycode 38 (keysym 0x61, a), same_screen YES,
      XLookupString gives 1 bytes: (61) "a"
      XFilterEvent returns: False



      In the keypress event, the "á" is being generated, but in the key release, it's just the "a".









      share







      New contributor




      Lashi Bandara is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.












      So, I have installed Ubuntu 18.04 MATE, and Compose key simply refuses to work but only in X. When I Ctrl+Alt+F2 and login via the console, it works fine, because the rule is setup in /etc/default/keyboard to:



      XKBOPTIONS="compose:lwin,terminate:ctrl_alt_bksp"



      Now, I've tried looking at the event generation in xev, and actually, there is a composition but then it's dropped. Here's the output:



      KeyPress event, serial 38, synthetic NO, window 0x4600001,
      root 0x13f, subw 0x0, time 1230828, (849,498), root:(857,592),
      state 0x0, keycode 133 (keysym 0xff20, Multi_key), same_screen YES,
      XLookupString gives 0 bytes:
      XmbLookupString gives 0 bytes:
      XFilterEvent returns: True



      KeyPress event, serial 38, synthetic NO, window 0x4600001,
      root 0x13f, subw 0x0, time 1230976, (849,498), root:(857,592),
      state 0x0, keycode 48 (keysym 0x27, apostrophe), same_screen YES,
      XLookupString gives 1 bytes: (27) "'"
      XmbLookupString gives 1 bytes: (27) "'"
      XFilterEvent returns: True



      KeyRelease event, serial 38, synthetic NO, window 0x4600001,
      root 0x13f, subw 0x0, time 1231050, (849,498), root:(857,592),
      state 0x0, keycode 48 (keysym 0x27, apostrophe), same_screen YES,
      XLookupString gives 1 bytes: (27) "'"
      XFilterEvent returns: False



      KeyRelease event, serial 38, synthetic NO, window 0x4600001,
      root 0x13f, subw 0x0, time 1231100, (849,498), root:(857,592),
      state 0x0, keycode 133 (keysym 0xff20, Multi_key), same_screen YES,
      XLookupString gives 0 bytes:
      XFilterEvent returns: False



      KeyPress event, serial 38, synthetic NO, window 0x4600001,
      root 0x13f, subw 0x0, time 1231274, (849,498), root:(857,592),
      state 0x0, keycode 38 (keysym 0x61, a), same_screen YES,
      XLookupString gives 1 bytes: (61) "a"
      XmbLookupString gives 1 bytes: (61) "a"
      XFilterEvent returns: True



      KeyPress event, serial 38, synthetic NO, window 0x4600001,
      root 0x13f, subw 0x0, time 1231274, (849,498), root:(857,592),
      state 0x0, keycode 0 (keysym 0xe1, aacute), same_screen YES,
      XLookupString gives 0 bytes:
      XmbLookupString gives 2 bytes: (c3 a1) "á"
      XFilterEvent returns: False



      KeyRelease event, serial 38, synthetic NO, window 0x4600001,
      root 0x13f, subw 0x0, time 1231377, (849,498), root:(857,592),
      state 0x0, keycode 38 (keysym 0x61, a), same_screen YES,
      XLookupString gives 1 bytes: (61) "a"
      XFilterEvent returns: False



      In the keypress event, the "á" is being generated, but in the key release, it's just the "a".







      keyboard shortcut-keys keyboard-layout compose-key





      share







      New contributor




      Lashi Bandara is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.










      share







      New contributor




      Lashi Bandara is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.








      share



      share






      New contributor




      Lashi Bandara is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.









      asked 1 min ago









      Lashi BandaraLashi Bandara

      1




      1




      New contributor




      Lashi Bandara is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.





      New contributor





      Lashi Bandara is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.






      Lashi Bandara is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.






















          0






          active

          oldest

          votes











          Your Answer








          StackExchange.ready(function() {
          var channelOptions = {
          tags: "".split(" "),
          id: "89"
          };
          initTagRenderer("".split(" "), "".split(" "), channelOptions);

          StackExchange.using("externalEditor", function() {
          // Have to fire editor after snippets, if snippets enabled
          if (StackExchange.settings.snippets.snippetsEnabled) {
          StackExchange.using("snippets", function() {
          createEditor();
          });
          }
          else {
          createEditor();
          }
          });

          function createEditor() {
          StackExchange.prepareEditor({
          heartbeatType: 'answer',
          autoActivateHeartbeat: false,
          convertImagesToLinks: true,
          noModals: true,
          showLowRepImageUploadWarning: true,
          reputationToPostImages: 10,
          bindNavPrevention: true,
          postfix: "",
          imageUploader: {
          brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
          contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
          allowUrls: true
          },
          onDemand: true,
          discardSelector: ".discard-answer"
          ,immediatelyShowMarkdownHelp:true
          });


          }
          });






          Lashi Bandara is a new contributor. Be nice, and check out our Code of Conduct.










          draft saved

          draft discarded


















          StackExchange.ready(
          function () {
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1123396%2fcompose-key-broken-in-ubuntu-18-04-in-x-but-not-in-the-console%23new-answer', 'question_page');
          }
          );

          Post as a guest















          Required, but never shown

























          0






          active

          oldest

          votes








          0






          active

          oldest

          votes









          active

          oldest

          votes






          active

          oldest

          votes








          Lashi Bandara is a new contributor. Be nice, and check out our Code of Conduct.










          draft saved

          draft discarded


















          Lashi Bandara is a new contributor. Be nice, and check out our Code of Conduct.













          Lashi Bandara is a new contributor. Be nice, and check out our Code of Conduct.












          Lashi Bandara is a new contributor. Be nice, and check out our Code of Conduct.
















          Thanks for contributing an answer to Ask Ubuntu!


          • Please be sure to answer the question. Provide details and share your research!

          But avoid



          • Asking for help, clarification, or responding to other answers.

          • Making statements based on opinion; back them up with references or personal experience.


          To learn more, see our tips on writing great answers.




          draft saved


          draft discarded














          StackExchange.ready(
          function () {
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1123396%2fcompose-key-broken-in-ubuntu-18-04-in-x-but-not-in-the-console%23new-answer', 'question_page');
          }
          );

          Post as a guest















          Required, but never shown





















































          Required, but never shown














          Required, but never shown












          Required, but never shown







          Required, but never shown

































          Required, but never shown














          Required, but never shown












          Required, but never shown







          Required, but never shown







          Popular posts from this blog

          Why do type traits not work with types in namespace scope?What are POD types in C++?Why can templates only be...

          Will tsunami waves travel forever if there was no land?Why do tsunami waves begin with the water flowing away...

          Should I use Docker or LXD?How to cache (more) data on SSD/RAM to avoid spin up?Unable to get Windows File...