Minimalist mouse cursor theme

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












1















I'd like to install a X mouse cursor theme like:



Mouse cursor X



I have Lubuntu with lxappearance, but failed to find an appropriate package for this.










share|improve this question




























    1















    I'd like to install a X mouse cursor theme like:



    Mouse cursor X



    I have Lubuntu with lxappearance, but failed to find an appropriate package for this.










    share|improve this question


























      1












      1








      1








      I'd like to install a X mouse cursor theme like:



      Mouse cursor X



      I have Lubuntu with lxappearance, but failed to find an appropriate package for this.










      share|improve this question
















      I'd like to install a X mouse cursor theme like:



      Mouse cursor X



      I have Lubuntu with lxappearance, but failed to find an appropriate package for this.







      mouse theme cursor






      share|improve this question















      share|improve this question













      share|improve this question




      share|improve this question








      edited Mar 30 '14 at 0:43









      Ramesh

      23.5k32102182




      23.5k32102182










      asked Mar 30 '14 at 0:39









      Pierre BPierre B

      6302924




      6302924




















          2 Answers
          2






          active

          oldest

          votes


















          0














          (Update: including more details after hunting down the old cursors)



          The 'original' X cursors are certainly in the basic packages for X server or X client libraries. It is a font, technically.

          (It is in the bitmap font /usr/share/fonts/X11/misc/cursor.pcf.gz in package xfonts-base)



          So there is no such package to install these old cursors separately, and you have them already if you have X.



          What should exist, though, is a modern "cursor theme" just recreating these cursors in modern format. Maybe it is not aviable as a package, but as a tar.gz file on some desktop theme collection website.

          Oh, realizing you did not explicitly ask to use the original/old cursors - so a theme "looking like them" (in a package) would fully solve your question.






          share|improve this answer

























          • Yes, I have X. But I am not able to assign my mouse cursor to the image above. The customization tool lxappearance only offers DMZ black/white and a couple of others.

            – Pierre B
            Mar 30 '14 at 4:46











          • Indeed, lxappearance does not show the original cursors. Seems like they were in a very different format back then; So while they are still there, they are incompatible, (and not automaticaly converted or so, as I expected)

            – Volker Siegel
            Mar 30 '14 at 5:07











          • Ha! Found them... it really is a font, /usr/share/fonts/X11/misc/cursor.pcf.gz. It is a bitmap font - not scalable, and in an old format. But that is all not surprising as these cursors were part of the very first versions of X pretty sure...

            – Volker Siegel
            Mar 30 '14 at 5:23












          • An interesting hack you could try is provoking LXDE to fall back to use the X11 default cursors. Can you manually try configuring no mouse theme at all, or a nonexisting one? (Btw.: after some searching, I still did not find a modern mouse theme with the old X font cursors.)

            – Volker Siegel
            Mar 30 '14 at 11:21



















          0














          I manage to get it working on my Linux.
          Basically, I have downloaded the cursor files from http://blackevilweredragon.deviantart.com/art/X11-Cursors-25788898



          Then used convert to make ... well convert them to .png



          convert icon:no.cur normal.png


          The next step is to make the .png a valid X cursor format, so I used xcursorgen



          xcursorgen conf.in normal


          conf.in looks like this:



          34 10 4 normal.png 1000


          I did this for all the cursors I was interested in, then overwrite the files in the current cursor theme:



          root@alexi-XPS13-9333 15:59:40-[x11_cursors]# cp normal /usr/share/icons/DMZ-Black/cursors/left_ptr


          Now it looks like this: X11-defaults



          NOTE: it worth mentioning that some programs will not follow the theme rules (mostly Skype) :)



          Hope it helps.






          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',
            autoActivateHeartbeat: false,
            convertImagesToLinks: false,
            noModals: true,
            showLowRepImageUploadWarning: true,
            reputationToPostImages: null,
            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
            );



            );













            draft saved

            draft discarded


















            StackExchange.ready(
            function ()
            StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f122193%2fminimalist-mouse-cursor-theme%23new-answer', 'question_page');

            );

            Post as a guest















            Required, but never shown

























            2 Answers
            2






            active

            oldest

            votes








            2 Answers
            2






            active

            oldest

            votes









            active

            oldest

            votes






            active

            oldest

            votes









            0














            (Update: including more details after hunting down the old cursors)



            The 'original' X cursors are certainly in the basic packages for X server or X client libraries. It is a font, technically.

            (It is in the bitmap font /usr/share/fonts/X11/misc/cursor.pcf.gz in package xfonts-base)



            So there is no such package to install these old cursors separately, and you have them already if you have X.



            What should exist, though, is a modern "cursor theme" just recreating these cursors in modern format. Maybe it is not aviable as a package, but as a tar.gz file on some desktop theme collection website.

            Oh, realizing you did not explicitly ask to use the original/old cursors - so a theme "looking like them" (in a package) would fully solve your question.






            share|improve this answer

























            • Yes, I have X. But I am not able to assign my mouse cursor to the image above. The customization tool lxappearance only offers DMZ black/white and a couple of others.

              – Pierre B
              Mar 30 '14 at 4:46











            • Indeed, lxappearance does not show the original cursors. Seems like they were in a very different format back then; So while they are still there, they are incompatible, (and not automaticaly converted or so, as I expected)

              – Volker Siegel
              Mar 30 '14 at 5:07











            • Ha! Found them... it really is a font, /usr/share/fonts/X11/misc/cursor.pcf.gz. It is a bitmap font - not scalable, and in an old format. But that is all not surprising as these cursors were part of the very first versions of X pretty sure...

              – Volker Siegel
              Mar 30 '14 at 5:23












            • An interesting hack you could try is provoking LXDE to fall back to use the X11 default cursors. Can you manually try configuring no mouse theme at all, or a nonexisting one? (Btw.: after some searching, I still did not find a modern mouse theme with the old X font cursors.)

              – Volker Siegel
              Mar 30 '14 at 11:21
















            0














            (Update: including more details after hunting down the old cursors)



            The 'original' X cursors are certainly in the basic packages for X server or X client libraries. It is a font, technically.

            (It is in the bitmap font /usr/share/fonts/X11/misc/cursor.pcf.gz in package xfonts-base)



            So there is no such package to install these old cursors separately, and you have them already if you have X.



            What should exist, though, is a modern "cursor theme" just recreating these cursors in modern format. Maybe it is not aviable as a package, but as a tar.gz file on some desktop theme collection website.

            Oh, realizing you did not explicitly ask to use the original/old cursors - so a theme "looking like them" (in a package) would fully solve your question.






            share|improve this answer

























            • Yes, I have X. But I am not able to assign my mouse cursor to the image above. The customization tool lxappearance only offers DMZ black/white and a couple of others.

              – Pierre B
              Mar 30 '14 at 4:46











            • Indeed, lxappearance does not show the original cursors. Seems like they were in a very different format back then; So while they are still there, they are incompatible, (and not automaticaly converted or so, as I expected)

              – Volker Siegel
              Mar 30 '14 at 5:07











            • Ha! Found them... it really is a font, /usr/share/fonts/X11/misc/cursor.pcf.gz. It is a bitmap font - not scalable, and in an old format. But that is all not surprising as these cursors were part of the very first versions of X pretty sure...

              – Volker Siegel
              Mar 30 '14 at 5:23












            • An interesting hack you could try is provoking LXDE to fall back to use the X11 default cursors. Can you manually try configuring no mouse theme at all, or a nonexisting one? (Btw.: after some searching, I still did not find a modern mouse theme with the old X font cursors.)

              – Volker Siegel
              Mar 30 '14 at 11:21














            0












            0








            0







            (Update: including more details after hunting down the old cursors)



            The 'original' X cursors are certainly in the basic packages for X server or X client libraries. It is a font, technically.

            (It is in the bitmap font /usr/share/fonts/X11/misc/cursor.pcf.gz in package xfonts-base)



            So there is no such package to install these old cursors separately, and you have them already if you have X.



            What should exist, though, is a modern "cursor theme" just recreating these cursors in modern format. Maybe it is not aviable as a package, but as a tar.gz file on some desktop theme collection website.

            Oh, realizing you did not explicitly ask to use the original/old cursors - so a theme "looking like them" (in a package) would fully solve your question.






            share|improve this answer















            (Update: including more details after hunting down the old cursors)



            The 'original' X cursors are certainly in the basic packages for X server or X client libraries. It is a font, technically.

            (It is in the bitmap font /usr/share/fonts/X11/misc/cursor.pcf.gz in package xfonts-base)



            So there is no such package to install these old cursors separately, and you have them already if you have X.



            What should exist, though, is a modern "cursor theme" just recreating these cursors in modern format. Maybe it is not aviable as a package, but as a tar.gz file on some desktop theme collection website.

            Oh, realizing you did not explicitly ask to use the original/old cursors - so a theme "looking like them" (in a package) would fully solve your question.







            share|improve this answer














            share|improve this answer



            share|improve this answer








            edited Mar 30 '14 at 11:18

























            answered Mar 30 '14 at 3:29









            Volker SiegelVolker Siegel

            10.8k33260




            10.8k33260












            • Yes, I have X. But I am not able to assign my mouse cursor to the image above. The customization tool lxappearance only offers DMZ black/white and a couple of others.

              – Pierre B
              Mar 30 '14 at 4:46











            • Indeed, lxappearance does not show the original cursors. Seems like they were in a very different format back then; So while they are still there, they are incompatible, (and not automaticaly converted or so, as I expected)

              – Volker Siegel
              Mar 30 '14 at 5:07











            • Ha! Found them... it really is a font, /usr/share/fonts/X11/misc/cursor.pcf.gz. It is a bitmap font - not scalable, and in an old format. But that is all not surprising as these cursors were part of the very first versions of X pretty sure...

              – Volker Siegel
              Mar 30 '14 at 5:23












            • An interesting hack you could try is provoking LXDE to fall back to use the X11 default cursors. Can you manually try configuring no mouse theme at all, or a nonexisting one? (Btw.: after some searching, I still did not find a modern mouse theme with the old X font cursors.)

              – Volker Siegel
              Mar 30 '14 at 11:21


















            • Yes, I have X. But I am not able to assign my mouse cursor to the image above. The customization tool lxappearance only offers DMZ black/white and a couple of others.

              – Pierre B
              Mar 30 '14 at 4:46











            • Indeed, lxappearance does not show the original cursors. Seems like they were in a very different format back then; So while they are still there, they are incompatible, (and not automaticaly converted or so, as I expected)

              – Volker Siegel
              Mar 30 '14 at 5:07











            • Ha! Found them... it really is a font, /usr/share/fonts/X11/misc/cursor.pcf.gz. It is a bitmap font - not scalable, and in an old format. But that is all not surprising as these cursors were part of the very first versions of X pretty sure...

              – Volker Siegel
              Mar 30 '14 at 5:23












            • An interesting hack you could try is provoking LXDE to fall back to use the X11 default cursors. Can you manually try configuring no mouse theme at all, or a nonexisting one? (Btw.: after some searching, I still did not find a modern mouse theme with the old X font cursors.)

              – Volker Siegel
              Mar 30 '14 at 11:21

















            Yes, I have X. But I am not able to assign my mouse cursor to the image above. The customization tool lxappearance only offers DMZ black/white and a couple of others.

            – Pierre B
            Mar 30 '14 at 4:46





            Yes, I have X. But I am not able to assign my mouse cursor to the image above. The customization tool lxappearance only offers DMZ black/white and a couple of others.

            – Pierre B
            Mar 30 '14 at 4:46













            Indeed, lxappearance does not show the original cursors. Seems like they were in a very different format back then; So while they are still there, they are incompatible, (and not automaticaly converted or so, as I expected)

            – Volker Siegel
            Mar 30 '14 at 5:07





            Indeed, lxappearance does not show the original cursors. Seems like they were in a very different format back then; So while they are still there, they are incompatible, (and not automaticaly converted or so, as I expected)

            – Volker Siegel
            Mar 30 '14 at 5:07













            Ha! Found them... it really is a font, /usr/share/fonts/X11/misc/cursor.pcf.gz. It is a bitmap font - not scalable, and in an old format. But that is all not surprising as these cursors were part of the very first versions of X pretty sure...

            – Volker Siegel
            Mar 30 '14 at 5:23






            Ha! Found them... it really is a font, /usr/share/fonts/X11/misc/cursor.pcf.gz. It is a bitmap font - not scalable, and in an old format. But that is all not surprising as these cursors were part of the very first versions of X pretty sure...

            – Volker Siegel
            Mar 30 '14 at 5:23














            An interesting hack you could try is provoking LXDE to fall back to use the X11 default cursors. Can you manually try configuring no mouse theme at all, or a nonexisting one? (Btw.: after some searching, I still did not find a modern mouse theme with the old X font cursors.)

            – Volker Siegel
            Mar 30 '14 at 11:21






            An interesting hack you could try is provoking LXDE to fall back to use the X11 default cursors. Can you manually try configuring no mouse theme at all, or a nonexisting one? (Btw.: after some searching, I still did not find a modern mouse theme with the old X font cursors.)

            – Volker Siegel
            Mar 30 '14 at 11:21














            0














            I manage to get it working on my Linux.
            Basically, I have downloaded the cursor files from http://blackevilweredragon.deviantart.com/art/X11-Cursors-25788898



            Then used convert to make ... well convert them to .png



            convert icon:no.cur normal.png


            The next step is to make the .png a valid X cursor format, so I used xcursorgen



            xcursorgen conf.in normal


            conf.in looks like this:



            34 10 4 normal.png 1000


            I did this for all the cursors I was interested in, then overwrite the files in the current cursor theme:



            root@alexi-XPS13-9333 15:59:40-[x11_cursors]# cp normal /usr/share/icons/DMZ-Black/cursors/left_ptr


            Now it looks like this: X11-defaults



            NOTE: it worth mentioning that some programs will not follow the theme rules (mostly Skype) :)



            Hope it helps.






            share|improve this answer



























              0














              I manage to get it working on my Linux.
              Basically, I have downloaded the cursor files from http://blackevilweredragon.deviantart.com/art/X11-Cursors-25788898



              Then used convert to make ... well convert them to .png



              convert icon:no.cur normal.png


              The next step is to make the .png a valid X cursor format, so I used xcursorgen



              xcursorgen conf.in normal


              conf.in looks like this:



              34 10 4 normal.png 1000


              I did this for all the cursors I was interested in, then overwrite the files in the current cursor theme:



              root@alexi-XPS13-9333 15:59:40-[x11_cursors]# cp normal /usr/share/icons/DMZ-Black/cursors/left_ptr


              Now it looks like this: X11-defaults



              NOTE: it worth mentioning that some programs will not follow the theme rules (mostly Skype) :)



              Hope it helps.






              share|improve this answer

























                0












                0








                0







                I manage to get it working on my Linux.
                Basically, I have downloaded the cursor files from http://blackevilweredragon.deviantart.com/art/X11-Cursors-25788898



                Then used convert to make ... well convert them to .png



                convert icon:no.cur normal.png


                The next step is to make the .png a valid X cursor format, so I used xcursorgen



                xcursorgen conf.in normal


                conf.in looks like this:



                34 10 4 normal.png 1000


                I did this for all the cursors I was interested in, then overwrite the files in the current cursor theme:



                root@alexi-XPS13-9333 15:59:40-[x11_cursors]# cp normal /usr/share/icons/DMZ-Black/cursors/left_ptr


                Now it looks like this: X11-defaults



                NOTE: it worth mentioning that some programs will not follow the theme rules (mostly Skype) :)



                Hope it helps.






                share|improve this answer













                I manage to get it working on my Linux.
                Basically, I have downloaded the cursor files from http://blackevilweredragon.deviantart.com/art/X11-Cursors-25788898



                Then used convert to make ... well convert them to .png



                convert icon:no.cur normal.png


                The next step is to make the .png a valid X cursor format, so I used xcursorgen



                xcursorgen conf.in normal


                conf.in looks like this:



                34 10 4 normal.png 1000


                I did this for all the cursors I was interested in, then overwrite the files in the current cursor theme:



                root@alexi-XPS13-9333 15:59:40-[x11_cursors]# cp normal /usr/share/icons/DMZ-Black/cursors/left_ptr


                Now it looks like this: X11-defaults



                NOTE: it worth mentioning that some programs will not follow the theme rules (mostly Skype) :)



                Hope it helps.







                share|improve this answer












                share|improve this answer



                share|improve this answer










                answered Feb 11 '16 at 16:03









                AndyAndy

                57244




                57244



























                    draft saved

                    draft discarded
















































                    Thanks for contributing an answer to Unix & Linux Stack Exchange!


                    • 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%2funix.stackexchange.com%2fquestions%2f122193%2fminimalist-mouse-cursor-theme%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

                    Peggy Mitchell

                    Palaiologos

                    The Forum (Inglewood, California)