mirror of https://github.com/xSmurf/oz.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
34 lines
730 B
34 lines
730 B
{
|
|
"path": "/usr/bin/icedove"
|
|
, "xserver": {
|
|
"enabled": true
|
|
, "enable_tray": true
|
|
, "tray_icon": "/usr/share/icons/hicolor/scalable/apps/icedove.svg"
|
|
}
|
|
, "networking":{
|
|
"type":"bridge"
|
|
, "sockets": [
|
|
{"type":"client", "proto":"tcp", "port":9050}
|
|
]
|
|
}
|
|
, "whitelist": [
|
|
{"path":"/run/resolvconf"}
|
|
, {"path":"/run/user/${UID}/keyring"}
|
|
, {"path":"/tmp/gpg-*"}
|
|
, {"path":"${HOME}/.cache/icedove"}
|
|
, {"path":"${HOME}/.gnupg"}
|
|
, {"path":"${HOME}/..thunderbird"}
|
|
, {"path":"${HOME}/.icedove"}
|
|
|
|
, {"path":"${HOME}/.config/gtk-3.0"}
|
|
, {"path":"${HOME}/.config/gtk-2.0"}
|
|
]
|
|
, "_blacklist": [
|
|
]
|
|
, "environment": [
|
|
{"name":"GPG_AGENT_INFO"}
|
|
, {"name":"GNOME_KEYRING_CONTROL"}
|
|
, {"name":"GNOME_KEYRING_PID", "value":"1"}
|
|
]
|
|
}
|