Where is the executable to invoke the GNOME failed dialog on Fedora?

Viewed 71

For the debugging purpose, I want to invoke the GTK failed dialog.

In Ubuntu, I can find the binary at /usb/lib/gnome-session/gnome-session-failed. Is the same function executable available in Fedora? I tried to search around but could not find it in the system.

  • Fedora version: 18 (Spherical Cow)
  • GNOME version: 3.6
2 Answers

gnome-session-failed is not available in the version you mentioned.

you need to use gnome-session instead and specify with -whale.

Related