[Solved] STM32Cube IDE Icon Missing on Fedora 41
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2024-11-28 8:30 AM
Subject: [Solved] STM32Cube IDE Icon Missing on Fedora 41
Message:
Hi everyone,
I recently upgraded to Fedora 41 and noticed that the STM32Cube IDE icon was missing. After some searching, I found a solution on Reddit that worked perfectly. Sharing it here to help others who might face the same problem.
Issue:
The STM32Cube IDE uses an .ico file for its application icon. On Fedora 41, icons or images in formats like .bmp, .xpm, .ico, etc., might not display correctly if specific packages are missing.
Solution:
To fix this issue, install the gdk-pixbuf2-modules-extra package by running the following command in the terminal:
sudo dnf install gdk-pixbuf2-modules-extra
After installation, log out and back in (or reboot), and the icons should display properly.
Explanation:
The gdk-pixbuf2-modules-extra package adds support for additional image formats like ICO, BMP, XPM, and others. Without this package, applications relying on these formats can’t render their icons or images correctly.
Credit:
I found this solution on Reddit. Here's the original post that helped me:
Reddit: Solved - Fedora 41/Gnome 47 Missing Icons, Broken Images
Hope this helps anyone else experiencing this issue!
Cheers,
Vijay
- Labels:
-
Bug-report
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2024-11-28 9:33 AM
Hello @zerovijay
Which version of cubeIDE are you using? Have you tried the last version of the STM32CubeIDE V1.17.0
BR,
Souhaib
To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2024-11-28 3:44 PM
STM32CubeIDE
Version: 1.17.0
Build: 23558_20241125_2245 (UTC)
OS: Linux, v.6.11.8-300.fc41.x86_64, x86_64 / gtk 3.24.43, WebKit 2.46.3
Java vendor: Eclipse Adoptium
Java runtime version: 21.0.3+9-LTS
Java version: 21.0.3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2024-11-29 5:35 AM
Hello @zerovijay
I appreciate your detailed explanation and valuable information.
Actually, the STM32CubeIDE is not officially supported on Fedora 41 as it was recently released.
Here is the list of OS supported (in RN0114 - Rev 32):
Supported operating systems and architectures
• Windows® 10 and 11, 64 bits (x64)
• Linux®: Ubuntu® LTS 22.04 and LTS 24.04, and Fedora® 40
• macOS® 14 (Sonoma), macOS® 15 (Sequoia)
Thank you,
BR, Souhaib
To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.
