org.gnome.Geary.yaml: Work around password look hang when sandboxed
Libsecret 0.20's portal support is completely hosed at the moment. Ship 0.19 until that is resolved. See GNOME/libsecret#58 Fixes #1147
This commit is contained in:
parent
7f0bb08c54
commit
61570501a5
2 changed files with 18 additions and 0 deletions
|
|
@ -182,6 +182,16 @@
|
||||||
"--disable-oss"
|
"--disable-oss"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"name": "libsecret",
|
||||||
|
"sources": [
|
||||||
|
{
|
||||||
|
"type": "archive",
|
||||||
|
"url": "https://download.gnome.org/sources/libsecret/0.19/libsecret-0.19.1.tar.xz",
|
||||||
|
"sha256": "8583e10179456ae2c83075d95455f156dc08db6278b32bf4bd61819335a30e3a"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"name": "gsound",
|
"name": "gsound",
|
||||||
"sources": [
|
"sources": [
|
||||||
|
|
|
||||||
|
|
@ -192,6 +192,14 @@ modules:
|
||||||
- "--disable-null"
|
- "--disable-null"
|
||||||
- "--disable-oss"
|
- "--disable-oss"
|
||||||
|
|
||||||
|
# Geary dependency, workaround libsecret access via secret portal
|
||||||
|
# being non-functional GNOME/libsecret#58
|
||||||
|
- name: libsecret
|
||||||
|
sources:
|
||||||
|
- type: archive
|
||||||
|
url: https://download.gnome.org/sources/libsecret/0.19/libsecret-0.19.1.tar.xz
|
||||||
|
sha256: 8583e10179456ae2c83075d95455f156dc08db6278b32bf4bd61819335a30e3a
|
||||||
|
|
||||||
# Geary dependency
|
# Geary dependency
|
||||||
- name: gsound
|
- name: gsound
|
||||||
sources:
|
sources:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue