[Bug]: App name and icon not displaying within the player notification on Gnome 48 #3371

Open
opened 2025-05-15 13:05:33 +00:00 by xxfogs · 3 comments
xxfogs commented 2025-05-15 13:05:33 +00:00 (Migrated from github.com)

Preflight Checklist

  • I use the latest version of YouTube Music (Application).
  • I have searched the issue tracker for a bug report that matches the one I want to file, without success.
  • I understand that th-ch/youtube-music has NO affiliation with Google or YouTube

YouTube Music (Application) Version

3.9.0

Checklists

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

  1. Launch Youtube Music within a Gnome 48 DE
  2. Open desktop notification panel
  3. Observe the issue

Expected Behavior

Notification icon and app name display propertly, for instance:

Image

Actual Behavior

Default app icon and app ID display, instead of the app name and the respective icon:

Image

Enabled plugins

  1. Album Actions
  2. Exponential Volume
  3. Navigation
  4. Performance improvement
  5. Unobtrusive Player

Additional Information

No response

### Preflight Checklist - [x] I use the latest version of YouTube Music (Application). - [x] I have searched the [issue tracker](https://github.com/th-ch/youtube-music/issues) 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](https://music.youtube.com). ### 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 1. Launch Youtube Music within a Gnome 48 DE 2. Open desktop notification panel 3. Observe the issue ### Expected Behavior Notification icon and app name display propertly, for instance: ![Image](https://github.com/user-attachments/assets/5d3cab16-1949-46fc-bdb4-fe6b5cc5c8ca) ### Actual Behavior Default app icon and app ID display, instead of the app name and the respective icon: ![Image](https://github.com/user-attachments/assets/fb08f1b9-22e4-4239-b93e-ca0d910ec5a9) ### Enabled plugins 1. Album Actions 2. Exponential Volume 3. Navigation 4. Performance improvement 5. Unobtrusive Player ### Additional Information _No response_
h-banii commented 2025-05-17 00:28:44 +00:00 (Migrated from github.com)

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)

Image

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`) <hr> 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) ![Image](https://github.com/user-attachments/assets/d1790e3f-686f-4f9b-94e1-51bf0a303699)
xxfogs commented 2025-05-17 10:33:35 +00:00 (Migrated from github.com)

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:

Image

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: ![Image](https://github.com/user-attachments/assets/ed03f51f-a276-476d-855e-8267373baadc)
franz-dc commented 2025-05-17 11:25:29 +00:00 (Migrated from github.com)

Can confirm. Same goes with Flatpak and AppImage.

Can confirm. Same goes with Flatpak and AppImage.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: YTMD/youtube-music#3371
No description provided.