Mantas Mikulėnas

Results 106 comments of Mantas Mikulėnas

could there be some guidance regarding mechanisms that are server-first? e.g. should the server explicitly abort if IR is used but the server's initial challenge is not empty (i.e. if...

Might this be already fixed in a firmware update? I guess I could make it look for `/efi` or `/boot/efi` as a fallback if the device is somehow unknown. But...

That should work, as long as you also check whether the path is a mountpoint (I'd just invoke `mountpoint -q` or `findmnt` via subprocess...) – that would also allow detecting...

@Chionsas: Should be fixed now – could you check if it works for you?

As far as I can see, version 0.0.6 does not even exist... Do you mean 0.0.5, or the latest git checkout? Also, which version of Exaile are you using?

Wouldn't this mean mpDris has to download the whole song – which may be quite large and possibly even an infinite radio stream... Not sure if that's doable unless mpd...

This will only work correctly if your distro has enabled the "user bus" for everything. systemd --user services don't have access to the "session" bus (of which there can be...

(The user bus works the same way as a session bus would, including tools using it via the `--session` option etc. – the only technical difference is that it's started...

Wouldn't the 15-second-poll which I had left in idle mode have handled this? (Or are you suggesting to watch NetworkManager state instead?)

What kind of disconnection, specifically? IO_HUP can be only triggered when the OS itself notices the connection being lost. If the physical link goes down, it can take a while...