flathub / net.jami.Jami

https://flathub.org/apps/details/net.jami.Jami
GNU General Public License v3.0
7 stars 7 forks source link

Notifications not working #55

Closed FishPine closed 1 year ago

FishPine commented 1 year ago

I'm running flatpak jami (latest) on debian and the notifications are not working. Jami is also not in the list of programs that can send notifications (gnome-control-center -> notifications).

Devices tested on: Debian Testing with Gnome (amd64) Mobian with Phosh (arm64)

I realize that this is not much information to go on, so please let me know if you need more information and how I can provide that.

FuchtelJockel commented 1 year ago

Have you removed the permission? You can check with flatpak info -M net.jami.Jami and see if it contains org.freedesktop.Notifications=talk or not.

FishPine commented 1 year ago

Thank you for responding.

Running flatpak info -M net.jami.Jami gives:

[Context] shared=network;ipc; sockets=x11;wayland;pulseaudio;fallback-x11; devices=all; features=per-app-dev-shm; filesystems=xdg-download;xdg-config/kdeglobals:ro;

[Session Bus Policy] com.canonical.AppMenu.Registrar=talk org.freedesktop.Notifications=talk cx.ring.Ring=own org.freedesktop.ScreenSaver=talk org.mpris.MediaPlayer2.chromium.instance2=own org.kde.StatusNotifierWatcher=talk

[Environment] QML_IMPORT_PATH=/app/qml LC_ALL=en_US.UTF-8

FuchtelJockel commented 1 year ago

libnotify got removed from the sdk, I had to add it back.

FishPine commented 1 year ago

Thank you for looking into this. Is there a way I can test it?