-
Notifications
You must be signed in to change notification settings - Fork 52
Open
Description
Hi.
I've experimented creating and installing the following Oz profile for Wire:
{
"path": "/opt/wire-desktop/wire-desktop"
, "xserver": {
"enabled": true
, "tray_icon":"/usr/share/icons/hicolor/256x256/apps/wire-desktop.png"
, "enable_tray": false
, "enable_notifications": true
}
, "networking":{
"type":"empty"
, "sockets": [
{"type":"client", "proto":"tcp", "port":9050}
]
}
, "whitelist": [
{"path":"${HOME}/.config/Wire", "can_create": true}
, {"path": "/opt/wire-desktop", "read_only": true}
]
, "blacklist": [
]
, "environment": [
]
, "seccomp": {
"mode":"blacklist"
, "enforce": true
}
}
It was successfully installed:
user@subgraph:~$ sudo oz-setup status wire-desktop
Package divert is installed for: /opt/wire-desktop/wire-desktop
user@subgraph:~$
But when I try running it, it does not launch and I get this using sudo journalctl -f:
Oct 29 19:18:52 subgraph oz-daemon[25328]: 2017/10/29 19:18:52 [wire-desktop] (stderr) E [FATAL] Error (exec): no such file or directory /opt/wire-desktop-oz/wire-desktop
Though,
user@subgraph:~$ ls -l /opt/wire-desktop-oz/wire-desktop
-rwxr-xr-x 1 root root 83393032 Oct 10 15:36 /opt/wire-desktop-oz/wire-desktop
user@subgraph:~$
How could I fix this?
Thanks!
Metadata
Metadata
Assignees
Labels
No labels