I need to change the menu button icon on the latest Raspbian OS (Buster). I tried to change it by right clicking on the button itself and brought up the menu editor. Then, clicked on the preference button menu button. On that popup window, there is no browse button to select the image you want to apply to your menu button. So, how can you change the menu icon on the latest Raspbian OS (buster)?
How to change the menu icon in the latest Raspbian buster on Pi 3?
1.1k Views Asked by ThN At
1
There are 1 best solutions below
Related Questions in MENU
- i want to create a drop down menu for blogger
- Good practices for variables in Laravel's layout files
- CSS - Change Margin of a Menu's Items..?
- Data structure for a console menu in Node.js with nested options that can be navigated backwards
- links on elementor modal not working on click
- Accordion menu doesnt appear in frontpage
- Detection of focus change events when `WM_KILLFOCUS` and `WM_SETFOCUS` do not arrive
- How to automatically close mobile menu on scroll in website
- burger-menu bug with react (flickering)
- Menu and logo disappeared from the header in WordPress
- {Solved} Menu items spread out when expanding the menu. WPF Application
- Tkinter menu does not appear
- Curved Carrousel
- Not able to build menus in Wordpress
- Astra Theme Mobile Menu Pushes Content Downward
Related Questions in ICONS
- Problem with QPushButton icons appearing PySide6
- How to center fontawesome icons in a div?
- SvgPicture asset does not work and shows "Try connecting the name to one that is defined, or defining the name" error
- How do I set the color of the icon for my Moodle plugin of Activity type (mod) to match the color used by the theme?
- Icon of Window form application
- CSS icons under Chrome are weirdly displayed
- How to change the color of an icon when hovered over
- Chrome PDF print image aspect ratio incorrect - very apparent with small images - is there a workaround?
- Different icons based on condition in csproj file
- Why are my Flutter (dart) icons turn into weird icons?
- Laravel + React, Inertia SSR using icons with a translation file
- Error while using react native vector icons
- Close button doesn't work and can't find the line to move it down a bit
- Display warning icon in MessageBox
- How to use the comments icon for shopware 6
Related Questions in RASPBERRY-PI3
- raspberry driver stepper motor 24v 2A
- Xpt 2046 Display with Pn532 RFID reader
- How to use a RaspberryPi camera with the cv2.videoCapture() function?
- Turning on an LED using Assembly on raspbianOS (Raspberry Pi 3 Model B)
- CO2 Telaire T6713 Sensor and Raspberry Pi 3B+
- How do I run the following script in Raspberry pi 4 terminal as soon as it starts up?
- Why Does Google API Not Connect and Times Out
- Cross compiling godot as export template for arm
- How to get the microphone to record sound with Google Speech recognition on Raspberry Pi 3?
- Poor performance when sending/receiving in monitor mode
- Python code for retrieving data from SEM225 soil sensor connected a Raspberry Pi
- Real-time data doesn't update on Windows web server [Python, PHP, JS, Apache]
- Error After Running 'make' Command on Raspberry Pi 3 Model B
- MQTT on Raspberry Pi 3B+ (Raspbian) not working anymore
- OSError: [Errno 8] Exec format error: 'geckodriver'
Related Questions in RASPBIAN-BUSTER
- How can I get KODI and a Python script to run at the same time?
- QML ImageProvider not displaying anything on Raspberry
- application icon replaced by standard icon on raspberry pi task bar
- Start VNC-Viewer via python script on raspberry pi os buster
- Cannot change some camera parameters from Rpi
- ModuleNotFoundError: No module named 'openvino'
- opencv import error (libopencv_dnn.so.4.5 undefined symbol)
- OpenCV Image Capture Issue
- Error in building wheel for cryptography while installing firebase-admin on raspberry pi 3
- No SPI response. GoPiGo3 with address 8 not connected
- /opt/cmake/bin/cmake no file in the directory
- How to write the Raspberry Pi's autostart directory using python?
- PIP Install uamqp on a RaspberryPi
- Node.JS Express loader:1183 Error on Raspberry Pi
- Purged XDG from RPi 4 Raspbian Buster
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular # Hahtags
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?

I had the same problem with Pi OS Buster (Debian 10.11). Entering the image path in the popup window wouldn't work, so I searched for the image itself or a link to it. Sadly I didn't find any links so I am not able to enter a path where my icon is located. But I found the images and you can replace them.
There are four versions of the menu icon for the sizes 16x16, 24x24, 32x32 and 48x48 in
/usr/share/icons/PiXflat/48x48/places/(replace the 48x48 with the previously mentioned formats)Depending on your taskbar symbol size (default in my version was 36px) the matching image is used. So I replaced the
start-here.pngwith my icon in every format and it worked.Here is an example for the 24x24 format with my image located in the home directory.
Note: The images for the icon "rpi" are located in
/usr/share/icons/PiXflat/48x48/apps/Followup: Pi OS Stretch uses /usr/share/icons/PiX/32x32/apps/launch.png as menu icon. Again depending on your configured icon size.