From 6f013e807c0e4f93f360dd9d589554ee280ea5fd Mon Sep 17 00:00:00 2001 From: TingPing Date: Thu, 26 Sep 2013 03:06:01 -0400 Subject: Remove whats left of gconf --- src/common/dbus/Makefile.am | 15 ---------- src/common/dbus/apps_hexchat_url_handler.schemas | 37 ------------------------ 2 files changed, 52 deletions(-) delete mode 100644 src/common/dbus/apps_hexchat_url_handler.schemas (limited to 'src/common') diff --git a/src/common/dbus/Makefile.am b/src/common/dbus/Makefile.am index c4b38fbd..39976107 100644 --- a/src/common/dbus/Makefile.am +++ b/src/common/dbus/Makefile.am @@ -7,7 +7,6 @@ libhexchatdbus_a_SOURCES = \ EXTRA_DIST = \ remote-object.xml \ - apps_hexchat_url_handler.schemas \ marshallers.list \ example.py \ org.hexchat.service.service.in \ @@ -40,17 +39,3 @@ service_DATA = $(service_in_files:.service.in=.service) $(service_DATA): $(service_in_files) Makefile @sed -e "s|\@bindir\@|$(bindir)|" $< > $@ -#if DO_GCONF -#GCONF_SCHEMA_CONFIG_SOURCE = `$(GCONFTOOL) --get-default-source` -#GCONF_SCHEMA_FILE_DIR = $(sysconfdir)/gconf/schemas -#schemadir = $(GCONF_SCHEMA_FILE_DIR) -#schema_DATA = apps_hexchat_url_handler.schemas -#install-data-local: -# if test -z "$(DESTDIR)" ; then \ -# for p in $(schema_DATA) ; do \ -# GCONF_CONFIG_SOURCE=$(GCONF_SCHEMA_CONFIG_SOURCE) $(GCONFTOOL) --makefile-install-rule $(srcdir)/$$p; \ -# done \ -# fi -#else -install-data-local: -#endif diff --git a/src/common/dbus/apps_hexchat_url_handler.schemas b/src/common/dbus/apps_hexchat_url_handler.schemas deleted file mode 100644 index 7a91657b..00000000 --- a/src/common/dbus/apps_hexchat_url_handler.schemas +++ /dev/null @@ -1,37 +0,0 @@ - - - - /schemas/desktop/gnome/url-handlers/irc/command - /desktop/gnome/url-handlers/irc/command - hexchat - string - hexchat --existing --url=%u - - The handler for "irc://" URLs - - - - - /schemas/desktop/gnome/url-handlers/irc/enabled - /desktop/gnome/url-handlers/irc/enabled - hexchat - bool - true - - Set it at TRUE if you want it activated - - - - - /schemas/desktop/gnome/url-handlers/irc/needs_terminal - /desktop/gnome/url-handlers/irc/needs_terminal - hexchat - bool - false - - Run hexchat in a terminal? - - - - - -- cgit 1.4.1