2

How can I call system settings app from the terminal? example if I want to run Gnome PPP I just type:

$ Gnome-PPP

and it will Open, so how I can do this to run system settings tool?

-related!

Doctoa
  • 124

1 Answers1

4

The System Settings app can be started with the gnome-control-center command.

Marc M
  • 672
  • 1
    when I run this it show me the flowing error: Bus error (core dumped) – Doctoa Aug 12 '12 at 15:52
  • I had kind of a similar problem in archlinux. Maybe, try: MALLOC_CHECK_=1 gnome-control-center. See https://bbs.archlinux.org/viewtopic.php?id=140131 You should also upgrade your system if not already done. – Marc M Aug 12 '12 at 16:27
  • well thanks but it show me the same Bus error (core dumped) nothing else! – Doctoa Aug 12 '12 at 16:50