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