LightDM GTK+ greeter doesn't use the right cursor theme

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











up vote
0
down vote

favorite












I'm trying to define Suru++ as the cursor theme for LightDM GTK+ greeter on Debian stretch. This is supposedly done by adding Suru++ to the list of alternatives for x-cursor-theme, and choosing it as the alternative:



user@debian:~$ sudo update-alternatives --install /usr/share/icons/default/index.theme x-cursor-theme /usr/share/icons/Suru++/cursor.theme 0
user@debian:~$ sudo update-alternatives --config x-cursor-theme
There are 4 choices for the alternative x-cursor-theme (providing /usr/share/icons/default/index.theme).

Selection Path Priority Status
------------------------------------------------------------
0 /etc/X11/cursors/breeze_cursors.theme 102 auto mode
1 /etc/X11/cursors/Breeze_Snow.theme 41 manual mode
2 /etc/X11/cursors/breeze_cursors.theme 102 manual mode
3 /usr/share/icons/Adwaita/cursor.theme 90 manual mode
* 4 /usr/share/icons/Suru++/cursor.theme 0 manual mode

Press <enter> to keep the current choice[*], or type selection number:


If I pick any alternative in that list other than Suru++, the cursor used by LightDM GTK+ greeter is the one from the selected alternative. However, when I pick Suru++ as the alternative in the list, the cursor used by LightDM GTK+ greeter is from the Adwaita theme. This behaviour is weird to me because Suru doesn't inherit anything from Adwaita as far as I can see. In fact the contents of /usr/share/icons/Suru++/cursor.theme are very simple:



[Icon Theme]
Name = Suru
Comment = A Suru-like cursor designed by Sam Hewitt
Inherits = Suru


How should make the LightDM GTK+ greeter use this particular cursor theme?










