i have a Raspberry Pi 3 model B Version 1.2. I have installed Raspbian OS on it.
I am making a project to a Truck, and i want to remove the Raspberry Pi Menu Icon and put a Mercedes Logo, how do i do it?
Any awnser will be Appreciated
i have a Raspberry Pi 3 model B Version 1.2. I have installed Raspbian OS on it.
I am making a project to a Truck, and i want to remove the Raspberry Pi Menu Icon and put a Mercedes Logo, how do i do it?
Any awnser will be Appreciated
first, have your Mercedes logo downloaded, then follow these instructions:
Panel SettingsPanel Applets tab.Menu in the list, and then click on Preferences to the right.browse, navigate to your image and choose it, then click ok, then close. you should now have a different menu icon!!
EDIT: (Untested) @BotSpot below pointed out that you can just right click on the menu icon to access preferences instead.
raspberrypi-artwork folder icons
Thank you anyway
– yanko Apr 02 '18 at 20:22raspberrypi-artwork @IanPauloPerina ?
– Benjamin Ashbaugh
Apr 02 '18 at 21:57
/usr/share/raspberrypi-artwork @scitronboy , the launch is the Menu Icon
– yanko
Apr 02 '18 at 22:08
/usr/share/raspberrypi-artwork route!
– Benjamin Ashbaugh
Apr 02 '18 at 22:09
i was browsing system files and i discovered the directory of the main logos: /usr/share/raspberrypi-artwork NOTE: You will need admin rights to modify this files
The launch is the Menu Icon.
Thanks @scitronboy for suggesting me to awnser my own question ;)
NOTE: Keep images in their original format and name, you can't replace example.png with example.jpg
I found a way , Remember it's a Linux based system and nothing is hidden.
There is a file named "index.theme" in the usr/share/icons/hicolor
Using the terminal open the file.
Use command: sudo nano /usr/share/icons/hicolor/index.theme
When the file opens edit the 4th line "Hidden=True" change it to False then press ctrl+x , yes, ctrl+m
Hope this helps , worked for me.