What are the "standard Gtk+ toolkit command line options"?

I have a problem with the 'synaptic' application (GUI version of apt), and was hoping to get some debug output from it. The man page however has just a couple of command line options and this very helpful statement:

"Synaptic accepts all of the standard Gtk+ toolkit command line options as well as the following:"

Unfortunately, there's no indication of how I might determine what those are, and my googlefu has so far been unhelpful..

1 Answer

From another GTK+ application (gnome-terminal) which supports --help-gtk at the command line:

GTK+ Options --class=CLASS Program class as used by the window manager --name=NAME Program name as used by the window manager --display=DISPLAY X display to use --gtk-module=MODULES Load additional GTK+ modules --g-fatal-warnings Make all warnings fatal

Edit: "chromium-browser -h " gives these this link and this link from library.gnome.org with a useful syopsis (especially the first link).

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy

You Might Also Like