MartinPi wrote:How can I change all of the icons of Raspbian? Rather than changing them one at a time?
Code: Select all
gksu pcmanfmRive wrote:MartinPi wrote:How can I change all of the icons of Raspbian? Rather than changing them one at a time?
Rename existing raspitr.png image, and then load a custom image and name it 'raspitr.png'
ditto for 'raspberry-pi-logo.png'
/usr/share/raspberrypi-artwork/
to gain root access to file and contents, use:for example, here is mineCode: Select all
gksu pcmanfm
When I go to change the icon, even with typing in the command you mention earlier, it doesn't change the icon.Rive wrote:/usr/share/
/usr/share/applications
/home/pi/.local/share/applications
If you want the location of an icon, right click it, and see where it is. If it is shared, changing that one icon, will change it in all locations.
You can also add/edit/change icons/shortcuts in Menu or elsewhere, or delete ones that are already there ( for example, there are 4 shortcuts in Menu (help/internet/other) that all go to same url (raspberrypi.org).
That isnt how you do it.MartinPi wrote:That was by right clicking on the application, viewing its properties, selecting the picture and going through the icon selecter window. It changes it in the preview but then doesn't do it system wide and when I review the properties it's back to normal.
Trying to change the icon of applications on Raspbian. For example, using a custom .png for the icon of say the File Manager, or the Terminal.Rive wrote:Be more specific,What are you trying to do exactly?
For example (mine):
http://s32.postimg.org/kp6pxnfet/icon.png
How is it I do that? Sorry, very new to RaspbianRive wrote:That isnt how you do it. It has root permissions, do it through FM, and do it as root.MartinPi wrote:That was by right clicking on the application, viewing its properties, selecting the picture and going through the icon selecter window. It changes it in the preview but then doesn't do it system wide and when I review the properties it's back to normal.
I have been trying with the File Manager so let's go for thatRive wrote:Give me a specific icon you want to change, and I will walk you through it.
I have the standard username and password for my account on my Pi if that helps too.Rive wrote:Give me a specific icon you want to change, and I will walk you through it.
Open:I have been trying with the File Manager so let's go for that
Code: Select all
sudo nano /usr/share/applications/pcmanfm.desktop Code: Select all
Icon=system-file-managerCode: Select all
sudo nano /usr/share/raspi-ui-overrides/applications/pcmanfm.desktopCode: Select all
Icon=system-file-managerTrying it now; thanks for the help! Really appreciate itRive wrote:Find old file manager, in /usr/share/applications, rename it, then you create then new File Manager.I have been trying with the File Manager so let's go for that
( dont forget to use this gksu pcmanfm)
Code: Select all
sudo nano /usr/share/applications/fileman.desktopCode: Select all
[Desktop Entry] Type=Application Name=File Manager Categories=Settings;DesktopSettings; Exec=lxterminal --command "pcmanfm %U" Terminal=false Icon=/usr/share/raspberrypi-artwork/raspitr.png Name[en_US]=File Manager PCManFM
("Icon="change to image file you desire, or your new FM will look like a raspberry)
rebootDelete/Remove old file manager icon off panel items (near 'menu'), then;Code: Select all
sudo reboot
right click where it used to be, select "application launch bar settings"
click '+' on Installed Applications for "preferences", and you will see your new "File Manager" app/icon you created.
Add it to launcher. Done.
That's a much faster way to do things, working great! Also backed up everythingRive wrote:Edited. Try just changing icon for original FM. This way, nothing breaks.