[Bug]: App name and icon not displaying within the player notification on Gnome 48
Preflight Checklist
- [x] I use the latest version of YouTube Music (Application).
- [x] I have searched the issue tracker for a bug report that matches the one I want to file, without success.
- [x] I understand that th-ch/youtube-music has NO affiliation with Google or YouTube
YouTube Music (Application) Version
3.9.0
Checklists
- [ ] I use the portable version of the YouTube Music Application.
- [ ] I can reproduce this issue in the official version of (WEB) YTM.
What operating system are you using?
Other Linux
Operating System Version
Debian GNU/Linux trixie/sid x86_64
What CPU architecture are you using?
x64
Last Known Working YouTube Music (Application) version
No response
Reproduction steps
- Launch Youtube Music within a Gnome 48 DE
- Open desktop notification panel
- Observe the issue
Expected Behavior
Notification icon and app name display propertly, for instance:
Actual Behavior
Default app icon and app ID display, instead of the app name and the respective icon:
Enabled plugins
- Album Actions
- Exponential Volume
- Navigation
- Performance improvement
- Unobtrusive Player
Additional Information
No response
Do you have any youtube-music.desktop at ~/.local/share/applications or /usr/share/applications ?
If not, try creating one at ~/.local/share/applications/youtube-music.desktop
[Desktop Entry]
Categories=AudioVideo
Exec=youtube-music %u
Icon=youtube-music
Name=YouTube Music
StartupWMClass=com.github.th_ch.youtube_music
Type=Application
Version=1.4
(if it works, make sure to do the same with the icons under ~/.local/share/icons)
if the desktop entry already exists and it still doesn't work, then it's either an issue with Gnome 48 or the deb package I guess
because it's working on Gnome 47 (tested in a NixOS VM)
I have youtube-music.desktop at /usr/share/applications:
[Desktop Entry]
Name=YouTube Music
Exec="/opt/YouTube Music/youtube-music" %U
Terminal=false
Type=Application
Icon=youtube-music
StartupWMClass=com.github.th_ch.youtube_music
Comment=YouTube Music Desktop App - including custom plugins
Categories=AudioVideo;
And I have icons at /usr/share/icons:
./hicolor/512x512/apps/youtube-music.png
./hicolor/16x16/apps/youtube-music.png
./hicolor/1024x1024/apps/youtube-music.png
./hicolor/64x64/apps/youtube-music.png
./hicolor/256x256/apps/youtube-music.png
./hicolor/48x48/apps/youtube-music.png
./hicolor/24x24/apps/youtube-music.png
./hicolor/32x32/apps/youtube-music.png
./hicolor/128x128/apps/youtube-music.png
I have tried to create an additional desktop file with the contents you suggested, didn't seem to change much.
I also booted up a VM with Gnome 46 and tried installing youtube-music there. I am reproducing the same issues:
Can confirm. Same goes with Flatpak and AppImage.