put back the .unsafe prefix

master
brl 9 years ago
parent 18bfbe034d
commit 45c64e6230

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

Loading…
Cancel
Save