put back the .unsafe prefix

master
brl 10 years ago
parent 18bfbe034d
commit 45c64e6230

@ -247,7 +247,7 @@ func (st *initState) readXpraOutput(r io.ReadCloser) {
} }
func (st *initState) launchApplication() { func (st *initState) launchApplication() {
cmd := exec.Command(st.profile.Path /*+ ".unsafe"*/) cmd := exec.Command(st.profile.Path + ".unsafe")
stdout, err := cmd.StdoutPipe() stdout, err := cmd.StdoutPipe()
if err != nil { if err != nil {
st.log.Warning("Failed to create stdout pipe: %v", err) st.log.Warning("Failed to create stdout pipe: %v", err)

Loading…
Cancel
Save