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