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