Linux Lite Forums

Customization => Desktop Customization => Topic started by: eagleyed on September 26, 2023, 02:57:50 PM

Title: Change Home & Trash Icons - Linux Lite 5.8
Post by: eagleyed on September 26, 2023, 02:57:50 PM
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.  :shrug
Title: Re: Change Home & Trash Icons - Linux Lite 5.8
Post by: Jerry on September 27, 2023, 01:57:05 AM
I beleive they are hard coded by XFCE. You could create your own using .desktop files

Eg. for Home folder:

Code: [Select]
[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.
Title: Re: Change Home & Trash Icons - Linux Lite 5.8
Post by: Jerry on September 27, 2023, 02:00:40 AM
Trash (won't show full):

Code: [Select]
[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
Title: Re: Change Home & Trash Icons - Linux Lite 5.8
Post by: eagleyed on September 28, 2023, 09:47:32 PM
Thanks for your help Jerry was able to use any icon! :003:
Title: Re: Change Home & Trash Icons - Linux Lite 5.8
Post by: Jerry on September 28, 2023, 10:04:04 PM
You're welcome.

Sent from my Mobile phone using Tapatalk