polybar-spotify-module icon indicating copy to clipboard operation
polybar-spotify-module copied to clipboard

Writing directly to the named pipe to send IPC messages has been deprecated

Open arbaes opened this issue 1 year ago • 2 comments

As per documentation, we now have to use polybar-msg

I guess this part needs to be rewritten unfortunately https://github.com/mihirlad55/polybar-spotify-module/blob/master/src/spotify-listener.c#L123

arbaes avatar Aug 17 '23 13:08 arbaes

Edit: Checked the documentation myself, looks like I'm past the 3.6 threshold for deprecation.

When was that deprecation due to take effect? I recently ran updates and the module doesn't appear at all anymore.

I may fork and attempt to fix this myself, see if it fixes the module for me.

corigne avatar Oct 12 '23 01:10 corigne

As per documentation, we now have to use polybar-msg

I guess this part needs to be rewritten unfortunately https://github.com/mihirlad55/polybar-spotify-module/blob/master/src/spotify-listener.c#L123

This is addressed in #38, hopefully it gets merged!

corigne avatar Oct 16 '23 06:10 corigne