Star Hype News.

Premium celebrity moments with standout appeal.

updates

YouTube Music Snap app message?

By Sophia Vance

every time I will open YouTube music snap app, this message will appear.

"Allow settings change? Allow snap "youtube-music-desktop-app" to change "default-url-scheme-handler" subproperty "ytmd" to "youtube-music-desktop-app_youtube-music-desktop-app.desktop" ? This dialog will close automatically after 5 minutes of inactivity"

Anyway to fix this issue?

1

2 Answers

The internet is currently pretty silent about this, but it seems to be an issue related to snap, not ytmd. I've found a few similar issues related to other snap apps giving the same message on startup.

My solution: uninstall the snap app and download the app image from the creator's website.

Make sure the file is executable. (chmod +x filename)

If you want this to be treated like an application(search, pin to dock, etc..), create a new file: ~/.local/share/applications/ytmd.desktop.

I followed this article and used the icon from the ytmd github repo. Works just as well (better since there is no pop-up) as the snap installation.

2

I uninstalled it using snap remove, and installed it via FlatPak:

flatpak install flathub app.ytmdesktop.ytmdesktop

The message disappeared.

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy