firefox-devedition-flatpak
firefox-devedition-flatpak copied to clipboard
GNotifier add-on doesn't work
With the official tarballed version of Firefox I can use the GNotifier add-on to get GNOME Shell notifications; with the Flatpak version I get a Firefox notification instead.
(I appreciate this might not be fixable given the premise of sandboxing Flatpak apps.)
We need to have libnotify in the bundle or runtime. @alexlarsson any hint how to proceed with this?
What runtime do you use? It is in the gnome one, but not in the fd.o one. Are you using flatpak-builder to build firefox? If so, you can just copy the snippet from the gnome sdk: https://git.gnome.org/browse/gnome-sdk-images/tree/org.gnome.Sdk.json.in?h=gnome-3-22#n518
Firefox is using dlopen and relevant stuff to use libnotify. Thanks for the suggestion @alexlarsson. It does not fix this problem though /app/lib/libnotify.so.4 is installed now. I will have to debug it later.