Skip to content

Commit

Permalink
Fix native notifications
Browse files Browse the repository at this point in the history
Add libnotify and required dbus access.

Fixes: #1
  • Loading branch information
AsavarTzeth committed Oct 7, 2017
1 parent 006f693 commit 9947bde
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions org.telegram.desktop.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
"--socket=x11",
"--socket=pulseaudio",
"--talk-name=org.kde.StatusNotifierWatcher",
"--talk-name=org.freedesktop.Notifications",
"--env=QT_QPA_PLATFORM=flatpak",
"--device=dri" ],
"cleanup": [ "/cache",
Expand Down Expand Up @@ -198,6 +199,22 @@
"python2 setup.py install --prefix=/app"
]
},
{
"name": "libnotify",
"cleanup": [ "/bin" ],
"config-opts": [
"--disable-static",
"--disable-tests",
"--disable-introspection"
],
"sources": [
{
"type": "archive",
"url": "https://download.gnome.org/sources/libnotify/0.7/libnotify-0.7.7.tar.xz",
"sha256": "9cb4ce315b2655860c524d46b56010874214ec27e854086c1a1d0260137efc04"
}
]
},
{
"name": "telegram-desktop",
"buildsystem": "simple",
Expand Down

0 comments on commit 9947bde

Please sign in to comment.