davesteele / gnome-gmail

Integrate GMail into the Linux Desktop
https://davesteele.github.io/gnome-gmail/
GNU General Public License v2.0
50 stars 13 forks source link

gnome-gmail crashes while google first asks to give permission to it. #32

Closed HoboPrimate closed 8 years ago

HoboPrimate commented 8 years ago

Afterwards, google also asks to paste some code into gnome-gmail, but I don't know where to put it.

This is running the packaged version in fedora 23.

davesteele commented 8 years ago

Could you run it from the command line with e.g.

gnome-gmail mailto:joe@example.com

and send me the output when it crashes?

Does it behave better with e.g.

python2.7 gnome-gmail mailto:joe@example.com
HoboPrimate commented 8 years ago

Sure:

gnome-gmail mailto:joe@example.com

Segmentation fault (core dumped)

python2.7 /usr/share/gnome-gmail/gnomegmail.py mailto:joe@example.com

Segmentation fault (core dumped)

2016-03-24 17:50 GMT+00:00 David Steele notifications@github.com:

Could you run it from the command line with e.g.

gnome-gmail mailto:joe@example.com

and send me the output when it crashes?

Does it behave better with e.g.

python2.7 gnome-gmail mailto:joe@example.com

— You are receiving this because you authored the thread. Reply to this email directly or view it on GitHub https://github.com/davesteele/gnome-gmail/issues/32#issuecomment-200947414

HoboPrimate commented 8 years ago

And it crashes immediately with those commands.

davesteele commented 8 years ago

Based on your report, it is crashing in either Gtk.main_iteration() or Wnck.Screen.get_default(). Make sure you have the Fedora equivalents installed for python-gi, libgtk-3-bin, and gir1.2-wnck-3.0.

HoboPrimate commented 8 years ago

I have now installed archlinux, and gnome-gmail package from AUR doesn't crash anymore. Do we close this one?

HoboPrimate commented 8 years ago

Closing this one then.