How to stop Gnome from overriding XKB layout

The name of the pictureThe name of the pictureThe name of the pictureClash Royale CLAN TAG#URR8PPP








up vote
4
down vote

favorite
1












I've created an udev rule to set the layout of an USB keyboard:



ACTION=="add", ATTRSidVendor=="0e6a", ATTRSidProduct=="030c", ENVXKBMODEL="pc105", ENVXKBLAYOUT="us", ENVXKBVARIANT="dvorak", ENVXKBOPTIONS=""


It works in a X debugging session that only starts a terminal. The USB keyboard gets the layout, the laptop keyboard doesn't.



It doesn't work in a Gnome (non-Unity) session. The external keyboard gets the same dklayout as the laptop keyboard.



I've tried both



gsettings set org.gnome.settings-daemon.plugins.keyboard active false


and



gsettings set org.gnome.desktop.input-sources sources ''


As suggested by various people, but no luck.







share|improve this question


























    up vote
    4
    down vote

    favorite
    1












    I've created an udev rule to set the layout of an USB keyboard:



    ACTION=="add", ATTRSidVendor=="0e6a", ATTRSidProduct=="030c", ENVXKBMODEL="pc105", ENVXKBLAYOUT="us", ENVXKBVARIANT="dvorak", ENVXKBOPTIONS=""


    It works in a X debugging session that only starts a terminal. The USB keyboard gets the layout, the laptop keyboard doesn't.



    It doesn't work in a Gnome (non-Unity) session. The external keyboard gets the same dklayout as the laptop keyboard.



    I've tried both



    gsettings set org.gnome.settings-daemon.plugins.keyboard active false


    and



    gsettings set org.gnome.desktop.input-sources sources ''


    As suggested by various people, but no luck.







    share|improve this question
























      up vote
      4
      down vote

      favorite
      1









      up vote
      4
      down vote

      favorite
      1






      1





      I've created an udev rule to set the layout of an USB keyboard:



      ACTION=="add", ATTRSidVendor=="0e6a", ATTRSidProduct=="030c", ENVXKBMODEL="pc105", ENVXKBLAYOUT="us", ENVXKBVARIANT="dvorak", ENVXKBOPTIONS=""


      It works in a X debugging session that only starts a terminal. The USB keyboard gets the layout, the laptop keyboard doesn't.



      It doesn't work in a Gnome (non-Unity) session. The external keyboard gets the same dklayout as the laptop keyboard.



      I've tried both



      gsettings set org.gnome.settings-daemon.plugins.keyboard active false


      and



      gsettings set org.gnome.desktop.input-sources sources ''


      As suggested by various people, but no luck.







      share|improve this question














      I've created an udev rule to set the layout of an USB keyboard:



      ACTION=="add", ATTRSidVendor=="0e6a", ATTRSidProduct=="030c", ENVXKBMODEL="pc105", ENVXKBLAYOUT="us", ENVXKBVARIANT="dvorak", ENVXKBOPTIONS=""


      It works in a X debugging session that only starts a terminal. The USB keyboard gets the layout, the laptop keyboard doesn't.



      It doesn't work in a Gnome (non-Unity) session. The external keyboard gets the same dklayout as the laptop keyboard.



      I've tried both



      gsettings set org.gnome.settings-daemon.plugins.keyboard active false


      and



      gsettings set org.gnome.desktop.input-sources sources ''


      As suggested by various people, but no luck.









      share|improve this question













      share|improve this question




      share|improve this question








      edited May 26 at 20:56

























      asked May 26 at 16:40









      Xen

      212




      212

























          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',
          convertImagesToLinks: true,
          noModals: false,
          showLowRepImageUploadWarning: true,
          reputationToPostImages: 10,
          bindNavPrevention: true,
          postfix: "",
          onDemand: true,
          discardSelector: ".discard-answer"
          ,immediatelyShowMarkdownHelp:true
          );



          );








           

          draft saved


          draft discarded


















          StackExchange.ready(
          function ()
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1040642%2fhow-to-stop-gnome-from-overriding-xkb-layout%23new-answer', 'question_page');

          );

          Post as a guest



































          active

          oldest

          votes













          active

          oldest

          votes









          active

          oldest

          votes






          active

          oldest

          votes










           

          draft saved


          draft discarded


























           


          draft saved


          draft discarded














          StackExchange.ready(
          function ()
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1040642%2fhow-to-stop-gnome-from-overriding-xkb-layout%23new-answer', 'question_page');

          );

          Post as a guest













































































          Popular posts from this blog

          pylint3 and pip3 broken

          Missing snmpget and snmpwalk

          How to enroll fingerprints to Ubuntu 17.10 with VFS491