How to show full names on desktop in XFCE?












3














Let's say I have an icon on desktop "personal folder". What I actually see is the icon and "perso..." -- so the question is how to display full name, no matter how long it is. No shortening, however line breaks are fine (so for example it would be displayed in two lines "personal" and second "folder").










share|improve this question





























    3














    Let's say I have an icon on desktop "personal folder". What I actually see is the icon and "perso..." -- so the question is how to display full name, no matter how long it is. No shortening, however line breaks are fine (so for example it would be displayed in two lines "personal" and second "folder").










    share|improve this question



























      3












      3








      3







      Let's say I have an icon on desktop "personal folder". What I actually see is the icon and "perso..." -- so the question is how to display full name, no matter how long it is. No shortening, however line breaks are fine (so for example it would be displayed in two lines "personal" and second "folder").










      share|improve this question















      Let's say I have an icon on desktop "personal folder". What I actually see is the icon and "perso..." -- so the question is how to display full name, no matter how long it is. No shortening, however line breaks are fine (so for example it would be displayed in two lines "personal" and second "folder").







      xfce desktop






      share|improve this question















      share|improve this question













      share|improve this question




      share|improve this question








      edited 1 hour ago









      Rui F Ribeiro

      39.2k1479130




      39.2k1479130










      asked Mar 6 '12 at 21:54









      greenoldman

      2,482104159




      2,482104159






















          3 Answers
          3






          active

          oldest

          votes


















          4














          Have a look at the HIDDEN CUSTOMIZATIONS mentioned in xfdesktop's README:




          If you're using the icon view, and would like to change how the text
          looks, you have three things you can change: the opacity
          (transparency) of the rounded text background, the color of the
          rounded text background, and the color of the text itself.



          You'd want to add something like this to your ~/.gtkrc-2.0 file:



          style "xfdesktop-icon-view" {
          XfdesktopIconView::label-alpha = 75
          XfdesktopIconView::selected-label-alpha = 100
          XfdesktopIconView::ellipsize-icon-labels = 1
          XfdesktopIconView::tooltip-size = 128

          XfdesktopIconView::shadow-x-offset = 1
          XfdesktopIconView::shadow-y-offset = 1
          XfdesktopIconView::shadow-color = "#ff0000"
          XfdesktopIconView::selected-shadow-x-offset = 2
          XfdesktopIconView::selected-shadow-y-offset = 2
          XfdesktopIconView::selected-shadow-color = "#00ff00"

          XfdesktopIconView::cell-spacing = 6
          XfdesktopIconView::cell-padding = 6
          XfdesktopIconView::cell-text-width-proportion = 2.5

          base[NORMAL] = "#00ff00"
          base[SELECTED] = "#5050ff"
          base[ACTIVE] = "#0000ff"

          fg[NORMAL] = "#ff0000"
          fg[SELECTED] = "#ff0000"
          fg[ACTIVE] = "#ff0000"
          }
          widget_class "*XfdesktopIconView*" style "xfdesktop-icon-view"



          According to this XFCE forum post,



          XfdesktopIconView::cell-text-width-proportion = 2.5


          should be what you're looking for (try a higher value).



          Edit Reading more of the thread I linked, I gather that



          XfdesktopIconView::ellipsize-icon-labels = 0


          should do a better job (that's already in the README excerpt... well, I didn't notice it).






          share|improve this answer























          • Many thanks! In my case, it has to be just this line inside, because when I pasted everything, I got RGB components in label shifted. However the problem is now this -- it is done in expense of the grid size, every cell is huge, so I can have ~12 icons on the screen.
            – greenoldman
            Mar 7 '12 at 15:32










          • Does fiddling with the other cell-* values help, i.e. reducing the spacing and padding?
            – sr_
            Mar 7 '12 at 15:52










          • Yes, but it is only padding. The main problem is, XFCE set the size of the cell according to longest visible text (in case you use those settings). So it could work, if I could get rid of grid (for example).
            – greenoldman
            Mar 7 '12 at 16:04






          • 1




            @macias could you try what I edited? :)
            – sr_
            Mar 7 '12 at 16:15










          • You are great! Thank you, it solves the problem.
            – greenoldman
            Mar 7 '12 at 19:47



















          3














          In my home directory, I had to create a file called .gtkrc-2.0 as there wasn't an existing one. In this new file I entered and saved the following:



          style "xfdesktop-icon-view" {
          XfdesktopIconView::ellipsize-icon-labels = 0
          }
          widget_class "*XfdesktopIconView*" style "xfdesktop-icon-view"


          Nothing else was needed in that file, just the code as written above. When ellipsize-icon-labels is set to 0, there is no truncating of the filenames. When it's set to 1, then there will be truncation.



          When you've saved the above, just log out and back in again for the changes to take effect.



          This answer is based on the README as found at the xfce git repository.






          share|improve this answer































            0














            I was only interested in seeing full item names on my XFCE desktop, and here's what I did:
            I copied the lines above to my gtkrc-2.0 file but everything was spaced out and full of different colors; so I deleted everything except for a few lines:



            style "xfdesktop-icon-view" {
            XfdesktopIconView::cell-spacing = 2
            XfdesktopIconView::cell-padding = 2
            XfdesktopIconView::cell-text-width-proportion = 3.1

            }
            widget_class "*XfdesktopIconView*" style "xfdesktop-icon-view"file:///home/ionutz/Desktop/gtkrc


            Now everything looks normal and the items on my XFCE desktop have full names; all you have to do now is change the number from the XfdesktopIconView::cell-text-width-proportion = 3.1 line; try 3.2, 3.5 etc. and log out and back in to see what it looks like and if you like it.






            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%2f33622%2fhow-to-show-full-names-on-desktop-in-xfce%23new-answer', 'question_page');
              }
              );

              Post as a guest















              Required, but never shown

























              3 Answers
              3






              active

              oldest

              votes








              3 Answers
              3






              active

              oldest

              votes









              active

              oldest

              votes






              active

              oldest

              votes









              4














              Have a look at the HIDDEN CUSTOMIZATIONS mentioned in xfdesktop's README:




              If you're using the icon view, and would like to change how the text
              looks, you have three things you can change: the opacity
              (transparency) of the rounded text background, the color of the
              rounded text background, and the color of the text itself.



              You'd want to add something like this to your ~/.gtkrc-2.0 file:



              style "xfdesktop-icon-view" {
              XfdesktopIconView::label-alpha = 75
              XfdesktopIconView::selected-label-alpha = 100
              XfdesktopIconView::ellipsize-icon-labels = 1
              XfdesktopIconView::tooltip-size = 128

              XfdesktopIconView::shadow-x-offset = 1
              XfdesktopIconView::shadow-y-offset = 1
              XfdesktopIconView::shadow-color = "#ff0000"
              XfdesktopIconView::selected-shadow-x-offset = 2
              XfdesktopIconView::selected-shadow-y-offset = 2
              XfdesktopIconView::selected-shadow-color = "#00ff00"

              XfdesktopIconView::cell-spacing = 6
              XfdesktopIconView::cell-padding = 6
              XfdesktopIconView::cell-text-width-proportion = 2.5

              base[NORMAL] = "#00ff00"
              base[SELECTED] = "#5050ff"
              base[ACTIVE] = "#0000ff"

              fg[NORMAL] = "#ff0000"
              fg[SELECTED] = "#ff0000"
              fg[ACTIVE] = "#ff0000"
              }
              widget_class "*XfdesktopIconView*" style "xfdesktop-icon-view"



              According to this XFCE forum post,



              XfdesktopIconView::cell-text-width-proportion = 2.5


              should be what you're looking for (try a higher value).



              Edit Reading more of the thread I linked, I gather that



              XfdesktopIconView::ellipsize-icon-labels = 0


              should do a better job (that's already in the README excerpt... well, I didn't notice it).






              share|improve this answer























              • Many thanks! In my case, it has to be just this line inside, because when I pasted everything, I got RGB components in label shifted. However the problem is now this -- it is done in expense of the grid size, every cell is huge, so I can have ~12 icons on the screen.
                – greenoldman
                Mar 7 '12 at 15:32










              • Does fiddling with the other cell-* values help, i.e. reducing the spacing and padding?
                – sr_
                Mar 7 '12 at 15:52










              • Yes, but it is only padding. The main problem is, XFCE set the size of the cell according to longest visible text (in case you use those settings). So it could work, if I could get rid of grid (for example).
                – greenoldman
                Mar 7 '12 at 16:04






              • 1




                @macias could you try what I edited? :)
                – sr_
                Mar 7 '12 at 16:15










              • You are great! Thank you, it solves the problem.
                – greenoldman
                Mar 7 '12 at 19:47
















              4














              Have a look at the HIDDEN CUSTOMIZATIONS mentioned in xfdesktop's README:




              If you're using the icon view, and would like to change how the text
              looks, you have three things you can change: the opacity
              (transparency) of the rounded text background, the color of the
              rounded text background, and the color of the text itself.



              You'd want to add something like this to your ~/.gtkrc-2.0 file:



              style "xfdesktop-icon-view" {
              XfdesktopIconView::label-alpha = 75
              XfdesktopIconView::selected-label-alpha = 100
              XfdesktopIconView::ellipsize-icon-labels = 1
              XfdesktopIconView::tooltip-size = 128

              XfdesktopIconView::shadow-x-offset = 1
              XfdesktopIconView::shadow-y-offset = 1
              XfdesktopIconView::shadow-color = "#ff0000"
              XfdesktopIconView::selected-shadow-x-offset = 2
              XfdesktopIconView::selected-shadow-y-offset = 2
              XfdesktopIconView::selected-shadow-color = "#00ff00"

              XfdesktopIconView::cell-spacing = 6
              XfdesktopIconView::cell-padding = 6
              XfdesktopIconView::cell-text-width-proportion = 2.5

              base[NORMAL] = "#00ff00"
              base[SELECTED] = "#5050ff"
              base[ACTIVE] = "#0000ff"

              fg[NORMAL] = "#ff0000"
              fg[SELECTED] = "#ff0000"
              fg[ACTIVE] = "#ff0000"
              }
              widget_class "*XfdesktopIconView*" style "xfdesktop-icon-view"



              According to this XFCE forum post,



              XfdesktopIconView::cell-text-width-proportion = 2.5


              should be what you're looking for (try a higher value).



              Edit Reading more of the thread I linked, I gather that



              XfdesktopIconView::ellipsize-icon-labels = 0


              should do a better job (that's already in the README excerpt... well, I didn't notice it).






              share|improve this answer























              • Many thanks! In my case, it has to be just this line inside, because when I pasted everything, I got RGB components in label shifted. However the problem is now this -- it is done in expense of the grid size, every cell is huge, so I can have ~12 icons on the screen.
                – greenoldman
                Mar 7 '12 at 15:32










              • Does fiddling with the other cell-* values help, i.e. reducing the spacing and padding?
                – sr_
                Mar 7 '12 at 15:52










              • Yes, but it is only padding. The main problem is, XFCE set the size of the cell according to longest visible text (in case you use those settings). So it could work, if I could get rid of grid (for example).
                – greenoldman
                Mar 7 '12 at 16:04






              • 1




                @macias could you try what I edited? :)
                – sr_
                Mar 7 '12 at 16:15










              • You are great! Thank you, it solves the problem.
                – greenoldman
                Mar 7 '12 at 19:47














              4












              4








              4






              Have a look at the HIDDEN CUSTOMIZATIONS mentioned in xfdesktop's README:




              If you're using the icon view, and would like to change how the text
              looks, you have three things you can change: the opacity
              (transparency) of the rounded text background, the color of the
              rounded text background, and the color of the text itself.



              You'd want to add something like this to your ~/.gtkrc-2.0 file:



              style "xfdesktop-icon-view" {
              XfdesktopIconView::label-alpha = 75
              XfdesktopIconView::selected-label-alpha = 100
              XfdesktopIconView::ellipsize-icon-labels = 1
              XfdesktopIconView::tooltip-size = 128

              XfdesktopIconView::shadow-x-offset = 1
              XfdesktopIconView::shadow-y-offset = 1
              XfdesktopIconView::shadow-color = "#ff0000"
              XfdesktopIconView::selected-shadow-x-offset = 2
              XfdesktopIconView::selected-shadow-y-offset = 2
              XfdesktopIconView::selected-shadow-color = "#00ff00"

              XfdesktopIconView::cell-spacing = 6
              XfdesktopIconView::cell-padding = 6
              XfdesktopIconView::cell-text-width-proportion = 2.5

              base[NORMAL] = "#00ff00"
              base[SELECTED] = "#5050ff"
              base[ACTIVE] = "#0000ff"

              fg[NORMAL] = "#ff0000"
              fg[SELECTED] = "#ff0000"
              fg[ACTIVE] = "#ff0000"
              }
              widget_class "*XfdesktopIconView*" style "xfdesktop-icon-view"



              According to this XFCE forum post,



              XfdesktopIconView::cell-text-width-proportion = 2.5


              should be what you're looking for (try a higher value).



              Edit Reading more of the thread I linked, I gather that



              XfdesktopIconView::ellipsize-icon-labels = 0


              should do a better job (that's already in the README excerpt... well, I didn't notice it).






              share|improve this answer














              Have a look at the HIDDEN CUSTOMIZATIONS mentioned in xfdesktop's README:




              If you're using the icon view, and would like to change how the text
              looks, you have three things you can change: the opacity
              (transparency) of the rounded text background, the color of the
              rounded text background, and the color of the text itself.



              You'd want to add something like this to your ~/.gtkrc-2.0 file:



              style "xfdesktop-icon-view" {
              XfdesktopIconView::label-alpha = 75
              XfdesktopIconView::selected-label-alpha = 100
              XfdesktopIconView::ellipsize-icon-labels = 1
              XfdesktopIconView::tooltip-size = 128

              XfdesktopIconView::shadow-x-offset = 1
              XfdesktopIconView::shadow-y-offset = 1
              XfdesktopIconView::shadow-color = "#ff0000"
              XfdesktopIconView::selected-shadow-x-offset = 2
              XfdesktopIconView::selected-shadow-y-offset = 2
              XfdesktopIconView::selected-shadow-color = "#00ff00"

              XfdesktopIconView::cell-spacing = 6
              XfdesktopIconView::cell-padding = 6
              XfdesktopIconView::cell-text-width-proportion = 2.5

              base[NORMAL] = "#00ff00"
              base[SELECTED] = "#5050ff"
              base[ACTIVE] = "#0000ff"

              fg[NORMAL] = "#ff0000"
              fg[SELECTED] = "#ff0000"
              fg[ACTIVE] = "#ff0000"
              }
              widget_class "*XfdesktopIconView*" style "xfdesktop-icon-view"



              According to this XFCE forum post,



              XfdesktopIconView::cell-text-width-proportion = 2.5


              should be what you're looking for (try a higher value).



              Edit Reading more of the thread I linked, I gather that



              XfdesktopIconView::ellipsize-icon-labels = 0


              should do a better job (that's already in the README excerpt... well, I didn't notice it).







              share|improve this answer














              share|improve this answer



              share|improve this answer








              edited Mar 7 '12 at 16:15

























              answered Mar 7 '12 at 13:11









              sr_

              13k3243




              13k3243












              • Many thanks! In my case, it has to be just this line inside, because when I pasted everything, I got RGB components in label shifted. However the problem is now this -- it is done in expense of the grid size, every cell is huge, so I can have ~12 icons on the screen.
                – greenoldman
                Mar 7 '12 at 15:32










              • Does fiddling with the other cell-* values help, i.e. reducing the spacing and padding?
                – sr_
                Mar 7 '12 at 15:52










              • Yes, but it is only padding. The main problem is, XFCE set the size of the cell according to longest visible text (in case you use those settings). So it could work, if I could get rid of grid (for example).
                – greenoldman
                Mar 7 '12 at 16:04






              • 1




                @macias could you try what I edited? :)
                – sr_
                Mar 7 '12 at 16:15










              • You are great! Thank you, it solves the problem.
                – greenoldman
                Mar 7 '12 at 19:47


















              • Many thanks! In my case, it has to be just this line inside, because when I pasted everything, I got RGB components in label shifted. However the problem is now this -- it is done in expense of the grid size, every cell is huge, so I can have ~12 icons on the screen.
                – greenoldman
                Mar 7 '12 at 15:32










              • Does fiddling with the other cell-* values help, i.e. reducing the spacing and padding?
                – sr_
                Mar 7 '12 at 15:52










              • Yes, but it is only padding. The main problem is, XFCE set the size of the cell according to longest visible text (in case you use those settings). So it could work, if I could get rid of grid (for example).
                – greenoldman
                Mar 7 '12 at 16:04






              • 1




                @macias could you try what I edited? :)
                – sr_
                Mar 7 '12 at 16:15










              • You are great! Thank you, it solves the problem.
                – greenoldman
                Mar 7 '12 at 19:47
















              Many thanks! In my case, it has to be just this line inside, because when I pasted everything, I got RGB components in label shifted. However the problem is now this -- it is done in expense of the grid size, every cell is huge, so I can have ~12 icons on the screen.
              – greenoldman
              Mar 7 '12 at 15:32




              Many thanks! In my case, it has to be just this line inside, because when I pasted everything, I got RGB components in label shifted. However the problem is now this -- it is done in expense of the grid size, every cell is huge, so I can have ~12 icons on the screen.
              – greenoldman
              Mar 7 '12 at 15:32












              Does fiddling with the other cell-* values help, i.e. reducing the spacing and padding?
              – sr_
              Mar 7 '12 at 15:52




              Does fiddling with the other cell-* values help, i.e. reducing the spacing and padding?
              – sr_
              Mar 7 '12 at 15:52












              Yes, but it is only padding. The main problem is, XFCE set the size of the cell according to longest visible text (in case you use those settings). So it could work, if I could get rid of grid (for example).
              – greenoldman
              Mar 7 '12 at 16:04




              Yes, but it is only padding. The main problem is, XFCE set the size of the cell according to longest visible text (in case you use those settings). So it could work, if I could get rid of grid (for example).
              – greenoldman
              Mar 7 '12 at 16:04




              1




              1




              @macias could you try what I edited? :)
              – sr_
              Mar 7 '12 at 16:15




              @macias could you try what I edited? :)
              – sr_
              Mar 7 '12 at 16:15












              You are great! Thank you, it solves the problem.
              – greenoldman
              Mar 7 '12 at 19:47




              You are great! Thank you, it solves the problem.
              – greenoldman
              Mar 7 '12 at 19:47













              3














              In my home directory, I had to create a file called .gtkrc-2.0 as there wasn't an existing one. In this new file I entered and saved the following:



              style "xfdesktop-icon-view" {
              XfdesktopIconView::ellipsize-icon-labels = 0
              }
              widget_class "*XfdesktopIconView*" style "xfdesktop-icon-view"


              Nothing else was needed in that file, just the code as written above. When ellipsize-icon-labels is set to 0, there is no truncating of the filenames. When it's set to 1, then there will be truncation.



              When you've saved the above, just log out and back in again for the changes to take effect.



              This answer is based on the README as found at the xfce git repository.






              share|improve this answer




























                3














                In my home directory, I had to create a file called .gtkrc-2.0 as there wasn't an existing one. In this new file I entered and saved the following:



                style "xfdesktop-icon-view" {
                XfdesktopIconView::ellipsize-icon-labels = 0
                }
                widget_class "*XfdesktopIconView*" style "xfdesktop-icon-view"


                Nothing else was needed in that file, just the code as written above. When ellipsize-icon-labels is set to 0, there is no truncating of the filenames. When it's set to 1, then there will be truncation.



                When you've saved the above, just log out and back in again for the changes to take effect.



                This answer is based on the README as found at the xfce git repository.






                share|improve this answer


























                  3












                  3








                  3






                  In my home directory, I had to create a file called .gtkrc-2.0 as there wasn't an existing one. In this new file I entered and saved the following:



                  style "xfdesktop-icon-view" {
                  XfdesktopIconView::ellipsize-icon-labels = 0
                  }
                  widget_class "*XfdesktopIconView*" style "xfdesktop-icon-view"


                  Nothing else was needed in that file, just the code as written above. When ellipsize-icon-labels is set to 0, there is no truncating of the filenames. When it's set to 1, then there will be truncation.



                  When you've saved the above, just log out and back in again for the changes to take effect.



                  This answer is based on the README as found at the xfce git repository.






                  share|improve this answer














                  In my home directory, I had to create a file called .gtkrc-2.0 as there wasn't an existing one. In this new file I entered and saved the following:



                  style "xfdesktop-icon-view" {
                  XfdesktopIconView::ellipsize-icon-labels = 0
                  }
                  widget_class "*XfdesktopIconView*" style "xfdesktop-icon-view"


                  Nothing else was needed in that file, just the code as written above. When ellipsize-icon-labels is set to 0, there is no truncating of the filenames. When it's set to 1, then there will be truncation.



                  When you've saved the above, just log out and back in again for the changes to take effect.



                  This answer is based on the README as found at the xfce git repository.







                  share|improve this answer














                  share|improve this answer



                  share|improve this answer








                  edited Sep 25 '14 at 20:56









                  drs

                  3,30352859




                  3,30352859










                  answered Sep 25 '14 at 20:33









                  Chainy

                  312




                  312























                      0














                      I was only interested in seeing full item names on my XFCE desktop, and here's what I did:
                      I copied the lines above to my gtkrc-2.0 file but everything was spaced out and full of different colors; so I deleted everything except for a few lines:



                      style "xfdesktop-icon-view" {
                      XfdesktopIconView::cell-spacing = 2
                      XfdesktopIconView::cell-padding = 2
                      XfdesktopIconView::cell-text-width-proportion = 3.1

                      }
                      widget_class "*XfdesktopIconView*" style "xfdesktop-icon-view"file:///home/ionutz/Desktop/gtkrc


                      Now everything looks normal and the items on my XFCE desktop have full names; all you have to do now is change the number from the XfdesktopIconView::cell-text-width-proportion = 3.1 line; try 3.2, 3.5 etc. and log out and back in to see what it looks like and if you like it.






                      share|improve this answer




























                        0














                        I was only interested in seeing full item names on my XFCE desktop, and here's what I did:
                        I copied the lines above to my gtkrc-2.0 file but everything was spaced out and full of different colors; so I deleted everything except for a few lines:



                        style "xfdesktop-icon-view" {
                        XfdesktopIconView::cell-spacing = 2
                        XfdesktopIconView::cell-padding = 2
                        XfdesktopIconView::cell-text-width-proportion = 3.1

                        }
                        widget_class "*XfdesktopIconView*" style "xfdesktop-icon-view"file:///home/ionutz/Desktop/gtkrc


                        Now everything looks normal and the items on my XFCE desktop have full names; all you have to do now is change the number from the XfdesktopIconView::cell-text-width-proportion = 3.1 line; try 3.2, 3.5 etc. and log out and back in to see what it looks like and if you like it.






                        share|improve this answer


























                          0












                          0








                          0






                          I was only interested in seeing full item names on my XFCE desktop, and here's what I did:
                          I copied the lines above to my gtkrc-2.0 file but everything was spaced out and full of different colors; so I deleted everything except for a few lines:



                          style "xfdesktop-icon-view" {
                          XfdesktopIconView::cell-spacing = 2
                          XfdesktopIconView::cell-padding = 2
                          XfdesktopIconView::cell-text-width-proportion = 3.1

                          }
                          widget_class "*XfdesktopIconView*" style "xfdesktop-icon-view"file:///home/ionutz/Desktop/gtkrc


                          Now everything looks normal and the items on my XFCE desktop have full names; all you have to do now is change the number from the XfdesktopIconView::cell-text-width-proportion = 3.1 line; try 3.2, 3.5 etc. and log out and back in to see what it looks like and if you like it.






                          share|improve this answer














                          I was only interested in seeing full item names on my XFCE desktop, and here's what I did:
                          I copied the lines above to my gtkrc-2.0 file but everything was spaced out and full of different colors; so I deleted everything except for a few lines:



                          style "xfdesktop-icon-view" {
                          XfdesktopIconView::cell-spacing = 2
                          XfdesktopIconView::cell-padding = 2
                          XfdesktopIconView::cell-text-width-proportion = 3.1

                          }
                          widget_class "*XfdesktopIconView*" style "xfdesktop-icon-view"file:///home/ionutz/Desktop/gtkrc


                          Now everything looks normal and the items on my XFCE desktop have full names; all you have to do now is change the number from the XfdesktopIconView::cell-text-width-proportion = 3.1 line; try 3.2, 3.5 etc. and log out and back in to see what it looks like and if you like it.







                          share|improve this answer














                          share|improve this answer



                          share|improve this answer








                          edited Mar 27 '14 at 11:37









                          lgeorget

                          8,86622450




                          8,86622450










                          answered Mar 27 '14 at 10:59









                          john d

                          1




                          1






























                              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.





                              Some of your past answers have not been well-received, and you're in danger of being blocked from answering.


                              Please pay close attention to the following guidance:


                              • 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%2f33622%2fhow-to-show-full-names-on-desktop-in-xfce%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

                              濃尾地震

                              How to rewrite equation of hyperbola in standard form

                              No ethernet ip address in my vocore2