0

I am simply trying to run a command in a new terminal window. Based on my reading it seems that the following command should work

gnome-terminal -- "ls"

But I get the following error message:

# unable to open file '/etc/dconf/db/local': Failed to open file “/etc/dconf/db/local”: open() failed: No such file or directory; expect degraded performance
cmoses
  • 196
  • 1
  • 2
  • 16

1 Answers1

0

I found the answer here: Open a terminal via gnome-terminal then execute command, error : "failed to execute child process""

gnome-terminal -- /bin/bash -c ls
cmoses
  • 196
  • 1
  • 2
  • 16