Mercurial > pidgin
annotate src/main.c @ 7896:4294afe670ad
[gaim-migrate @ 8556]
Since the channel topic and the on-join message aren't enough to get
people to read the FAQ, maybe it will help if they see this message
before they ever come to see us. I'm not expecting anything,
though... The average person has to be exposed to a piece of
information seven times before reliably recalling it, and MSN users
don't seem to be what I would call "average".
committer: Tailor Script <tailor@pidgin.im>
author | Ethan Blanton <elb@pidgin.im> |
---|---|
date | Sat, 20 Dec 2003 19:36:14 +0000 |
parents | 10010e717354 |
children | 1b8261f374ea |
rev | line source |
---|---|
4489 | 1 /* |
2 * gaim | |
3 * | |
4 * Copyright (C) 1998-1999, Mark Spencer <markster@marko.net> | |
5 * | |
6 * This program is free software; you can redistribute it and/or modify | |
7 * it under the terms of the GNU General Public License as published by | |
8 * the Free Software Foundation; either version 2 of the License, or | |
9 * (at your option) any later version. | |
10 * | |
11 * This program is distributed in the hope that it will be useful, | |
12 * but WITHOUT ANY WARRANTY; without even the implied warranty of | |
13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |
14 * GNU General Public License for more details. | |
15 * | |
16 * You should have received a copy of the GNU General Public License | |
17 * along with this program; if not, write to the Free Software | |
18 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA | |
19 * | |
20 */ | |
21 | |
6371
8f94cce8faa5
[gaim-migrate @ 6876]
Christian Hammond <chipx86@chipx86.com>
parents:
6313
diff
changeset
|
22 #include "gtkinternal.h" |
5872
059d95c67cda
[gaim-migrate @ 6304]
Christian Hammond <chipx86@chipx86.com>
parents:
5866
diff
changeset
|
23 |
059d95c67cda
[gaim-migrate @ 6304]
Christian Hammond <chipx86@chipx86.com>
parents:
5866
diff
changeset
|
24 #include "account.h" |
059d95c67cda
[gaim-migrate @ 6304]
Christian Hammond <chipx86@chipx86.com>
parents:
5866
diff
changeset
|
25 #include "conversation.h" |
6179
16e384bb7fbf
[gaim-migrate @ 6664]
Christian Hammond <chipx86@chipx86.com>
parents:
6119
diff
changeset
|
26 #include "core.h" |
5872
059d95c67cda
[gaim-migrate @ 6304]
Christian Hammond <chipx86@chipx86.com>
parents:
5866
diff
changeset
|
27 #include "debug.h" |
059d95c67cda
[gaim-migrate @ 6304]
Christian Hammond <chipx86@chipx86.com>
parents:
5866
diff
changeset
|
28 #include "ft.h" |
059d95c67cda
[gaim-migrate @ 6304]
Christian Hammond <chipx86@chipx86.com>
parents:
5866
diff
changeset
|
29 #include "log.h" |
059d95c67cda
[gaim-migrate @ 6304]
Christian Hammond <chipx86@chipx86.com>
parents:
5866
diff
changeset
|
30 #include "notify.h" |
059d95c67cda
[gaim-migrate @ 6304]
Christian Hammond <chipx86@chipx86.com>
parents:
5866
diff
changeset
|
31 #include "prefs.h" |
059d95c67cda
[gaim-migrate @ 6304]
Christian Hammond <chipx86@chipx86.com>
parents:
5866
diff
changeset
|
32 #include "prpl.h" |
059d95c67cda
[gaim-migrate @ 6304]
Christian Hammond <chipx86@chipx86.com>
parents:
5866
diff
changeset
|
33 #include "pounce.h" |
059d95c67cda
[gaim-migrate @ 6304]
Christian Hammond <chipx86@chipx86.com>
parents:
5866
diff
changeset
|
34 #include "sound.h" |
6106 | 35 #include "status.h" |
5872
059d95c67cda
[gaim-migrate @ 6304]
Christian Hammond <chipx86@chipx86.com>
parents:
5866
diff
changeset
|
36 #include "util.h" |
059d95c67cda
[gaim-migrate @ 6304]
Christian Hammond <chipx86@chipx86.com>
parents:
5866
diff
changeset
|
37 |
059d95c67cda
[gaim-migrate @ 6304]
Christian Hammond <chipx86@chipx86.com>
parents:
5866
diff
changeset
|
38 #include "gtkaccount.h" |
059d95c67cda
[gaim-migrate @ 6304]
Christian Hammond <chipx86@chipx86.com>
parents:
5866
diff
changeset
|
39 #include "gtkblist.h" |
059d95c67cda
[gaim-migrate @ 6304]
Christian Hammond <chipx86@chipx86.com>
parents:
5866
diff
changeset
|
40 #include "gtkconn.h" |
059d95c67cda
[gaim-migrate @ 6304]
Christian Hammond <chipx86@chipx86.com>
parents:
5866
diff
changeset
|
41 #include "gtkconv.h" |
059d95c67cda
[gaim-migrate @ 6304]
Christian Hammond <chipx86@chipx86.com>
parents:
5866
diff
changeset
|
42 #include "gtkdebug.h" |
059d95c67cda
[gaim-migrate @ 6304]
Christian Hammond <chipx86@chipx86.com>
parents:
5866
diff
changeset
|
43 #include "gtkft.h" |
059d95c67cda
[gaim-migrate @ 6304]
Christian Hammond <chipx86@chipx86.com>
parents:
5866
diff
changeset
|
44 #include "gtknotify.h" |
5875
448f2f4ca3ec
[gaim-migrate @ 6307]
Christian Hammond <chipx86@chipx86.com>
parents:
5874
diff
changeset
|
45 #include "gtkpounce.h" |
5872
059d95c67cda
[gaim-migrate @ 6304]
Christian Hammond <chipx86@chipx86.com>
parents:
5866
diff
changeset
|
46 #include "gtkprefs.h" |
6371
8f94cce8faa5
[gaim-migrate @ 6876]
Christian Hammond <chipx86@chipx86.com>
parents:
6313
diff
changeset
|
47 #include "gtkprivacy.h" |
5872
059d95c67cda
[gaim-migrate @ 6304]
Christian Hammond <chipx86@chipx86.com>
parents:
5866
diff
changeset
|
48 #include "gtkrequest.h" |
059d95c67cda
[gaim-migrate @ 6304]
Christian Hammond <chipx86@chipx86.com>
parents:
5866
diff
changeset
|
49 #include "gtksound.h" |
5943
a4f2aba0848d
[gaim-migrate @ 6384]
Christian Hammond <chipx86@chipx86.com>
parents:
5909
diff
changeset
|
50 #include "gtkutils.h" |
5872
059d95c67cda
[gaim-migrate @ 6304]
Christian Hammond <chipx86@chipx86.com>
parents:
5866
diff
changeset
|
51 #include "stock.h" |
059d95c67cda
[gaim-migrate @ 6304]
Christian Hammond <chipx86@chipx86.com>
parents:
5866
diff
changeset
|
52 |
059d95c67cda
[gaim-migrate @ 6304]
Christian Hammond <chipx86@chipx86.com>
parents:
5866
diff
changeset
|
53 #include "ui.h" |
059d95c67cda
[gaim-migrate @ 6304]
Christian Hammond <chipx86@chipx86.com>
parents:
5866
diff
changeset
|
54 |
059d95c67cda
[gaim-migrate @ 6304]
Christian Hammond <chipx86@chipx86.com>
parents:
5866
diff
changeset
|
55 #if HAVE_SIGNAL_H |
059d95c67cda
[gaim-migrate @ 6304]
Christian Hammond <chipx86@chipx86.com>
parents:
5866
diff
changeset
|
56 # include <signal.h> |
4489 | 57 #endif |
5872
059d95c67cda
[gaim-migrate @ 6304]
Christian Hammond <chipx86@chipx86.com>
parents:
5866
diff
changeset
|
58 |
059d95c67cda
[gaim-migrate @ 6304]
Christian Hammond <chipx86@chipx86.com>
parents:
5866
diff
changeset
|
59 #include "locale.h" |
059d95c67cda
[gaim-migrate @ 6304]
Christian Hammond <chipx86@chipx86.com>
parents:
5866
diff
changeset
|
60 #include <getopt.h> |
059d95c67cda
[gaim-migrate @ 6304]
Christian Hammond <chipx86@chipx86.com>
parents:
5866
diff
changeset
|
61 |
7168
282887c9e3dc
[gaim-migrate @ 7735]
Christian Hammond <chipx86@chipx86.com>
parents:
7150
diff
changeset
|
62 #ifdef HAVE_STARTUP_NOTIFICATION |
282887c9e3dc
[gaim-migrate @ 7735]
Christian Hammond <chipx86@chipx86.com>
parents:
7150
diff
changeset
|
63 # define SN_API_NOT_YET_FROZEN |
282887c9e3dc
[gaim-migrate @ 7735]
Christian Hammond <chipx86@chipx86.com>
parents:
7150
diff
changeset
|
64 # include <libsn/sn-launchee.h> |
282887c9e3dc
[gaim-migrate @ 7735]
Christian Hammond <chipx86@chipx86.com>
parents:
7150
diff
changeset
|
65 # include <gdk/gdkx.h> |
282887c9e3dc
[gaim-migrate @ 7735]
Christian Hammond <chipx86@chipx86.com>
parents:
7150
diff
changeset
|
66 #endif |
282887c9e3dc
[gaim-migrate @ 7735]
Christian Hammond <chipx86@chipx86.com>
parents:
7150
diff
changeset
|
67 |
5872
059d95c67cda
[gaim-migrate @ 6304]
Christian Hammond <chipx86@chipx86.com>
parents:
5866
diff
changeset
|
68 extern void load_prefs(); |
059d95c67cda
[gaim-migrate @ 6304]
Christian Hammond <chipx86@chipx86.com>
parents:
5866
diff
changeset
|
69 extern void load_pounces(); |
4489 | 70 |
71 static GtkWidget *name; | |
72 static GtkWidget *pass; | |
73 | |
7168
282887c9e3dc
[gaim-migrate @ 7735]
Christian Hammond <chipx86@chipx86.com>
parents:
7150
diff
changeset
|
74 #ifdef HAVE_STARTUP_NOTIFICATION |
282887c9e3dc
[gaim-migrate @ 7735]
Christian Hammond <chipx86@chipx86.com>
parents:
7150
diff
changeset
|
75 static SnLauncheeContext *sn_context = NULL; |
282887c9e3dc
[gaim-migrate @ 7735]
Christian Hammond <chipx86@chipx86.com>
parents:
7150
diff
changeset
|
76 static SnDisplay *sn_display = NULL; |
282887c9e3dc
[gaim-migrate @ 7735]
Christian Hammond <chipx86@chipx86.com>
parents:
7150
diff
changeset
|
77 #endif |
282887c9e3dc
[gaim-migrate @ 7735]
Christian Hammond <chipx86@chipx86.com>
parents:
7150
diff
changeset
|
78 |
4489 | 79 GtkWidget *mainwindow = NULL; |
80 | |
81 int opt_away = 0; | |
4687 | 82 int docklet_count = 0; |
4489 | 83 char *opt_away_arg = NULL; |
84 char *opt_rcfile_arg = NULL; | |
85 int opt_debug = 0; | |
86 | |
87 #if HAVE_SIGNAL_H | |
88 /* | |
89 * Lists of signals we wish to catch and those we wish to ignore. | |
90 * Each list terminated with -1 | |
91 */ | |
92 static int catch_sig_list[] = { | |
93 SIGSEGV, | |
94 SIGHUP, | |
95 SIGINT, | |
96 SIGTERM, | |
97 SIGQUIT, | |
98 SIGCHLD, | |
99 -1 | |
100 }; | |
101 | |
102 static int ignore_sig_list[] = { | |
103 SIGPIPE, | |
104 -1 | |
105 }; | |
106 #endif | |
107 | |
4561 | 108 static guint snd_tmout = 0; |
4489 | 109 static gboolean sound_timeout(gpointer data) |
110 { | |
5684 | 111 gaim_gtk_sound_set_login_mute(FALSE); |
4561 | 112 snd_tmout = 0; |
4489 | 113 return FALSE; |
114 } | |
115 | |
116 /* we need to do this for Oscar because serv_login only starts the login | |
117 * process, it doesn't end there. gaim_setup will be called later from | |
118 * oscar.c, after the buddy list is made and serv_finish_login is called */ | |
5563
9eb5b13fd412
[gaim-migrate @ 5965]
Christian Hammond <chipx86@chipx86.com>
parents:
5549
diff
changeset
|
119 void gaim_setup(GaimConnection *gc) |
4489 | 120 { |
5734 | 121 if (gaim_prefs_get_bool("/gaim/gtk/sound/enabled/login") |
122 && gaim_prefs_get_bool("/gaim/gtk/sound/silent_signon")) { | |
4561 | 123 if(snd_tmout) { |
124 g_source_remove(snd_tmout); | |
125 } | |
5684 | 126 gaim_gtk_sound_set_login_mute(TRUE); |
4489 | 127 snd_tmout = g_timeout_add(10000, sound_timeout, NULL); |
128 } | |
129 } | |
130 | |
131 static gboolean domiddleclick(GtkWidget *w, GdkEventButton *event, gpointer null) | |
132 { | |
133 if (event->button != 2) | |
134 return FALSE; | |
135 | |
5780
a9029bed0479
[gaim-migrate @ 6205]
Christian Hammond <chipx86@chipx86.com>
parents:
5766
diff
changeset
|
136 gaim_accounts_auto_login(GAIM_GTK_UI); |
5563
9eb5b13fd412
[gaim-migrate @ 5965]
Christian Hammond <chipx86@chipx86.com>
parents:
5549
diff
changeset
|
137 |
4489 | 138 return TRUE; |
139 } | |
140 | |
141 static void dologin(GtkWidget *widget, GtkWidget *w) | |
142 { | |
5563
9eb5b13fd412
[gaim-migrate @ 5965]
Christian Hammond <chipx86@chipx86.com>
parents:
5549
diff
changeset
|
143 GaimAccount *account; |
4489 | 144 const char *username = gtk_entry_get_text(GTK_ENTRY(GTK_COMBO(name)->entry)); |
145 const char *password = gtk_entry_get_text(GTK_ENTRY(pass)); | |
146 | |
6036 | 147 if (*username == '\0') { |
5436
ad445074d239
[gaim-migrate @ 5818]
Christian Hammond <chipx86@chipx86.com>
parents:
5435
diff
changeset
|
148 gaim_notify_error(NULL, NULL, _("Please enter your login."), NULL); |
4489 | 149 return; |
150 } | |
151 | |
152 /* if there is more than one user of the same name, then fuck | |
153 * them, they just have to use the account editor to sign in | |
154 * the second one */ | |
155 | |
7132 | 156 account = gaim_accounts_find(username, NULL); |
5563
9eb5b13fd412
[gaim-migrate @ 5965]
Christian Hammond <chipx86@chipx86.com>
parents:
5549
diff
changeset
|
157 if (!account) { |
5943
a4f2aba0848d
[gaim-migrate @ 6384]
Christian Hammond <chipx86@chipx86.com>
parents:
5909
diff
changeset
|
158 account = gaim_account_new(username, "prpl-oscar"); |
7810 | 159 gaim_account_set_remember_password(account, FALSE); |
6231 | 160 gaim_accounts_add(account); |
5563
9eb5b13fd412
[gaim-migrate @ 5965]
Christian Hammond <chipx86@chipx86.com>
parents:
5549
diff
changeset
|
161 } |
9eb5b13fd412
[gaim-migrate @ 5965]
Christian Hammond <chipx86@chipx86.com>
parents:
5549
diff
changeset
|
162 |
6036 | 163 gaim_account_set_password(account, (*password != '\0') ? password : NULL); |
5563
9eb5b13fd412
[gaim-migrate @ 5965]
Christian Hammond <chipx86@chipx86.com>
parents:
5549
diff
changeset
|
164 |
9eb5b13fd412
[gaim-migrate @ 5965]
Christian Hammond <chipx86@chipx86.com>
parents:
5549
diff
changeset
|
165 gaim_account_connect(account); |
4489 | 166 } |
167 | |
168 /* <name> is a comma-separated list of names, or NULL | |
169 if NULL and there is at least one user defined in .gaimrc, try to login. | |
170 if not NULL, parse <name> into separate strings, look up each one in | |
171 .gaimrc and, if it's there, try to login. | |
172 returns: 0 if successful | |
173 -1 if no user was found that had a saved password | |
174 */ | |
175 static int dologin_named(char *name) | |
176 { | |
5563
9eb5b13fd412
[gaim-migrate @ 5965]
Christian Hammond <chipx86@chipx86.com>
parents:
5549
diff
changeset
|
177 GaimAccount *account; |
4489 | 178 char **names, **n; |
179 int retval = -1; | |
180 | |
181 if (name !=NULL) { /* list of names given */ | |
182 names = g_strsplit(name, ",", 32); | |
183 for (n = names; *n != NULL; n++) { | |
7132 | 184 account = gaim_accounts_find(*n, NULL); |
4491 | 185 if (account) { /* found a user */ |
6231 | 186 retval = 0; |
187 gaim_account_connect(account); | |
4489 | 188 } |
189 } | |
190 g_strfreev(names); | |
191 } else { /* no name given, use default */ | |
5580
86456ec3ca25
[gaim-migrate @ 5984]
Christian Hammond <chipx86@chipx86.com>
parents:
5573
diff
changeset
|
192 account = (GaimAccount *)gaim_accounts_get_all()->data; |
6231 | 193 retval = 0; |
194 gaim_account_connect(account); | |
4489 | 195 } |
196 | |
197 return retval; | |
198 } | |
199 | |
200 | |
201 static void doenter(GtkWidget *widget, GtkWidget *w) | |
202 { | |
6109 | 203 gtk_entry_set_text(GTK_ENTRY(pass), ""); |
204 gtk_editable_select_region(GTK_EDITABLE(GTK_COMBO(name)->entry), 0, 0); | |
205 gtk_widget_grab_focus(pass); | |
4489 | 206 } |
207 | |
208 | |
209 static void combo_changed(GtkWidget *w, GtkWidget *combo) | |
210 { | |
211 const char *txt = gtk_entry_get_text(GTK_ENTRY(GTK_COMBO(combo)->entry)); | |
5563
9eb5b13fd412
[gaim-migrate @ 5965]
Christian Hammond <chipx86@chipx86.com>
parents:
5549
diff
changeset
|
212 GaimAccount *account; |
4489 | 213 |
7132 | 214 account = gaim_accounts_find(txt, NULL); |
4489 | 215 |
5563
9eb5b13fd412
[gaim-migrate @ 5965]
Christian Hammond <chipx86@chipx86.com>
parents:
5549
diff
changeset
|
216 if (account && gaim_account_get_remember_password(account)) { |
4491 | 217 gtk_entry_set_text(GTK_ENTRY(pass), account->password); |
4489 | 218 } else { |
219 gtk_entry_set_text(GTK_ENTRY(pass), ""); | |
220 } | |
221 } | |
222 | |
223 | |
224 static GList *combo_user_names() | |
225 { | |
5580
86456ec3ca25
[gaim-migrate @ 5984]
Christian Hammond <chipx86@chipx86.com>
parents:
5573
diff
changeset
|
226 GList *accts = gaim_accounts_get_all(); |
4489 | 227 GList *tmp = NULL; |
5563
9eb5b13fd412
[gaim-migrate @ 5965]
Christian Hammond <chipx86@chipx86.com>
parents:
5549
diff
changeset
|
228 GaimAccount *account; |
4489 | 229 |
4491 | 230 if (!accts) |
4489 | 231 return g_list_append(NULL, _("<New User>")); |
232 | |
4491 | 233 while (accts) { |
5563
9eb5b13fd412
[gaim-migrate @ 5965]
Christian Hammond <chipx86@chipx86.com>
parents:
5549
diff
changeset
|
234 account = (GaimAccount *)accts->data; |
4491 | 235 tmp = g_list_append(tmp, account->username); |
236 accts = accts->next; | |
4489 | 237 } |
238 | |
239 return tmp; | |
240 } | |
241 | |
242 static void login_window_closed(GtkWidget *w, GdkEvent *ev, gpointer d) | |
243 { | |
244 if(docklet_count) { | |
4880
9b51c090236a
[gaim-migrate @ 5210]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
4800
diff
changeset
|
245 #ifdef _WIN32 |
4489 | 246 wgaim_systray_minimize(mainwindow); |
247 #endif | |
248 gtk_widget_hide(mainwindow); | |
249 } else | |
6179
16e384bb7fbf
[gaim-migrate @ 6664]
Christian Hammond <chipx86@chipx86.com>
parents:
6119
diff
changeset
|
250 gaim_core_quit(); |
4489 | 251 } |
252 | |
253 void show_login() | |
254 { | |
255 GtkWidget *image; | |
256 GtkWidget *vbox; | |
257 GtkWidget *button; | |
258 GtkWidget *hbox; | |
259 GtkWidget *label; | |
260 GtkWidget *vbox2; | |
261 GList *tmp; | |
262 | |
263 /* Do we already have a main window opened? If so, bring it back, baby... ribs... yeah */ | |
264 if (mainwindow) { | |
265 gtk_window_present(GTK_WINDOW(mainwindow)); | |
266 return; | |
267 } | |
268 | |
269 mainwindow = gtk_window_new(GTK_WINDOW_TOPLEVEL); | |
270 | |
271 gtk_window_set_role(GTK_WINDOW(mainwindow), "login"); | |
4635 | 272 gtk_window_set_resizable(GTK_WINDOW(mainwindow), FALSE); |
4703 | 273 gtk_window_set_title(GTK_WINDOW(mainwindow), _("Login")); |
4489 | 274 gtk_widget_realize(mainwindow); |
275 gdk_window_set_group(mainwindow->window, mainwindow->window); | |
276 gtk_container_set_border_width(GTK_CONTAINER(mainwindow), 5); | |
277 g_signal_connect(G_OBJECT(mainwindow), "delete_event", | |
278 G_CALLBACK(login_window_closed), mainwindow); | |
279 | |
280 vbox = gtk_vbox_new(FALSE, 0); | |
281 gtk_container_add(GTK_CONTAINER(mainwindow), vbox); | |
282 | |
5024 | 283 image = gtk_image_new_from_stock(GAIM_STOCK_LOGO, gtk_icon_size_from_name(GAIM_ICON_SIZE_LOGO)); |
4489 | 284 gtk_box_pack_start(GTK_BOX(vbox), image, FALSE, FALSE, 0); |
285 | |
286 vbox2 = gtk_vbox_new(FALSE, 0); | |
287 gtk_container_set_border_width(GTK_CONTAINER(vbox2), 5); | |
288 | |
289 label = gtk_label_new(_("Screen Name:")); | |
290 gtk_misc_set_alignment(GTK_MISC(label), 0, 0.5); | |
291 gtk_box_pack_start(GTK_BOX(vbox2), label, FALSE, FALSE, 0); | |
292 | |
293 name = gtk_combo_new(); | |
294 tmp = combo_user_names(); | |
295 gtk_combo_set_popdown_strings(GTK_COMBO(name), tmp); | |
296 g_list_free(tmp); | |
297 g_signal_connect(G_OBJECT(GTK_COMBO(name)->entry), "activate", | |
298 G_CALLBACK(doenter), mainwindow); | |
299 g_signal_connect(G_OBJECT(GTK_COMBO(name)->entry), "changed", | |
300 G_CALLBACK(combo_changed), name); | |
301 gtk_box_pack_start(GTK_BOX(vbox2), name, FALSE, TRUE, 0); | |
302 gtk_box_pack_start(GTK_BOX(vbox), vbox2, FALSE, TRUE, 0); | |
303 | |
304 vbox2 = gtk_vbox_new(FALSE, 0); | |
305 gtk_container_set_border_width(GTK_CONTAINER(vbox2), 5); | |
306 | |
307 label = gtk_label_new(_("Password:")); | |
308 gtk_misc_set_alignment(GTK_MISC(label), 0, 0.5); | |
309 gtk_box_pack_start(GTK_BOX(vbox2), label, FALSE, FALSE, 0); | |
310 | |
311 pass = gtk_entry_new(); | |
312 gtk_entry_set_visibility(GTK_ENTRY(pass), FALSE); | |
313 g_signal_connect(G_OBJECT(pass), "activate", | |
6109 | 314 G_CALLBACK(dologin), mainwindow); |
4489 | 315 gtk_box_pack_start(GTK_BOX(vbox2), pass, FALSE, TRUE, 0); |
316 gtk_box_pack_start(GTK_BOX(vbox), vbox2, FALSE, TRUE, 0); | |
317 | |
318 /* Now for the button box */ | |
319 hbox = gtk_hbox_new(TRUE, 0); | |
320 gtk_box_pack_start(GTK_BOX(vbox), hbox, FALSE, TRUE, 5); | |
321 | |
322 /* And now for the buttons */ | |
5024 | 323 button = gaim_pixbuf_button_from_stock(_("Accounts"), GAIM_STOCK_ACCOUNTS, GAIM_BUTTON_VERTICAL); |
4489 | 324 gtk_button_set_relief(GTK_BUTTON(button), GTK_RELIEF_NONE); |
325 g_signal_connect(G_OBJECT(button), "clicked", | |
6119
0d2bd49c611e
[gaim-migrate @ 6588]
Christian Hammond <chipx86@chipx86.com>
parents:
6109
diff
changeset
|
326 G_CALLBACK(gaim_gtk_accounts_window_show), mainwindow); |
4489 | 327 gtk_box_pack_start(GTK_BOX(hbox), button, FALSE, FALSE, 0); |
328 | |
5024 | 329 button = gaim_pixbuf_button_from_stock(_("Preferences"), GTK_STOCK_PREFERENCES, GAIM_BUTTON_VERTICAL); |
4489 | 330 gtk_button_set_relief(GTK_BUTTON(button), GTK_RELIEF_NONE); |
331 g_signal_connect(G_OBJECT(button), "clicked", | |
5530
2c4c975620f0
[gaim-migrate @ 5930]
Christian Hammond <chipx86@chipx86.com>
parents:
5492
diff
changeset
|
332 G_CALLBACK(gaim_gtk_prefs_show), mainwindow); |
4489 | 333 gtk_box_pack_start(GTK_BOX(hbox), button, FALSE, FALSE, 0); |
334 | |
6623 | 335 button = gaim_pixbuf_button_from_stock(_("Sign on"), GAIM_STOCK_SIGN_ON, GAIM_BUTTON_VERTICAL); |
4489 | 336 gtk_button_set_relief(GTK_BUTTON(button), GTK_RELIEF_NONE); |
337 g_signal_connect(G_OBJECT(button), "clicked", | |
338 G_CALLBACK(dologin), mainwindow); | |
339 g_signal_connect(G_OBJECT(button), "button-press-event", G_CALLBACK(domiddleclick), NULL); | |
340 gtk_box_pack_start(GTK_BOX(hbox), button, FALSE, FALSE, 0); | |
341 | |
342 /* Now grab the focus that we need */ | |
5580
86456ec3ca25
[gaim-migrate @ 5984]
Christian Hammond <chipx86@chipx86.com>
parents:
5573
diff
changeset
|
343 if (gaim_accounts_get_all()) { |
86456ec3ca25
[gaim-migrate @ 5984]
Christian Hammond <chipx86@chipx86.com>
parents:
5573
diff
changeset
|
344 GaimAccount *account = gaim_accounts_get_all()->data; |
5563
9eb5b13fd412
[gaim-migrate @ 5965]
Christian Hammond <chipx86@chipx86.com>
parents:
5549
diff
changeset
|
345 |
9eb5b13fd412
[gaim-migrate @ 5965]
Christian Hammond <chipx86@chipx86.com>
parents:
5549
diff
changeset
|
346 if (gaim_account_get_remember_password(account)) { |
4489 | 347 combo_changed(NULL, name); |
348 gtk_widget_grab_focus(button); | |
349 } else { | |
350 gtk_widget_grab_focus(pass); | |
351 } | |
352 } else { | |
353 gtk_widget_grab_focus(name); | |
354 } | |
355 | |
356 /* And raise the curtain! */ | |
357 gtk_widget_show_all(mainwindow); | |
358 | |
359 } | |
360 | |
7107
9220c7490cd1
[gaim-migrate @ 7672]
Christian Hammond <chipx86@chipx86.com>
parents:
7102
diff
changeset
|
361 static void |
9220c7490cd1
[gaim-migrate @ 7672]
Christian Hammond <chipx86@chipx86.com>
parents:
7102
diff
changeset
|
362 clean_pid(void) |
9220c7490cd1
[gaim-migrate @ 7672]
Christian Hammond <chipx86@chipx86.com>
parents:
7102
diff
changeset
|
363 { |
9220c7490cd1
[gaim-migrate @ 7672]
Christian Hammond <chipx86@chipx86.com>
parents:
7102
diff
changeset
|
364 #ifndef _WIN32 |
9220c7490cd1
[gaim-migrate @ 7672]
Christian Hammond <chipx86@chipx86.com>
parents:
7102
diff
changeset
|
365 int status; |
9220c7490cd1
[gaim-migrate @ 7672]
Christian Hammond <chipx86@chipx86.com>
parents:
7102
diff
changeset
|
366 pid_t pid; |
9220c7490cd1
[gaim-migrate @ 7672]
Christian Hammond <chipx86@chipx86.com>
parents:
7102
diff
changeset
|
367 |
9220c7490cd1
[gaim-migrate @ 7672]
Christian Hammond <chipx86@chipx86.com>
parents:
7102
diff
changeset
|
368 do { |
9220c7490cd1
[gaim-migrate @ 7672]
Christian Hammond <chipx86@chipx86.com>
parents:
7102
diff
changeset
|
369 pid = waitpid(-1, &status, WNOHANG); |
9220c7490cd1
[gaim-migrate @ 7672]
Christian Hammond <chipx86@chipx86.com>
parents:
7102
diff
changeset
|
370 } while (pid != 0 && pid != (pid_t)-1); |
9220c7490cd1
[gaim-migrate @ 7672]
Christian Hammond <chipx86@chipx86.com>
parents:
7102
diff
changeset
|
371 if(pid == (pid_t)-1 && errno != ECHILD) { |
9220c7490cd1
[gaim-migrate @ 7672]
Christian Hammond <chipx86@chipx86.com>
parents:
7102
diff
changeset
|
372 char errmsg[BUFSIZ]; |
9220c7490cd1
[gaim-migrate @ 7672]
Christian Hammond <chipx86@chipx86.com>
parents:
7102
diff
changeset
|
373 snprintf(errmsg, BUFSIZ, "Warning: waitpid() returned %d", pid); |
9220c7490cd1
[gaim-migrate @ 7672]
Christian Hammond <chipx86@chipx86.com>
parents:
7102
diff
changeset
|
374 perror(errmsg); |
9220c7490cd1
[gaim-migrate @ 7672]
Christian Hammond <chipx86@chipx86.com>
parents:
7102
diff
changeset
|
375 } |
9220c7490cd1
[gaim-migrate @ 7672]
Christian Hammond <chipx86@chipx86.com>
parents:
7102
diff
changeset
|
376 #endif |
9220c7490cd1
[gaim-migrate @ 7672]
Christian Hammond <chipx86@chipx86.com>
parents:
7102
diff
changeset
|
377 } |
9220c7490cd1
[gaim-migrate @ 7672]
Christian Hammond <chipx86@chipx86.com>
parents:
7102
diff
changeset
|
378 |
4489 | 379 #if HAVE_SIGNAL_H |
380 void sighandler(int sig) | |
381 { | |
382 switch (sig) { | |
383 case SIGHUP: | |
5211
0241d6b6702d
[gaim-migrate @ 5581]
Christian Hammond <chipx86@chipx86.com>
parents:
5205
diff
changeset
|
384 gaim_debug(GAIM_DEBUG_WARNING, "sighandler", |
0241d6b6702d
[gaim-migrate @ 5581]
Christian Hammond <chipx86@chipx86.com>
parents:
5205
diff
changeset
|
385 "Caught signal %d\n", sig); |
5563
9eb5b13fd412
[gaim-migrate @ 5965]
Christian Hammond <chipx86@chipx86.com>
parents:
5549
diff
changeset
|
386 gaim_connections_disconnect_all(); |
4489 | 387 break; |
388 case SIGSEGV: | |
389 #ifndef DEBUG | |
390 fprintf(stderr, "Gaim has segfaulted and attempted to dump a core file.\n" | |
391 "This is a bug in the software and has happened through\n" | |
392 "no fault of your own.\n\n" | |
393 "It is possible that this bug is already fixed in CVS.\n" | |
5747 | 394 "If you can reproduce the crash, please notify the gaim\n" |
395 "maintainers by reporting a bug at\n" | |
6383
d6777fa16645
[gaim-migrate @ 6888]
Christian Hammond <chipx86@chipx86.com>
parents:
6371
diff
changeset
|
396 GAIM_WEBSITE "bug.php\n\n" |
4489 | 397 "Please make sure to specify what you were doing at the time,\n" |
398 "and post the backtrace from the core file. If you do not know\n" | |
399 "how to get the backtrace, please get instructions at\n" | |
6383
d6777fa16645
[gaim-migrate @ 6888]
Christian Hammond <chipx86@chipx86.com>
parents:
6371
diff
changeset
|
400 GAIM_WEBSITE "gdb.php. If you need further\n" |
4489 | 401 "assistance, please IM either RobFlynn or SeanEgn and\n" |
402 "they can help you.\n"); | |
403 #else | |
404 fprintf(stderr, "Oh no! Segmentation fault!\n"); | |
4703 | 405 /*g_on_error_query (g_get_prgname());*/ |
4489 | 406 #endif |
407 abort(); | |
408 break; | |
409 case SIGCHLD: | |
410 clean_pid(); | |
411 #if HAVE_SIGNAL_H | |
412 signal(SIGCHLD, sighandler); /* restore signal catching on this one! */ | |
413 #endif | |
414 break; | |
415 default: | |
5211
0241d6b6702d
[gaim-migrate @ 5581]
Christian Hammond <chipx86@chipx86.com>
parents:
5205
diff
changeset
|
416 gaim_debug(GAIM_DEBUG_WARNING, "sighandler", |
0241d6b6702d
[gaim-migrate @ 5581]
Christian Hammond <chipx86@chipx86.com>
parents:
5205
diff
changeset
|
417 "Caught signal %d\n", sig); |
5563
9eb5b13fd412
[gaim-migrate @ 5965]
Christian Hammond <chipx86@chipx86.com>
parents:
5549
diff
changeset
|
418 gaim_connections_disconnect_all(); |
5205
fefad67de2c7
[gaim-migrate @ 5573]
Christian Hammond <chipx86@chipx86.com>
parents:
5032
diff
changeset
|
419 |
fefad67de2c7
[gaim-migrate @ 5573]
Christian Hammond <chipx86@chipx86.com>
parents:
5032
diff
changeset
|
420 gaim_plugins_unload_all(); |
fefad67de2c7
[gaim-migrate @ 5573]
Christian Hammond <chipx86@chipx86.com>
parents:
5032
diff
changeset
|
421 |
4489 | 422 if (gtk_main_level()) |
423 gtk_main_quit(); | |
424 exit(0); | |
425 } | |
426 } | |
427 #endif | |
428 | |
429 static int ui_main() | |
430 { | |
431 #ifndef _WIN32 | |
432 GList *icons = NULL; | |
433 GdkPixbuf *icon = NULL; | |
434 char *icon_path; | |
435 #endif | |
4978 | 436 |
4489 | 437 if (current_smiley_theme == NULL) { |
438 smiley_theme_probe(); | |
439 if (smiley_themes) { | |
440 struct smiley_theme *smile = smiley_themes->data; | |
441 load_smiley_theme(smile->path, TRUE); | |
442 } | |
443 } | |
444 | |
5422 | 445 gaim_gtk_blist_setup_sort_methods(); |
4489 | 446 |
447 #ifndef _WIN32 | |
448 /* use the nice PNG icon for all the windows */ | |
5024 | 449 icon_path = g_build_filename(DATADIR, "pixmaps", "gaim", "icons", "online.png", NULL); |
4489 | 450 icon = gdk_pixbuf_new_from_file(icon_path, NULL); |
451 g_free(icon_path); | |
452 if (icon) { | |
453 icons = g_list_append(icons,icon); | |
454 gtk_window_set_default_icon_list(icons); | |
455 g_object_unref(G_OBJECT(icon)); | |
4978 | 456 g_list_free(icons); |
4489 | 457 } else { |
5211
0241d6b6702d
[gaim-migrate @ 5581]
Christian Hammond <chipx86@chipx86.com>
parents:
5205
diff
changeset
|
458 gaim_debug(GAIM_DEBUG_ERROR, "ui_main", |
0241d6b6702d
[gaim-migrate @ 5581]
Christian Hammond <chipx86@chipx86.com>
parents:
5205
diff
changeset
|
459 "Failed to load the default window icon!\n"); |
4489 | 460 } |
461 #endif | |
4978 | 462 |
4489 | 463 return 0; |
464 } | |
465 | |
466 static void set_first_user(char *name) | |
467 { | |
5563
9eb5b13fd412
[gaim-migrate @ 5965]
Christian Hammond <chipx86@chipx86.com>
parents:
5549
diff
changeset
|
468 GaimAccount *account; |
4489 | 469 |
7132 | 470 account = gaim_accounts_find(name, NULL); |
4489 | 471 |
6231 | 472 if (account == NULL) { /* new user */ |
5943
a4f2aba0848d
[gaim-migrate @ 6384]
Christian Hammond <chipx86@chipx86.com>
parents:
5909
diff
changeset
|
473 account = gaim_account_new(name, "prpl-oscar"); |
6231 | 474 gaim_accounts_add(account); |
475 } | |
5580
86456ec3ca25
[gaim-migrate @ 5984]
Christian Hammond <chipx86@chipx86.com>
parents:
5573
diff
changeset
|
476 |
86456ec3ca25
[gaim-migrate @ 5984]
Christian Hammond <chipx86@chipx86.com>
parents:
5573
diff
changeset
|
477 /* Place it as the first user. */ |
86456ec3ca25
[gaim-migrate @ 5984]
Christian Hammond <chipx86@chipx86.com>
parents:
5573
diff
changeset
|
478 gaim_accounts_reorder(account, 0); |
4489 | 479 } |
480 | |
6179
16e384bb7fbf
[gaim-migrate @ 6664]
Christian Hammond <chipx86@chipx86.com>
parents:
6119
diff
changeset
|
481 static void |
16e384bb7fbf
[gaim-migrate @ 6664]
Christian Hammond <chipx86@chipx86.com>
parents:
6119
diff
changeset
|
482 debug_init(void) |
16e384bb7fbf
[gaim-migrate @ 6664]
Christian Hammond <chipx86@chipx86.com>
parents:
6119
diff
changeset
|
483 { |
7035
feb3d21a7794
[gaim-migrate @ 7598]
Christian Hammond <chipx86@chipx86.com>
parents:
7015
diff
changeset
|
484 gaim_debug_set_ui_ops(gaim_gtk_debug_get_ui_ops()); |
6179
16e384bb7fbf
[gaim-migrate @ 6664]
Christian Hammond <chipx86@chipx86.com>
parents:
6119
diff
changeset
|
485 gaim_gtk_debug_init(); |
16e384bb7fbf
[gaim-migrate @ 6664]
Christian Hammond <chipx86@chipx86.com>
parents:
6119
diff
changeset
|
486 } |
16e384bb7fbf
[gaim-migrate @ 6664]
Christian Hammond <chipx86@chipx86.com>
parents:
6119
diff
changeset
|
487 |
16e384bb7fbf
[gaim-migrate @ 6664]
Christian Hammond <chipx86@chipx86.com>
parents:
6119
diff
changeset
|
488 static void |
16e384bb7fbf
[gaim-migrate @ 6664]
Christian Hammond <chipx86@chipx86.com>
parents:
6119
diff
changeset
|
489 gaim_gtk_ui_init(void) |
16e384bb7fbf
[gaim-migrate @ 6664]
Christian Hammond <chipx86@chipx86.com>
parents:
6119
diff
changeset
|
490 { |
16e384bb7fbf
[gaim-migrate @ 6664]
Christian Hammond <chipx86@chipx86.com>
parents:
6119
diff
changeset
|
491 /* Set the UI operation structures. */ |
7015
dece74f05509
[gaim-migrate @ 7578]
Christian Hammond <chipx86@chipx86.com>
parents:
6890
diff
changeset
|
492 gaim_accounts_set_ui_ops(gaim_gtk_accounts_get_ui_ops()); |
7035
feb3d21a7794
[gaim-migrate @ 7598]
Christian Hammond <chipx86@chipx86.com>
parents:
7015
diff
changeset
|
493 gaim_conversations_set_win_ui_ops(gaim_gtk_conversations_get_win_ui_ops()); |
feb3d21a7794
[gaim-migrate @ 7598]
Christian Hammond <chipx86@chipx86.com>
parents:
7015
diff
changeset
|
494 gaim_xfers_set_ui_ops(gaim_gtk_xfers_get_ui_ops()); |
feb3d21a7794
[gaim-migrate @ 7598]
Christian Hammond <chipx86@chipx86.com>
parents:
7015
diff
changeset
|
495 gaim_blist_set_ui_ops(gaim_gtk_blist_get_ui_ops()); |
feb3d21a7794
[gaim-migrate @ 7598]
Christian Hammond <chipx86@chipx86.com>
parents:
7015
diff
changeset
|
496 gaim_notify_set_ui_ops(gaim_gtk_notify_get_ui_ops()); |
feb3d21a7794
[gaim-migrate @ 7598]
Christian Hammond <chipx86@chipx86.com>
parents:
7015
diff
changeset
|
497 gaim_privacy_set_ui_ops(gaim_gtk_privacy_get_ui_ops()); |
feb3d21a7794
[gaim-migrate @ 7598]
Christian Hammond <chipx86@chipx86.com>
parents:
7015
diff
changeset
|
498 gaim_request_set_ui_ops(gaim_gtk_request_get_ui_ops()); |
feb3d21a7794
[gaim-migrate @ 7598]
Christian Hammond <chipx86@chipx86.com>
parents:
7015
diff
changeset
|
499 gaim_sound_set_ui_ops(gaim_gtk_sound_get_ui_ops()); |
7538
357eb1c39b72
[gaim-migrate @ 8151]
Christian Hammond <chipx86@chipx86.com>
parents:
7521
diff
changeset
|
500 gaim_connections_set_ui_ops(gaim_gtk_connections_get_ui_ops()); |
6179
16e384bb7fbf
[gaim-migrate @ 6664]
Christian Hammond <chipx86@chipx86.com>
parents:
6119
diff
changeset
|
501 |
7538
357eb1c39b72
[gaim-migrate @ 8151]
Christian Hammond <chipx86@chipx86.com>
parents:
7521
diff
changeset
|
502 gaim_gtk_stock_init(); |
6179
16e384bb7fbf
[gaim-migrate @ 6664]
Christian Hammond <chipx86@chipx86.com>
parents:
6119
diff
changeset
|
503 gaim_gtk_prefs_init(); |
16e384bb7fbf
[gaim-migrate @ 6664]
Christian Hammond <chipx86@chipx86.com>
parents:
6119
diff
changeset
|
504 gaim_gtk_blist_init(); |
7035
feb3d21a7794
[gaim-migrate @ 7598]
Christian Hammond <chipx86@chipx86.com>
parents:
7015
diff
changeset
|
505 gaim_gtk_conversations_init(); |
6179
16e384bb7fbf
[gaim-migrate @ 6664]
Christian Hammond <chipx86@chipx86.com>
parents:
6119
diff
changeset
|
506 gaim_gtk_pounces_init(); |
6371
8f94cce8faa5
[gaim-migrate @ 6876]
Christian Hammond <chipx86@chipx86.com>
parents:
6313
diff
changeset
|
507 gaim_gtk_privacy_init(); |
6263
3565ee7a5dd3
[gaim-migrate @ 6760]
Christian Hammond <chipx86@chipx86.com>
parents:
6231
diff
changeset
|
508 gaim_gtk_xfers_init(); |
6179
16e384bb7fbf
[gaim-migrate @ 6664]
Christian Hammond <chipx86@chipx86.com>
parents:
6119
diff
changeset
|
509 } |
16e384bb7fbf
[gaim-migrate @ 6664]
Christian Hammond <chipx86@chipx86.com>
parents:
6119
diff
changeset
|
510 |
16e384bb7fbf
[gaim-migrate @ 6664]
Christian Hammond <chipx86@chipx86.com>
parents:
6119
diff
changeset
|
511 static void |
16e384bb7fbf
[gaim-migrate @ 6664]
Christian Hammond <chipx86@chipx86.com>
parents:
6119
diff
changeset
|
512 gaim_gtk_quit(void) |
16e384bb7fbf
[gaim-migrate @ 6664]
Christian Hammond <chipx86@chipx86.com>
parents:
6119
diff
changeset
|
513 { |
16e384bb7fbf
[gaim-migrate @ 6664]
Christian Hammond <chipx86@chipx86.com>
parents:
6119
diff
changeset
|
514 /* XXX? */ |
16e384bb7fbf
[gaim-migrate @ 6664]
Christian Hammond <chipx86@chipx86.com>
parents:
6119
diff
changeset
|
515 |
16e384bb7fbf
[gaim-migrate @ 6664]
Christian Hammond <chipx86@chipx86.com>
parents:
6119
diff
changeset
|
516 /* captain's log, stardate... */ |
7475 | 517 /* LOG system_log(log_quit, NULL, NULL, OPT_LOG_BUDDY_SIGNON | OPT_LOG_MY_SIGNON); */ |
6179
16e384bb7fbf
[gaim-migrate @ 6664]
Christian Hammond <chipx86@chipx86.com>
parents:
6119
diff
changeset
|
518 |
16e384bb7fbf
[gaim-migrate @ 6664]
Christian Hammond <chipx86@chipx86.com>
parents:
6119
diff
changeset
|
519 #ifdef USE_SM |
16e384bb7fbf
[gaim-migrate @ 6664]
Christian Hammond <chipx86@chipx86.com>
parents:
6119
diff
changeset
|
520 /* unplug */ |
16e384bb7fbf
[gaim-migrate @ 6664]
Christian Hammond <chipx86@chipx86.com>
parents:
6119
diff
changeset
|
521 session_end(); |
16e384bb7fbf
[gaim-migrate @ 6664]
Christian Hammond <chipx86@chipx86.com>
parents:
6119
diff
changeset
|
522 #endif |
16e384bb7fbf
[gaim-migrate @ 6664]
Christian Hammond <chipx86@chipx86.com>
parents:
6119
diff
changeset
|
523 |
16e384bb7fbf
[gaim-migrate @ 6664]
Christian Hammond <chipx86@chipx86.com>
parents:
6119
diff
changeset
|
524 /* and end it all... */ |
16e384bb7fbf
[gaim-migrate @ 6664]
Christian Hammond <chipx86@chipx86.com>
parents:
6119
diff
changeset
|
525 gtk_main_quit(); |
16e384bb7fbf
[gaim-migrate @ 6664]
Christian Hammond <chipx86@chipx86.com>
parents:
6119
diff
changeset
|
526 } |
16e384bb7fbf
[gaim-migrate @ 6664]
Christian Hammond <chipx86@chipx86.com>
parents:
6119
diff
changeset
|
527 |
16e384bb7fbf
[gaim-migrate @ 6664]
Christian Hammond <chipx86@chipx86.com>
parents:
6119
diff
changeset
|
528 static GaimCoreUiOps core_ops = |
16e384bb7fbf
[gaim-migrate @ 6664]
Christian Hammond <chipx86@chipx86.com>
parents:
6119
diff
changeset
|
529 { |
16e384bb7fbf
[gaim-migrate @ 6664]
Christian Hammond <chipx86@chipx86.com>
parents:
6119
diff
changeset
|
530 gaim_gtk_prefs_init, |
16e384bb7fbf
[gaim-migrate @ 6664]
Christian Hammond <chipx86@chipx86.com>
parents:
6119
diff
changeset
|
531 debug_init, |
16e384bb7fbf
[gaim-migrate @ 6664]
Christian Hammond <chipx86@chipx86.com>
parents:
6119
diff
changeset
|
532 gaim_gtk_ui_init, |
16e384bb7fbf
[gaim-migrate @ 6664]
Christian Hammond <chipx86@chipx86.com>
parents:
6119
diff
changeset
|
533 gaim_gtk_quit |
16e384bb7fbf
[gaim-migrate @ 6664]
Christian Hammond <chipx86@chipx86.com>
parents:
6119
diff
changeset
|
534 }; |
16e384bb7fbf
[gaim-migrate @ 6664]
Christian Hammond <chipx86@chipx86.com>
parents:
6119
diff
changeset
|
535 |
16e384bb7fbf
[gaim-migrate @ 6664]
Christian Hammond <chipx86@chipx86.com>
parents:
6119
diff
changeset
|
536 static GaimCoreUiOps * |
7035
feb3d21a7794
[gaim-migrate @ 7598]
Christian Hammond <chipx86@chipx86.com>
parents:
7015
diff
changeset
|
537 gaim_gtk_core_get_ui_ops(void) |
6179
16e384bb7fbf
[gaim-migrate @ 6664]
Christian Hammond <chipx86@chipx86.com>
parents:
6119
diff
changeset
|
538 { |
16e384bb7fbf
[gaim-migrate @ 6664]
Christian Hammond <chipx86@chipx86.com>
parents:
6119
diff
changeset
|
539 return &core_ops; |
16e384bb7fbf
[gaim-migrate @ 6664]
Christian Hammond <chipx86@chipx86.com>
parents:
6119
diff
changeset
|
540 } |
16e384bb7fbf
[gaim-migrate @ 6664]
Christian Hammond <chipx86@chipx86.com>
parents:
6119
diff
changeset
|
541 |
7102
c4faffdc0862
[gaim-migrate @ 7667]
Christian Hammond <chipx86@chipx86.com>
parents:
7054
diff
changeset
|
542 static void |
c4faffdc0862
[gaim-migrate @ 7667]
Christian Hammond <chipx86@chipx86.com>
parents:
7054
diff
changeset
|
543 show_usage(int mode, const char *name) |
c4faffdc0862
[gaim-migrate @ 7667]
Christian Hammond <chipx86@chipx86.com>
parents:
7054
diff
changeset
|
544 { |
7724 | 545 char *text=NULL; |
546 | |
7102
c4faffdc0862
[gaim-migrate @ 7667]
Christian Hammond <chipx86@chipx86.com>
parents:
7054
diff
changeset
|
547 switch (mode) { |
c4faffdc0862
[gaim-migrate @ 7667]
Christian Hammond <chipx86@chipx86.com>
parents:
7054
diff
changeset
|
548 case 0: /* full help text */ |
7724 | 549 text=g_strdup_printf(_("Gaim %s\n" |
7102
c4faffdc0862
[gaim-migrate @ 7667]
Christian Hammond <chipx86@chipx86.com>
parents:
7054
diff
changeset
|
550 "Usage: %s [OPTION]...\n\n" |
c4faffdc0862
[gaim-migrate @ 7667]
Christian Hammond <chipx86@chipx86.com>
parents:
7054
diff
changeset
|
551 " -a, --acct display account editor window\n" |
c4faffdc0862
[gaim-migrate @ 7667]
Christian Hammond <chipx86@chipx86.com>
parents:
7054
diff
changeset
|
552 " -w, --away[=MESG] make away on signon (optional argument MESG specifies\n" |
c4faffdc0862
[gaim-migrate @ 7667]
Christian Hammond <chipx86@chipx86.com>
parents:
7054
diff
changeset
|
553 " name of away message to use)\n" |
c4faffdc0862
[gaim-migrate @ 7667]
Christian Hammond <chipx86@chipx86.com>
parents:
7054
diff
changeset
|
554 " -l, --login[=NAME] automatically login (optional argument NAME specifies\n" |
c4faffdc0862
[gaim-migrate @ 7667]
Christian Hammond <chipx86@chipx86.com>
parents:
7054
diff
changeset
|
555 " account(s) to use, seperated by commas)\n" |
c4faffdc0862
[gaim-migrate @ 7667]
Christian Hammond <chipx86@chipx86.com>
parents:
7054
diff
changeset
|
556 " -n, --loginwin don't automatically login; show login window\n" |
c4faffdc0862
[gaim-migrate @ 7667]
Christian Hammond <chipx86@chipx86.com>
parents:
7054
diff
changeset
|
557 " -u, --user=NAME use account NAME\n" |
c4faffdc0862
[gaim-migrate @ 7667]
Christian Hammond <chipx86@chipx86.com>
parents:
7054
diff
changeset
|
558 " -f, --file=FILE use FILE as config\n" |
c4faffdc0862
[gaim-migrate @ 7667]
Christian Hammond <chipx86@chipx86.com>
parents:
7054
diff
changeset
|
559 " -d, --debug print debugging messages to stdout\n" |
c4faffdc0862
[gaim-migrate @ 7667]
Christian Hammond <chipx86@chipx86.com>
parents:
7054
diff
changeset
|
560 " -v, --version display the current version and exit\n" |
c4faffdc0862
[gaim-migrate @ 7667]
Christian Hammond <chipx86@chipx86.com>
parents:
7054
diff
changeset
|
561 " -h, --help display this help and exit\n"), VERSION, name); |
c4faffdc0862
[gaim-migrate @ 7667]
Christian Hammond <chipx86@chipx86.com>
parents:
7054
diff
changeset
|
562 break; |
c4faffdc0862
[gaim-migrate @ 7667]
Christian Hammond <chipx86@chipx86.com>
parents:
7054
diff
changeset
|
563 case 1: /* short message */ |
7724 | 564 text=g_strdup_printf(_("Gaim %s. Try `%s -h' for more information.\n"), VERSION, name); |
7102
c4faffdc0862
[gaim-migrate @ 7667]
Christian Hammond <chipx86@chipx86.com>
parents:
7054
diff
changeset
|
565 break; |
c4faffdc0862
[gaim-migrate @ 7667]
Christian Hammond <chipx86@chipx86.com>
parents:
7054
diff
changeset
|
566 } |
7724 | 567 |
568 if(text) { | |
569 char *text_conv; | |
570 GError *error=NULL; | |
571 | |
572 /* tries to convert 'text' to users locale */ | |
573 text_conv=g_locale_from_utf8(text,-1,NULL,NULL,&error); | |
574 if(text_conv) { | |
575 puts(text_conv); | |
576 g_free(text_conv); | |
577 } | |
578 /* use 'text' as a fallback */ | |
579 else { | |
580 g_warning("%s\n", error->message); | |
581 g_error_free(error); | |
582 puts(text); | |
583 } | |
584 g_free(text); | |
585 } | |
7102
c4faffdc0862
[gaim-migrate @ 7667]
Christian Hammond <chipx86@chipx86.com>
parents:
7054
diff
changeset
|
586 } |
c4faffdc0862
[gaim-migrate @ 7667]
Christian Hammond <chipx86@chipx86.com>
parents:
7054
diff
changeset
|
587 |
7168
282887c9e3dc
[gaim-migrate @ 7735]
Christian Hammond <chipx86@chipx86.com>
parents:
7150
diff
changeset
|
588 #ifdef HAVE_STARTUP_NOTIFICATION |
282887c9e3dc
[gaim-migrate @ 7735]
Christian Hammond <chipx86@chipx86.com>
parents:
7150
diff
changeset
|
589 static void |
282887c9e3dc
[gaim-migrate @ 7735]
Christian Hammond <chipx86@chipx86.com>
parents:
7150
diff
changeset
|
590 sn_error_trap_push(SnDisplay *display, Display *xdisplay) |
282887c9e3dc
[gaim-migrate @ 7735]
Christian Hammond <chipx86@chipx86.com>
parents:
7150
diff
changeset
|
591 { |
282887c9e3dc
[gaim-migrate @ 7735]
Christian Hammond <chipx86@chipx86.com>
parents:
7150
diff
changeset
|
592 gdk_error_trap_push(); |
282887c9e3dc
[gaim-migrate @ 7735]
Christian Hammond <chipx86@chipx86.com>
parents:
7150
diff
changeset
|
593 } |
282887c9e3dc
[gaim-migrate @ 7735]
Christian Hammond <chipx86@chipx86.com>
parents:
7150
diff
changeset
|
594 |
282887c9e3dc
[gaim-migrate @ 7735]
Christian Hammond <chipx86@chipx86.com>
parents:
7150
diff
changeset
|
595 static void |
282887c9e3dc
[gaim-migrate @ 7735]
Christian Hammond <chipx86@chipx86.com>
parents:
7150
diff
changeset
|
596 sn_error_trap_pop(SnDisplay *display, Display *xdisplay) |
282887c9e3dc
[gaim-migrate @ 7735]
Christian Hammond <chipx86@chipx86.com>
parents:
7150
diff
changeset
|
597 { |
282887c9e3dc
[gaim-migrate @ 7735]
Christian Hammond <chipx86@chipx86.com>
parents:
7150
diff
changeset
|
598 gdk_error_trap_pop(); |
282887c9e3dc
[gaim-migrate @ 7735]
Christian Hammond <chipx86@chipx86.com>
parents:
7150
diff
changeset
|
599 } |
282887c9e3dc
[gaim-migrate @ 7735]
Christian Hammond <chipx86@chipx86.com>
parents:
7150
diff
changeset
|
600 |
282887c9e3dc
[gaim-migrate @ 7735]
Christian Hammond <chipx86@chipx86.com>
parents:
7150
diff
changeset
|
601 static void |
282887c9e3dc
[gaim-migrate @ 7735]
Christian Hammond <chipx86@chipx86.com>
parents:
7150
diff
changeset
|
602 startup_notification_complete(void) |
282887c9e3dc
[gaim-migrate @ 7735]
Christian Hammond <chipx86@chipx86.com>
parents:
7150
diff
changeset
|
603 { |
282887c9e3dc
[gaim-migrate @ 7735]
Christian Hammond <chipx86@chipx86.com>
parents:
7150
diff
changeset
|
604 Display *xdisplay; |
282887c9e3dc
[gaim-migrate @ 7735]
Christian Hammond <chipx86@chipx86.com>
parents:
7150
diff
changeset
|
605 |
282887c9e3dc
[gaim-migrate @ 7735]
Christian Hammond <chipx86@chipx86.com>
parents:
7150
diff
changeset
|
606 xdisplay = GDK_DISPLAY(); |
282887c9e3dc
[gaim-migrate @ 7735]
Christian Hammond <chipx86@chipx86.com>
parents:
7150
diff
changeset
|
607 sn_display = sn_display_new(xdisplay, |
282887c9e3dc
[gaim-migrate @ 7735]
Christian Hammond <chipx86@chipx86.com>
parents:
7150
diff
changeset
|
608 sn_error_trap_push, |
282887c9e3dc
[gaim-migrate @ 7735]
Christian Hammond <chipx86@chipx86.com>
parents:
7150
diff
changeset
|
609 sn_error_trap_pop); |
282887c9e3dc
[gaim-migrate @ 7735]
Christian Hammond <chipx86@chipx86.com>
parents:
7150
diff
changeset
|
610 sn_context = |
282887c9e3dc
[gaim-migrate @ 7735]
Christian Hammond <chipx86@chipx86.com>
parents:
7150
diff
changeset
|
611 sn_launchee_context_new_from_environment(sn_display, |
282887c9e3dc
[gaim-migrate @ 7735]
Christian Hammond <chipx86@chipx86.com>
parents:
7150
diff
changeset
|
612 DefaultScreen(xdisplay)); |
282887c9e3dc
[gaim-migrate @ 7735]
Christian Hammond <chipx86@chipx86.com>
parents:
7150
diff
changeset
|
613 |
282887c9e3dc
[gaim-migrate @ 7735]
Christian Hammond <chipx86@chipx86.com>
parents:
7150
diff
changeset
|
614 if (sn_context != NULL) |
282887c9e3dc
[gaim-migrate @ 7735]
Christian Hammond <chipx86@chipx86.com>
parents:
7150
diff
changeset
|
615 { |
282887c9e3dc
[gaim-migrate @ 7735]
Christian Hammond <chipx86@chipx86.com>
parents:
7150
diff
changeset
|
616 sn_launchee_context_complete(sn_context); |
282887c9e3dc
[gaim-migrate @ 7735]
Christian Hammond <chipx86@chipx86.com>
parents:
7150
diff
changeset
|
617 sn_launchee_context_unref(sn_context); |
282887c9e3dc
[gaim-migrate @ 7735]
Christian Hammond <chipx86@chipx86.com>
parents:
7150
diff
changeset
|
618 |
282887c9e3dc
[gaim-migrate @ 7735]
Christian Hammond <chipx86@chipx86.com>
parents:
7150
diff
changeset
|
619 sn_display_unref(sn_display); |
282887c9e3dc
[gaim-migrate @ 7735]
Christian Hammond <chipx86@chipx86.com>
parents:
7150
diff
changeset
|
620 } |
282887c9e3dc
[gaim-migrate @ 7735]
Christian Hammond <chipx86@chipx86.com>
parents:
7150
diff
changeset
|
621 } |
282887c9e3dc
[gaim-migrate @ 7735]
Christian Hammond <chipx86@chipx86.com>
parents:
7150
diff
changeset
|
622 #endif /* HAVE_STARTUP_NOTIFICATION */ |
282887c9e3dc
[gaim-migrate @ 7735]
Christian Hammond <chipx86@chipx86.com>
parents:
7150
diff
changeset
|
623 |
4489 | 624 /* FUCKING GET ME A TOWEL! */ |
625 #ifdef _WIN32 | |
6890
4eee806af511
[gaim-migrate @ 7436]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
6816
diff
changeset
|
626 int gaim_main(HINSTANCE hint, int argc, char *argv[]) |
4489 | 627 #else |
628 int main(int argc, char *argv[]) | |
629 #endif | |
630 { | |
631 int opt_acct = 0, opt_help = 0, opt_version = 0, opt_login = 0, opt_nologin = 0, dologin_ret = -1; | |
632 char *opt_user_arg = NULL, *opt_login_arg = NULL; | |
633 char *opt_session_arg = NULL; | |
5205
fefad67de2c7
[gaim-migrate @ 5573]
Christian Hammond <chipx86@chipx86.com>
parents:
5032
diff
changeset
|
634 char *plugin_search_paths[3]; |
4489 | 635 #if HAVE_SIGNAL_H |
636 int sig_indx; /* for setting up signal catching */ | |
637 sigset_t sigset; | |
638 void (*prev_sig_disp)(); | |
639 #endif | |
640 int opt, opt_user = 0; | |
641 int i; | |
7438 | 642 gboolean gui_check; |
4489 | 643 |
644 struct option long_options[] = { | |
645 {"acct", no_argument, NULL, 'a'}, | |
646 /*{"away", optional_argument, NULL, 'w'}, */ | |
647 {"help", no_argument, NULL, 'h'}, | |
648 /*{"login", optional_argument, NULL, 'l'}, */ | |
649 {"loginwin", no_argument, NULL, 'n'}, | |
650 {"user", required_argument, NULL, 'u'}, | |
651 {"file", required_argument, NULL, 'f'}, | |
652 {"debug", no_argument, NULL, 'd'}, | |
653 {"version", no_argument, NULL, 'v'}, | |
654 {"session", required_argument, NULL, 's'}, | |
655 {0, 0, 0, 0} | |
656 }; | |
657 | |
658 #ifdef DEBUG | |
659 opt_debug = 1; | |
660 #endif | |
661 #ifdef ENABLE_NLS | |
662 bindtextdomain(PACKAGE, LOCALEDIR); | |
663 bind_textdomain_codeset(PACKAGE, "UTF-8"); | |
664 textdomain(PACKAGE); | |
665 #endif | |
666 | |
667 #if HAVE_SIGNAL_H | |
668 /* Let's not violate any PLA's!!!! */ | |
669 /* jseymour: whatever the fsck that means */ | |
670 /* Robot101: for some reason things like gdm like to block * | |
671 * useful signals like SIGCHLD, so we unblock all the ones we * | |
672 * declare a handler for. thanks JSeymour and Vann. */ | |
673 if (sigemptyset(&sigset)) { | |
674 char errmsg[BUFSIZ]; | |
5435 | 675 snprintf(errmsg, BUFSIZ, "Warning: couldn't initialise empty signal set"); |
4489 | 676 perror(errmsg); |
677 } | |
678 for(sig_indx = 0; catch_sig_list[sig_indx] != -1; ++sig_indx) { | |
679 if((prev_sig_disp = signal(catch_sig_list[sig_indx], sighandler)) == SIG_ERR) { | |
680 char errmsg[BUFSIZ]; | |
5435 | 681 snprintf(errmsg, BUFSIZ, "Warning: couldn't set signal %d for catching", |
4489 | 682 catch_sig_list[sig_indx]); |
683 perror(errmsg); | |
684 } | |
685 if(sigaddset(&sigset, catch_sig_list[sig_indx])) { | |
686 char errmsg[BUFSIZ]; | |
5435 | 687 snprintf(errmsg, BUFSIZ, "Warning: couldn't include signal %d for unblocking", |
4489 | 688 catch_sig_list[sig_indx]); |
689 perror(errmsg); | |
690 } | |
691 } | |
692 for(sig_indx = 0; ignore_sig_list[sig_indx] != -1; ++sig_indx) { | |
693 if((prev_sig_disp = signal(ignore_sig_list[sig_indx], SIG_IGN)) == SIG_ERR) { | |
694 char errmsg[BUFSIZ]; | |
5435 | 695 snprintf(errmsg, BUFSIZ, "Warning: couldn't set signal %d to ignore", |
4489 | 696 ignore_sig_list[sig_indx]); |
697 perror(errmsg); | |
698 } | |
699 } | |
700 | |
701 if (sigprocmask(SIG_UNBLOCK, &sigset, NULL)) { | |
702 char errmsg[BUFSIZ]; | |
5435 | 703 snprintf(errmsg, BUFSIZ, "Warning: couldn't unblock signals"); |
4489 | 704 perror(errmsg); |
705 } | |
706 #endif | |
707 | |
708 for (i = 0; i < argc; i++) { | |
709 /* --login option */ | |
710 if (strstr(argv[i], "--l") == argv[i]) { | |
711 char *equals; | |
712 opt_login = 1; | |
713 if ((equals = strchr(argv[i], '=')) != NULL) { | |
714 /* --login=NAME */ | |
715 opt_login_arg = g_strdup(equals + 1); | |
716 if (strlen(opt_login_arg) == 0) { | |
717 g_free(opt_login_arg); | |
718 opt_login_arg = NULL; | |
719 } | |
720 } else if (i + 1 < argc && argv[i + 1][0] != '-') { | |
721 /* --login NAME */ | |
722 opt_login_arg = g_strdup(argv[i + 1]); | |
723 strcpy(argv[i + 1], " "); | |
724 } | |
725 strcpy(argv[i], " "); | |
726 } | |
727 /* -l option */ | |
728 else if (strstr(argv[i], "-l") == argv[i]) { | |
729 opt_login = 1; | |
730 if (strlen(argv[i]) > 2) { | |
731 /* -lNAME */ | |
732 opt_login_arg = g_strdup(argv[i] + 2); | |
733 } else if (i + 1 < argc && argv[i + 1][0] != '-') { | |
734 /* -l NAME */ | |
735 opt_login_arg = g_strdup(argv[i + 1]); | |
736 strcpy(argv[i + 1], " "); | |
737 } | |
738 strcpy(argv[i], " "); | |
739 } | |
740 /* --away option */ | |
741 else if (strstr(argv[i], "--aw") == argv[i]) { | |
742 char *equals; | |
743 opt_away = 1; | |
744 if ((equals = strchr(argv[i], '=')) != NULL) { | |
745 /* --away=MESG */ | |
746 opt_away_arg = g_strdup(equals + 1); | |
747 if (strlen(opt_away_arg) == 0) { | |
748 g_free(opt_away_arg); | |
749 opt_away_arg = NULL; | |
750 } | |
751 } else if (i + 1 < argc && argv[i + 1][0] != '-') { | |
752 /* --away MESG */ | |
753 opt_away_arg = g_strdup(argv[i + 1]); | |
754 strcpy(argv[i + 1], " "); | |
755 } | |
756 strcpy(argv[i], " "); | |
757 } | |
758 /* -w option */ | |
759 else if (strstr(argv[i], "-w") == argv[i]) { | |
760 opt_away = 1; | |
761 if (strlen(argv[i]) > 2) { | |
762 /* -wMESG */ | |
763 opt_away_arg = g_strdup(argv[i] + 2); | |
764 } else if (i + 1 < argc && argv[i + 1][0] != '-') { | |
765 /* -w MESG */ | |
766 opt_away_arg = g_strdup(argv[i + 1]); | |
767 strcpy(argv[i + 1], " "); | |
768 } | |
769 strcpy(argv[i], " "); | |
770 } | |
771 } | |
772 /* | |
773 if (opt_login) { | |
774 printf ("--login given with arg %s\n", | |
775 opt_login_arg ? opt_login_arg : "NULL"); | |
776 exit(0); | |
777 } | |
778 */ | |
779 | |
7538
357eb1c39b72
[gaim-migrate @ 8151]
Christian Hammond <chipx86@chipx86.com>
parents:
7521
diff
changeset
|
780 gui_check = gtk_init_check(&argc, &argv); |
4489 | 781 |
782 /* scan command-line options */ | |
783 opterr = 1; | |
784 while ((opt = getopt_long(argc, argv, | |
785 #ifndef _WIN32 | |
786 "adhu:f:vns:", | |
787 #else | |
7212
42ef0c41cefb
[gaim-migrate @ 7781]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
7168
diff
changeset
|
788 "adhu:f:vn", |
4489 | 789 #endif |
790 long_options, NULL)) != -1) { | |
791 switch (opt) { | |
792 case 'u': /* set user */ | |
793 opt_user = 1; | |
794 opt_user_arg = g_strdup(optarg); | |
795 break; | |
796 case 'a': /* account editor */ | |
797 opt_acct = 1; | |
798 break; | |
799 case 'd': /* debug */ | |
800 opt_debug = 1; | |
801 break; | |
802 case 'f': | |
803 opt_rcfile_arg = g_strdup(optarg); | |
804 break; | |
805 case 's': /* use existing session ID */ | |
806 opt_session_arg = g_strdup(optarg); | |
807 break; | |
808 case 'v': /* version */ | |
809 opt_version = 1; | |
810 break; | |
811 case 'h': /* help */ | |
812 opt_help = 1; | |
813 break; | |
814 case 'n': /* don't autologin */ | |
815 opt_nologin = 1; | |
816 break; | |
817 case '?': | |
818 default: | |
819 show_usage(1, argv[0]); | |
820 return 0; | |
821 break; | |
822 } | |
823 } | |
824 | |
825 /* show help message */ | |
826 if (opt_help) { | |
827 show_usage(0, argv[0]); | |
828 return 0; | |
829 } | |
830 /* show version message */ | |
831 if (opt_version) { | |
832 printf("Gaim %s\n",VERSION); | |
833 return 0; | |
834 } | |
5205
fefad67de2c7
[gaim-migrate @ 5573]
Christian Hammond <chipx86@chipx86.com>
parents:
5032
diff
changeset
|
835 |
7538
357eb1c39b72
[gaim-migrate @ 8151]
Christian Hammond <chipx86@chipx86.com>
parents:
7521
diff
changeset
|
836 if (!gui_check) { |
357eb1c39b72
[gaim-migrate @ 8151]
Christian Hammond <chipx86@chipx86.com>
parents:
7521
diff
changeset
|
837 char *display = gdk_get_display(); |
357eb1c39b72
[gaim-migrate @ 8151]
Christian Hammond <chipx86@chipx86.com>
parents:
7521
diff
changeset
|
838 |
357eb1c39b72
[gaim-migrate @ 8151]
Christian Hammond <chipx86@chipx86.com>
parents:
7521
diff
changeset
|
839 g_warning("cannot open display: %s", display ? display : "unset"); |
357eb1c39b72
[gaim-migrate @ 8151]
Christian Hammond <chipx86@chipx86.com>
parents:
7521
diff
changeset
|
840 g_free(display); |
357eb1c39b72
[gaim-migrate @ 8151]
Christian Hammond <chipx86@chipx86.com>
parents:
7521
diff
changeset
|
841 |
357eb1c39b72
[gaim-migrate @ 8151]
Christian Hammond <chipx86@chipx86.com>
parents:
7521
diff
changeset
|
842 return 1; |
7438 | 843 } |
6179
16e384bb7fbf
[gaim-migrate @ 6664]
Christian Hammond <chipx86@chipx86.com>
parents:
6119
diff
changeset
|
844 |
7521
8beec54d1855
[gaim-migrate @ 8134]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
7501
diff
changeset
|
845 #ifdef _WIN32 |
8beec54d1855
[gaim-migrate @ 8134]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
7501
diff
changeset
|
846 wgaim_init(hint); |
8beec54d1855
[gaim-migrate @ 8134]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
7501
diff
changeset
|
847 #endif |
7035
feb3d21a7794
[gaim-migrate @ 7598]
Christian Hammond <chipx86@chipx86.com>
parents:
7015
diff
changeset
|
848 gaim_core_set_ui_ops(gaim_gtk_core_get_ui_ops()); |
6179
16e384bb7fbf
[gaim-migrate @ 6664]
Christian Hammond <chipx86@chipx86.com>
parents:
6119
diff
changeset
|
849 |
16e384bb7fbf
[gaim-migrate @ 6664]
Christian Hammond <chipx86@chipx86.com>
parents:
6119
diff
changeset
|
850 if (!gaim_core_init(GAIM_GTK_UI)) { |
16e384bb7fbf
[gaim-migrate @ 6664]
Christian Hammond <chipx86@chipx86.com>
parents:
6119
diff
changeset
|
851 fprintf(stderr, |
16e384bb7fbf
[gaim-migrate @ 6664]
Christian Hammond <chipx86@chipx86.com>
parents:
6119
diff
changeset
|
852 "Initialization of the Gaim core failed. Dumping core.\n" |
16e384bb7fbf
[gaim-migrate @ 6664]
Christian Hammond <chipx86@chipx86.com>
parents:
6119
diff
changeset
|
853 "Please report this!\n"); |
16e384bb7fbf
[gaim-migrate @ 6664]
Christian Hammond <chipx86@chipx86.com>
parents:
6119
diff
changeset
|
854 abort(); |
16e384bb7fbf
[gaim-migrate @ 6664]
Christian Hammond <chipx86@chipx86.com>
parents:
6119
diff
changeset
|
855 } |
16e384bb7fbf
[gaim-migrate @ 6664]
Christian Hammond <chipx86@chipx86.com>
parents:
6119
diff
changeset
|
856 |
5205
fefad67de2c7
[gaim-migrate @ 5573]
Christian Hammond <chipx86@chipx86.com>
parents:
5032
diff
changeset
|
857 plugin_search_paths[0] = LIBDIR; |
fefad67de2c7
[gaim-migrate @ 5573]
Christian Hammond <chipx86@chipx86.com>
parents:
5032
diff
changeset
|
858 plugin_search_paths[1] = gaim_user_dir(); |
7600
f48c6e4db102
[gaim-migrate @ 8222]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
7538
diff
changeset
|
859 plugin_search_paths[2] = g_build_filename(gaim_user_dir(), "plugins", NULL); |
5205
fefad67de2c7
[gaim-migrate @ 5573]
Christian Hammond <chipx86@chipx86.com>
parents:
5032
diff
changeset
|
860 |
fefad67de2c7
[gaim-migrate @ 5573]
Christian Hammond <chipx86@chipx86.com>
parents:
5032
diff
changeset
|
861 gaim_plugins_set_search_paths(sizeof(plugin_search_paths) / |
fefad67de2c7
[gaim-migrate @ 5573]
Christian Hammond <chipx86@chipx86.com>
parents:
5032
diff
changeset
|
862 sizeof(*plugin_search_paths), |
fefad67de2c7
[gaim-migrate @ 5573]
Christian Hammond <chipx86@chipx86.com>
parents:
5032
diff
changeset
|
863 plugin_search_paths); |
fefad67de2c7
[gaim-migrate @ 5573]
Christian Hammond <chipx86@chipx86.com>
parents:
5032
diff
changeset
|
864 |
fefad67de2c7
[gaim-migrate @ 5573]
Christian Hammond <chipx86@chipx86.com>
parents:
5032
diff
changeset
|
865 g_free(plugin_search_paths[2]); |
fefad67de2c7
[gaim-migrate @ 5573]
Christian Hammond <chipx86@chipx86.com>
parents:
5032
diff
changeset
|
866 |
fefad67de2c7
[gaim-migrate @ 5573]
Christian Hammond <chipx86@chipx86.com>
parents:
5032
diff
changeset
|
867 gaim_plugins_probe(NULL); |
fefad67de2c7
[gaim-migrate @ 5573]
Christian Hammond <chipx86@chipx86.com>
parents:
5032
diff
changeset
|
868 |
5909 | 869 gaim_prefs_load(); |
870 | |
871 /* we only read ~/.gaimrc (load_prefs()) if there is no accounts.xml | |
872 * since prefs.xml existed alongside ~/.gaim in 0.64 */ | |
873 if (!gaim_accounts_load()) { | |
5665
132a30783c3d
[gaim-migrate @ 6081]
Christian Hammond <chipx86@chipx86.com>
parents:
5642
diff
changeset
|
874 load_prefs(); |
132a30783c3d
[gaim-migrate @ 6081]
Christian Hammond <chipx86@chipx86.com>
parents:
5642
diff
changeset
|
875 gaim_prefs_sync(); |
132a30783c3d
[gaim-migrate @ 6081]
Christian Hammond <chipx86@chipx86.com>
parents:
5642
diff
changeset
|
876 } |
132a30783c3d
[gaim-migrate @ 6081]
Christian Hammond <chipx86@chipx86.com>
parents:
5642
diff
changeset
|
877 |
6693 | 878 gaim_prefs_rename_old(); |
879 | |
5838 | 880 /* load plugins we had when we quit */ |
5949
90d0849abd3c
[gaim-migrate @ 6393]
Christian Hammond <chipx86@chipx86.com>
parents:
5943
diff
changeset
|
881 gaim_plugins_load_saved("/gaim/gtk/plugins/loaded"); |
5665
132a30783c3d
[gaim-migrate @ 6081]
Christian Hammond <chipx86@chipx86.com>
parents:
5642
diff
changeset
|
882 |
5866
d6b5cab288bb
[gaim-migrate @ 6297]
Christian Hammond <chipx86@chipx86.com>
parents:
5859
diff
changeset
|
883 gaim_pounces_load(); |
6065 | 884 gaim_status_load(); |
5581
3a9b54f260e3
[gaim-migrate @ 5985]
Christian Hammond <chipx86@chipx86.com>
parents:
5580
diff
changeset
|
885 |
5859
022786c7ab53
[gaim-migrate @ 6290]
Christian Hammond <chipx86@chipx86.com>
parents:
5858
diff
changeset
|
886 gaim_set_blist(gaim_blist_new()); |
022786c7ab53
[gaim-migrate @ 6290]
Christian Hammond <chipx86@chipx86.com>
parents:
5858
diff
changeset
|
887 gaim_blist_load(); |
022786c7ab53
[gaim-migrate @ 6290]
Christian Hammond <chipx86@chipx86.com>
parents:
5858
diff
changeset
|
888 |
5032
cb700c07ee07
[gaim-migrate @ 5375]
Christian Hammond <chipx86@chipx86.com>
parents:
5024
diff
changeset
|
889 load_pounces(); |
4489 | 890 ui_main(); |
891 | |
892 #ifdef USE_SM | |
893 session_init(argv[0], opt_session_arg); | |
894 #endif | |
895 if (opt_session_arg != NULL) { | |
896 g_free(opt_session_arg); | |
897 opt_session_arg = NULL; | |
898 }; | |
899 | |
900 /* set the default username */ | |
901 if (opt_user_arg != NULL) { | |
902 set_first_user(opt_user_arg); | |
903 g_free(opt_user_arg); | |
904 opt_user_arg = NULL; | |
905 } | |
906 | |
5535 | 907 if (gaim_prefs_get_bool("/gaim/gtk/debug/enabled")) |
5211
0241d6b6702d
[gaim-migrate @ 5581]
Christian Hammond <chipx86@chipx86.com>
parents:
5205
diff
changeset
|
908 gaim_gtk_debug_window_show(); |
4489 | 909 |
910 /* deal with --login */ | |
911 if (opt_login) { | |
912 dologin_ret = dologin_named(opt_login_arg); | |
913 if (opt_login_arg != NULL) { | |
914 g_free(opt_login_arg); | |
915 opt_login_arg = NULL; | |
916 } | |
917 } | |
918 | |
5859
022786c7ab53
[gaim-migrate @ 6290]
Christian Hammond <chipx86@chipx86.com>
parents:
5858
diff
changeset
|
919 if (!opt_acct && !opt_nologin) |
5780
a9029bed0479
[gaim-migrate @ 6205]
Christian Hammond <chipx86@chipx86.com>
parents:
5766
diff
changeset
|
920 gaim_accounts_auto_login(GAIM_GTK_UI); |
4489 | 921 |
922 if (opt_acct) { | |
6119
0d2bd49c611e
[gaim-migrate @ 6588]
Christian Hammond <chipx86@chipx86.com>
parents:
6109
diff
changeset
|
923 gaim_gtk_accounts_window_show(); |
5563
9eb5b13fd412
[gaim-migrate @ 5965]
Christian Hammond <chipx86@chipx86.com>
parents:
5549
diff
changeset
|
924 } else if ((dologin_ret == -1) && !gaim_connections_get_all()) |
4489 | 925 show_login(); |
926 | |
7168
282887c9e3dc
[gaim-migrate @ 7735]
Christian Hammond <chipx86@chipx86.com>
parents:
7150
diff
changeset
|
927 #ifdef HAVE_STARTUP_NOTIFICATION |
282887c9e3dc
[gaim-migrate @ 7735]
Christian Hammond <chipx86@chipx86.com>
parents:
7150
diff
changeset
|
928 startup_notification_complete(); |
282887c9e3dc
[gaim-migrate @ 7735]
Christian Hammond <chipx86@chipx86.com>
parents:
7150
diff
changeset
|
929 #endif |
282887c9e3dc
[gaim-migrate @ 7735]
Christian Hammond <chipx86@chipx86.com>
parents:
7150
diff
changeset
|
930 |
4489 | 931 gtk_main(); |
5684 | 932 gaim_sound_shutdown(); |
4489 | 933 #ifdef _WIN32 |
934 wgaim_cleanup(); | |
935 #endif | |
936 return 0; | |
937 | |
938 } |