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