share|improve this question



























    up vote
    0
    down vote

    favorite












    I'm trying to define Suru++ as the cursor theme for LightDM GTK+ greeter on Debian stretch. This is supposedly done by adding Suru++ to the list of alternatives for x-cursor-theme, and choosing it as the alternative:



    user@debian:~$ sudo update-alternatives --install /usr/share/icons/default/index.theme x-cursor-theme /usr/share/icons/Suru++/cursor.theme 0
    user@debian:~$ sudo update-alternatives --config x-cursor-theme
    There are 4 choices for the alternative x-cursor-theme (providing /usr/share/icons/default/index.theme).

    Selection Path Priority Status
    ------------------------------------------------------------
    0 /etc/X11/cursors/breeze_cursors.theme 102 auto mode
    1 /etc/X11/cursors/Breeze_Snow.theme 41 manual mode
    2 /etc/X11/cursors/breeze_cursors.theme 102 manual mode
    3 /usr/share/icons/Adwaita/cursor.theme 90 manual mode
    * 4 /usr/share/icons/Suru++/cursor.theme 0 manual mode

    Press <enter> to keep the current choice[*], or type selection number:


    If I pick any alternative in that list other than Suru++, the cursor used by LightDM GTK+ greeter is the one from the selected alternative. However, when I pick Suru++ as the alternative in the list, the cursor used by LightDM GTK+ greeter is from the Adwaita theme. This behaviour is weird to me because Suru doesn't inherit anything from Adwaita as far as I can see. In fact the contents of /usr/share/icons/Suru++/cursor.theme are very simple:



    [Icon Theme]
    Name = Suru
    Comment = A Suru-like cursor designed by Sam Hewitt
    Inherits = Suru


    How should make the LightDM GTK+ greeter use this particular cursor theme?










    share|improve this question

























      up vote
      0
      down vote

      favorite









      up vote
      0
      down vote

      favorite











      I'm trying to define Suru++ as the cursor theme for LightDM GTK+ greeter on Debian stretch. This is supposedly done by adding Suru++ to the list of alternatives for x-cursor-theme, and choosing it as the alternative:



      user@debian:~$ sudo update-alternatives --install /usr/share/icons/default/index.theme x-cursor-theme /usr/share/icons/Suru++/cursor.theme 0
      user@debian:~$ sudo update-alternatives --config x-cursor-theme
      There are 4 choices for the alternative x-cursor-theme (providing /usr/share/icons/default/index.theme).

      Selection Path Priority Status
      ------------------------------------------------------------
      0 /etc/X11/cursors/breeze_cursors.theme 102 auto mode
      1 /etc/X11/cursors/Breeze_Snow.theme 41 manual mode
      2 /etc/X11/cursors/breeze_cursors.theme 102 manual mode
      3 /usr/share/icons/Adwaita/cursor.theme 90 manual mode
      * 4 /usr/share/icons/Suru++/cursor.theme 0 manual mode

      Press <enter> to keep the current choice[*], or type selection number:


      If I pick any alternative in that list other than Suru++, the cursor used by LightDM GTK+ greeter is the one from the selected alternative. However, when I pick Suru++ as the alternative in the list, the cursor used by LightDM GTK+ greeter is from the Adwaita theme. This behaviour is weird to me because Suru doesn't inherit anything from Adwaita as far as I can see. In fact the contents of /usr/share/icons/Suru++/cursor.theme are very simple:



      [Icon Theme]
      Name = Suru
      Comment = A Suru-like cursor designed by Sam Hewitt
      Inherits = Suru


      How should make the LightDM GTK+ greeter use this particular cursor theme?










      share|improve this question















      I'm trying to define Suru++ as the cursor theme for LightDM GTK+ greeter on Debian stretch. This is supposedly done by adding Suru++ to the list of alternatives for x-cursor-theme, and choosing it as the alternative:



      user@debian:~$ sudo update-alternatives --install /usr/share/icons/default/index.theme x-cursor-theme /usr/share/icons/Suru++/cursor.theme 0
      user@debian:~$ sudo update-alternatives --config x-cursor-theme
      There are 4 choices for the alternative x-cursor-theme (providing /usr/share/icons/default/index.theme).

      Selection Path Priority Status
      ------------------------------------------------------------
      0 /etc/X11/cursors/breeze_cursors.theme 102 auto mode
      1 /etc/X11/cursors/Breeze_Snow.theme 41 manual mode
      2 /etc/X11/cursors/breeze_cursors.theme 102 manual mode
      3 /usr/share/icons/Adwaita/cursor.theme 90 manual mode
      * 4 /usr/share/icons/Suru++/cursor.theme 0 manual mode

      Press <enter> to keep the current choice[*], or type selection number:


      If I pick any alternative in that list other than Suru++, the cursor used by LightDM GTK+ greeter is the one from the selected alternative. However, when I pick Suru++ as the alternative in the list, the cursor used by LightDM GTK+ greeter is from the Adwaita theme. This behaviour is weird to me because Suru doesn't inherit anything from Adwaita as far as I can see. In fact the contents of /usr/share/icons/Suru++/cursor.theme are very simple:



      [Icon Theme]
      Name = Suru
      Comment = A Suru-like cursor designed by Sam Hewitt
      Inherits = Suru


      How should make the LightDM GTK+ greeter use this particular cursor theme?







      debian theme lightdm alternatives






      share|improve this question















      share|improve this question













      share|improve this question




      share|improve this question








      edited Aug 24 at 21:12

























      asked Aug 23 at 19:11









      Cutter

      1012




      1012




















          1 Answer
          1






          active

          oldest

          votes

















          up vote
          0
          down vote



          accepted










          The problem was that the value of the Inherits option in cursor.theme didn't match the name of the directory containing the theme.



          Setting Inherits to Suru++ instead of Suru solved the problem.






          share|improve this answer




















            Your Answer







            StackExchange.ready(function()
            var channelOptions =
            tags: "".split(" "),
            id: "106"
            ;
            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: false,
            noModals: false,
            showLowRepImageUploadWarning: true,
            reputationToPostImages: null,
            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%2funix.stackexchange.com%2fquestions%2f464483%2flightdm-gtk-greeter-doesnt-use-the-right-cursor-theme%23new-answer', 'question_page');

            );

            Post as a guest






























            1 Answer
            1






            active

            oldest

            votes








            1 Answer
            1






            active

            oldest

            votes









            active

            oldest

            votes






            active

            oldest

            votes








            up vote
            0
            down vote



            accepted










            The problem was that the value of the Inherits option in cursor.theme didn't match the name of the directory containing the theme.



            Setting Inherits to Suru++ instead of Suru solved the problem.






            share|improve this answer
























              up vote
              0
              down vote



              accepted










              The problem was that the value of the Inherits option in cursor.theme didn't match the name of the directory containing the theme.



              Setting Inherits to Suru++ instead of Suru solved the problem.






              share|improve this answer






















                up vote
                0
                down vote



                accepted







                up vote
                0
                down vote



                accepted






                The problem was that the value of the Inherits option in cursor.theme didn't match the name of the directory containing the theme.



                Setting Inherits to Suru++ instead of Suru solved the problem.






                share|improve this answer












                The problem was that the value of the Inherits option in cursor.theme didn't match the name of the directory containing the theme.



                Setting Inherits to Suru++ instead of Suru solved the problem.







                share|improve this answer












                share|improve this answer



                share|improve this answer










                answered Aug 25 at 9:56









                Cutter

                1012




                1012



























                     

                    draft saved


                    draft discarded















































                     


                    draft saved


                    draft discarded














                    StackExchange.ready(
                    function ()
                    StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f464483%2flightdm-gtk-greeter-doesnt-use-the-right-cursor-theme%23new-answer', 'question_page');

                    );

                    Post as a guest













































































                    Popular posts from this blog

                    How to check contact read email or not when send email to Individual?

                    Bahrain

                    Postfix configuration issue with fips on centos 7; mailgun relay