exec script doesn't start [closed]

asked 2015-01-31 22:08:47 +0000

Kretortex gravatar image

updated 2015-01-31 23:27:20 +0000

Hey,

I have this command:

bindsym $mode+v exec startProgram

and my startProgram script (which works by execution from d-menu or terminal):

!/bin/bash

zenity --notification\
--window-icon="info" \ --text="printf "test""\ --timeout=5

But it just doesn't start.

edit retag flag offensive reopen merge delete

Closed for the following reason question is off-topic or not relevant by Michael
close date 2015-02-01 10:41:51.962402

Comments

The FAQ is not a good place for troubleshooting questions like this that require back and forth, so I suggest you ask this question on IRC or on the mailing list. For a start, see http://i3wm.org/docs/debugging.html on how to see the i3 log to verify i3 starts the correct command.

Michael gravatar imageMichael ( 2015-02-01 10:41:37 +0000 )edit