Empathy consists of a rich set of reusable instant messaging widgets, and a GNOME client using those widgets. It uses Telepathy and Nokia's Mission Control, and reuses Gossip's UI. The main goal is to permit desktop integration by providing libempathy and libempathy-gtk libraries. libempathy-gtk is a set of powerful widgets that can be embeded into any GNOME application. feedback and ok bernd@
15 lines
587 B
Plaintext
15 lines
587 B
Plaintext
$OpenBSD: patch-data_Makefile_in,v 1.1.1.1 2007/12/11 21:40:41 jasper Exp $
|
|
Don't make empathy auto-start when running gnome-sesion.
|
|
|
|
--- data/Makefile.in.orig Thu Nov 29 18:29:53 2007
|
|
+++ data/Makefile.in Thu Nov 29 18:32:35 2007
|
|
@@ -285,7 +285,7 @@ profile_DATA = \
|
|
msn.profile
|
|
|
|
gtk_update_icon_cache = gtk-update-icon-cache -f -t $(datadir)/icons/hicolor
|
|
-autostartdir = $(datadir)/gnome/autostart
|
|
+autostartdir = $(datadir)/applications/
|
|
autostart_in_files = empathy.desktop.in
|
|
autostart_DATA = $(autostart_in_files:.desktop.in=.desktop)
|
|
schemasdir = $(GCONF_SCHEMA_FILE_DIR)
|