tavogorriak

Results 3 comments of tavogorriak

I solve this in Ubuntu 23.10 just changed command in the startup programs `sh -c -- "flameshot"` ![imagen](https://github.com/flameshot-org/flameshot/assets/11763008/629a8e42-c4b6-40ab-a66a-f53b336d700b) That`s all.

Hi folks! Spotify changes some url, with this changes you can see the covers again: **id.sh** #!/bin/bash id=dbus-send --print-reply --session --dest=org.mpris.MediaPlayer2.spotify /org/mpris/MediaPlayer2 org.freedesktop.DBus.Properties.Get string:'org.mpris.MediaPlayer2.Player' string:'Metadata' | grep spotify/track/ | cut...

Hi folks! Spotify changes some url, with this changes you can see the covers again: id.sh #!/bin/bash id=`dbus-send --print-reply --session --dest=org.mpris.MediaPlayer2.spotify /org/mpris/MediaPlayer2 org.freedesktop.DBus.Properties.Get string:'org.mpris.MediaPlayer2.Player' string:'Metadata' | grep spotify/track/ | cut...