Batwam

Results 146 comments of Batwam

MPRIS widget seems to be part of messageList.js: https://gitlab.gnome.org/GNOME/gnome-shell/-/blob/main/js/ui/messageList.js?ref_type=heads#L768 as far as I can tell, it's simply using `raise()` which means that it's using `activate()`, but there is also a...

ok, I implemented `RaiseAsync()` and it does focus the player's tab. You can try this branch: https://github.com/Batwam/gnome-mpris-label-batwam/tree/raiseAsync It runs the built-in RaiseAsync() function ~~if available rather than~~ just after `activate()`....

just checked in Google Chrome (flatpak) and it has `CanRaise` as false so this feature would not work in chrome (and most likely other chrome based browsers but `activate()` works...

that's strange, are you using the `raiseAsync` branch? if you open ~/.local/share/gnome-shell/extensions/[email protected]/players.js, do you see `this.entryProxy.RaiseAsync()` anywhere? if yes, are you sure that the new extension is loaded? did you...

doesn't look like you are downloading the `raiseAsync` branch if the file content it the same. try doing this and then running the install.sh script: `git clone --single-branch -b raiseAsync...

I just faced the same issue after a few weeks using btrfs without issue and can confirm that the app started again after running `sudo killall xdg-document-portal`. I am also...

also, in the absence of markdown solution to embed pictures on iOS, I am having to use attachments to include pictures in the messages. However, I don't need these "Copy...

Yes, images work in the web browser and therefore PWA. This could be a solution but I am not receiving notifications when using PWA which makes this solution unusable for...