After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 346750 - Crash when gajim is not started
Crash when gajim is not started
Status: RESOLVED FIXED
Product: nautilus-sendto
Classification: Applications
Component: general
0.7
Other All
: Normal critical
: ---
Assigned To: Roberto Majadas
Roberto Majadas
Depends on:
Blocks:
 
 
Reported: 2006-07-06 12:18 UTC by Dimitur Kirov
Modified: 2006-07-12 09:03 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
prevent gajim module from being unloaded (2.34 KB, patch)
2006-07-06 12:19 UTC, Dimitur Kirov
none Details | Review
the same patch for cvs (1.70 KB, patch)
2006-07-07 07:29 UTC, Dimitur Kirov
none Details | Review

Description Dimitur Kirov 2006-07-06 12:18:29 UTC
Please describe the problem:
Nautilus-sendto crashes when it tries to unload gajim module. 

Steps to reproduce:
1. Install nautilus-sendto with gajim
2. Make sure gajim is not running
3. Start nautilus-sendto


Actual results:


Expected results:


Does this happen every time?


Other information:
The crash has something to do with dbus connection, I tried to unref it but it didn't help. This patch solves the problem, by setting TRUE to _NstPluginInfo.never_unload field.
Comment 1 Dimitur Kirov 2006-07-06 12:19:57 UTC
Created attachment 68464 [details] [review]
prevent gajim module from being unloaded
Comment 2 Dimitur Kirov 2006-07-07 07:29:08 UTC
Created attachment 68531 [details] [review]
the same patch for cvs

bindtextdomain lines are removed from init function
Comment 3 Roberto Majadas 2006-07-12 09:03:35 UTC
the patch is in the CVS , thanks . Dimitur