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 support for untranslated Chromium PiP #4

Closed refi64 closed 2 years ago

refi64 commented 2 years ago

This adds support for Chromium's PiP window titles. Unfortunately, adding localization support would be a bit more complex, since Chromium has a rather...intricate setup for its locale information. At the moment, though, I figured being English-only was better than nothing.

Rafostar commented 2 years ago

Thanks. Better then nothing, but do you have any idea from where this string (and its translations) come from in case of Chromium? In case of Firefox there is a script in this repo that downloads them from Mozilla FTP and generates necessary files with this sole string only. I wonder if something similar can be done for Chromium :thinking: