diff options
author | Danielle Madeley <danielle.madeley@collabora.co.uk> | 2010-06-11 10:00:46 +0800 |
---|---|---|
committer | Danielle Madeley <danielle.madeley@collabora.co.uk> | 2010-06-18 09:35:16 +0800 |
commit | 161ce29c6a6c9a88d5ebbe9773ab3c276d4ad7f9 (patch) | |
tree | f1d833d1ecd1c5a2de8722b36396f4db5e8f96d7 | |
parent | a9c56d98390d3c2c592c00ceef0d10151d6f9c49 (diff) | |
download | gsoc2013-empathy-161ce29c6a6c9a88d5ebbe9773ab3c276d4ad7f9.tar gsoc2013-empathy-161ce29c6a6c9a88d5ebbe9773ab3c276d4ad7f9.tar.gz gsoc2013-empathy-161ce29c6a6c9a88d5ebbe9773ab3c276d4ad7f9.tar.bz2 gsoc2013-empathy-161ce29c6a6c9a88d5ebbe9773ab3c276d4ad7f9.tar.lz gsoc2013-empathy-161ce29c6a6c9a88d5ebbe9773ab3c276d4ad7f9.tar.xz gsoc2013-empathy-161ce29c6a6c9a88d5ebbe9773ab3c276d4ad7f9.tar.zst gsoc2013-empathy-161ce29c6a6c9a88d5ebbe9773ab3c276d4ad7f9.zip |
Add a keyfile for gsettings-data-convert
-rw-r--r-- | data/Makefile.am | 5 | ||||
-rw-r--r-- | data/empathy.convert | 74 |
2 files changed, 79 insertions, 0 deletions
diff --git a/data/Makefile.am b/data/Makefile.am index 13276a261..3d4d03d43 100644 --- a/data/Makefile.am +++ b/data/Makefile.am @@ -14,6 +14,10 @@ gsettings_SCHEMAS = \ @GSETTINGS_RULES@ +convertdir = $(datarootdir)/GConf/gsettings +convert_DATA = \ + empathy.convert + streamingprefsdir = $(datadir)/empathy streamingprefs_DATA = \ codec-preferences \ @@ -33,6 +37,7 @@ htmldir = $(datadir)/empathy html_DATA = Template.html EXTRA_DIST = \ + $(convert_DATA) \ $(desktop_in_files) \ $(desktop_DATA) \ $(gsettings_SCHEMAS) \ diff --git a/data/empathy.convert b/data/empathy.convert new file mode 100644 index 000000000..4016965c4 --- /dev/null +++ b/data/empathy.convert @@ -0,0 +1,74 @@ + + +[org.gnome.Empathy] +use-conn = /apps/empathy/use_conn +autoconnect = /apps/empathy/autoconnect +autoaway = /apps/empathy/autoaway +import-asked = /apps/empathy/import_asked +butterfly-logs-migrated = /apps/empathy/butterfly_logs_migrated +file-transfer-default-folder = /apps/empathy/file_transfer_default_folder + + +[org.gnome.Empathy.ui] +show-offline = /apps/empathy/ui/show_offline +show-avatars = /apps/empathy/ui/show_avatars +show-protocols = /apps/empathy/ui/show_protocols +compact-contact-list = /apps/empathy/ui/compact_contact_list +main-window-hidden = /apps/empathy/ui/main_window_hidden +avatar-directory = /apps/empathy/ui/avatar_directory +separate-chat-windows = /apps/empathy/ui/separate_chat_windows +chat-window-paned-pos = /apps/empathy/ui/chat_window_paned_pos + + +[org.gnome.Empathy.contacts] +sort-criterium = /apps/empathy/contacts/sort_criterium + + +[org.gnome.Empathy.sounds] +sounds-enabled = /apps/empathy/sounds/sounds_enabled +sounds-disabled-away = /apps/empathy/sounds/sounds_disabled_away +sounds-incoming-message = /apps/empathy/sounds/sounds_incoming_message +sounds-outgoing-message = /apps/empathy/sounds/sounds_outgoing_message +sounds-new-conversation = /apps/empathy/sounds/sounds_new_conversation +sounds-contact-login = /apps/empathy/sounds/sounds_contact_login +sounds-contact-logout = /apps/empathy/sounds/sounds_contact_logout +sounds-service-login = /apps/empathy/sounds/sounds_service_login +sounds-service-logout = /apps/empathy/sounds/sounds_service_logout + + +[org.gnome.Empathy.notifications] +notifications-enabled = /apps/empathy/notifications/notifications_enabled +notifications-disabled-away = /apps/empathy/notifications/notifications_disabled_away +notifications-focus = /apps/empathy/notifications/notifications_focus +notifications-contact-signin = /apps/empathy/notifications/notifications_contact_signin +notifications-contact-signout = /apps/empathy/notifications/notifications_contact_signout + + +[org.gnome.Empathy.conversation] +graphical-smileys = /apps/empathy/conversation/graphical_smileys +show-contacts-in-rooms = /apps/empathy/conversation/show_contacts_in_rooms +theme = /apps/empathy/conversation/theme +adium-path = /apps/empathy/conversation/adium_path +enable-webkit-developer-tools = /apps/empathy/conversation/enable_webkit_developer_tools +theme-chat-room = /apps/empathy/conversation/theme_chat_room +spell-checker-languages = /apps/empathy/conversation/spell_checker_languages +spell-checker-enabled = /apps/empathy/conversation/spell_checker_enabled +nick-completion-char = /apps/empathy/conversation/nick_completion_char +avatar-in-icon = /apps/empathy/conversation/avatar_in_icon + + +[org.gnome.Empathy.hints] +close-main-window = /apps/empathy/hints/close_main_window + + +[org.gnome.Empathy.accounts] +imported-mc4-accounts = /apps/empathy/accounts/imported_mc4_accounts + + +[org.gnome.Empathy.location] +publish = /apps/empathy/location/publish +resource-network = /apps/empathy/location/resource_network +resource-cell = /apps/empathy/location/resource_cell +resource-gps = /apps/empathy/location/resource_gps +reduce-accuracy = /apps/empathy/location/reduce_accuracy + |