Rafostar / gnome-shell-extension-pip-on-top

Makes "Picture-in-Picture" windows stay on top (even on Wayland session). Compatible with Firefox, but may work with few other browsers too.
GNU General Public License v2.0
53 stars 10 forks source link

Add GNOME 46 Support #24

Closed andregarci closed 4 months ago

andregarci commented 5 months ago

It has just been updated to GNOME 46.0 and is not supported yet.

Scotty-Trees commented 4 months ago

Fedora 40 gets released tomorrow, hope this extension can get an update pushed within the first week, but no worries if it takes a little longer. This extension is just a must when you use Firefox on Wayland. Good luck!

freundTech commented 4 months ago

It looks like 46 support was already added in https://github.com/Rafostar/gnome-shell-extension-pip-on-top/pull/23, but the update hasn't been pushed to https://extensions.gnome.org yet.

You should be able to manually install using the instructions in the readme, or, if you already have the current version installed, open ~/.local/share/gnome-shell/extensions/pip-on-top@rafostar.github.com/metadata.json and change

"shell-version": [
    "45"
  ],

to

  "shell-version": [
    "45",
    "46"
  ],
Rafostar commented 4 months ago

Now on extensions website.