Skip to content

Commit 5009e80

Browse files
committed
fix: Flatpak permissions
1 parent 4939047 commit 5009e80

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

flatpak/org.nickvision.application.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,9 @@
99
"--socket=wayland",
1010
"--device=dri",
1111
"--share=ipc",
12-
"--talk-name=com.canonical.Unity",
13-
"--talk-name=org.freedesktop.Notifications"
12+
"--talk-name=org.freedesktop.Notifications",
13+
"--talk-name=org.freedesktop.ScreenSaver",
14+
"--talk-name=org.freedesktop.secrets"
1415
],
1516
"cleanup":[
1617
"/include",

0 commit comments

Comments
 (0)