From 2aa506e8a17ef67ddf43ee716b21afc780a9d0d2 Mon Sep 17 00:00:00 2001 From: Travis Reitter Date: Thu, 11 Feb 2010 15:09:32 -0800 Subject: Separate the accounts dialog into its own program which works with the Gnome preferences and control center. Where available, this also supports embedding the preferences dialog in the "extensible-shell" control center (currently in development, but likely to be mainlined soon). --- data/Makefile.am | 5 ++++- data/empathy-accounts.desktop.in.in | 15 +++++++++++++++ 2 files changed, 19 insertions(+), 1 deletion(-) create mode 100644 data/empathy-accounts.desktop.in.in (limited to 'data') diff --git a/data/Makefile.am b/data/Makefile.am index a4f37b69b..8ba57bd28 100644 --- a/data/Makefile.am +++ b/data/Makefile.am @@ -1,7 +1,10 @@ SUBDIRS = icons desktopdir = $(datadir)/applications -desktop_in_files = empathy.desktop.in +desktop_in_files = \ + empathy.desktop.in \ + empathy-accounts.desktop.in \ + $(NULL) desktop_DATA = $(desktop_in_files:.desktop.in=.desktop) @INTLTOOL_DESKTOP_RULE@ diff --git a/data/empathy-accounts.desktop.in.in b/data/empathy-accounts.desktop.in.in new file mode 100644 index 000000000..7ec3e6544 --- /dev/null +++ b/data/empathy-accounts.desktop.in.in @@ -0,0 +1,15 @@ +[Desktop Entry] +Version=1.0 +_Name=Messaging and VoIP Accounts +_GenericName=Messaging and VoIP Accounts +_Comment=Manage Messaging and VoIP accounts +Exec=empathy-accounts +Icon=empathy +StartupNotify=true +Terminal=false +Type=Application +Categories=GNOME;GTK;Settings;DesktopSettings; +X-GNOME-Bugzilla-Bugzilla=GNOME +X-GNOME-Bugzilla-Product=empathy +X-GNOME-Bugzilla-Component=General +X-GNOME-Bugzilla-Version=@VERSION@ -- cgit v1.2.3