hot fix to opening files
This commit is contained in:
BIN
bin/nwg-drawer
BIN
bin/nwg-drawer
Binary file not shown.
2
tools.go
2
tools.go
@@ -624,7 +624,7 @@ func launch(command string, terminal bool) {
|
|||||||
|
|
||||||
func open(filePath string) {
|
func open(filePath string) {
|
||||||
cmd := exec.Command(*fileManager, filePath)
|
cmd := exec.Command(*fileManager, filePath)
|
||||||
go cmd.Run()
|
cmd.Start()
|
||||||
|
|
||||||
glib.TimeoutAdd(uint(150), func() bool {
|
glib.TimeoutAdd(uint(150), func() bool {
|
||||||
gtk.MainQuit()
|
gtk.MainQuit()
|
||||||
|
|||||||
Reference in New Issue
Block a user