![]() |
Help with desktop icon text Wraping - Printable Version +- Linux Lite Forums (https://www.linuxliteos.com/forums) +-- Forum: Customization (https://www.linuxliteos.com/forums/forumdisplay.php?fid=8) +--- Forum: Desktop Customization (https://www.linuxliteos.com/forums/forumdisplay.php?fid=34) +--- Thread: Help with desktop icon text Wraping (/showthread.php?tid=5317) |
Help with desktop icon text Wraping - New_boy - 06-03-2018 HI guys , just formatted my windows PC and installed linux for the first time. ( so I am a complete noob) How do i make the desktop icon to show "Personal ( 2nd line) Folder" It currently only showing "Persona..." only reason why Im asking is I have some icon of the same file 1st = 32 bit 2nd = 64 bit ... some time need to use the 32 bit copy Re: Help with desktop icon text Wraping - dihonomo - 06-05-2018 I haven't tried it myself, but you could append the following to your .gtkrc-2.0: Code: style "xfdesktop-icon-view" { Re: Help with desktop icon text Wraping - dihonomo - 06-05-2018 Please note that Code: XfdesktopIconView::label-alpha = 0 Re: Help with desktop icon text Wraping - New_boy - 06-09-2018 (06-05-2018, 12:38 PM)dihonomo link Wrote: I haven't tried it myself, but you could append the following to your .gtkrc-2.0: sorry but where do i find the .gtkrc-2.0 . doIi type that into the terminal Re: Help with desktop icon text Wraping - dihonomo - 06-22-2018 You could try typing the following in the terminal (make sure the prompt says "~"): Code: nano .gtkrc-2.0 On a fresh install that file should contain Code: gtk-menu-popdown-delay = 0 Then copy the lines from here and paste them (ctrl+shift+v) after the above lines. When finished exit nano (ctrl+x) and confirm overwrite. Log off and on again to see if things are as you like. |