LINUX LITE 7.2 FINAL RELEASED - SEE RELEASE ANNOUNCEMENTS SECTION FOR DETAILS


Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Change Home & Trash Icons - Linux Lite 5.8
#1
Using Desktop Settings selecting Default Icons there isn't a way to change the icons.  I want to change the Home & Trash icon looked around couldn't find a way to do it.  Confusedhrug
Reply
#2
I beleive they are hard coded by XFCE. You could create your own using .desktop files

Eg. for Home folder:

Code:
[Desktop Entry]
Name=Home Folder
Comment=Open your home folder
Exec=thunar /home/your-username
Icon=user-home
Terminal=false
Type=Application
Categories=Utility;Core;
where your-username is your login name.
Reply
#3
Trash (won't show full):

Code:
[Desktop Entry]
Type=Application
Name=Trash
Icon=user-trash
Exec=thunar trash:///
Categories=Utility;FileManager;

Then just change the icon from names in /usr/share/icons/Papirus/ folders
Reply
#4
Thanks for your help Jerry was able to use any icon! :003:
Reply
#5
You're welcome.

Sent from my Mobile phone using Tapatalk

Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)