diff options
Diffstat (limited to 'data')
-rw-r--r-- | data/.gitignore | 2 | ||||
-rw-r--r-- | data/Makefile.am | 2 | ||||
-rw-r--r-- | data/empathy-properties.desktop.in.in | 14 |
3 files changed, 17 insertions, 1 deletions
diff --git a/data/.gitignore b/data/.gitignore index fd8659a18..b87902826 100644 --- a/data/.gitignore +++ b/data/.gitignore @@ -1,3 +1,5 @@ empathy.desktop empathy.desktop.in +empathy-properties.desktop +empathy-properties.desktop.in empathy.schemas diff --git a/data/Makefile.am b/data/Makefile.am index bc225fc34..eef680131 100644 --- a/data/Makefile.am +++ b/data/Makefile.am @@ -18,7 +18,7 @@ profile_DATA = \ groupwise.profile desktopdir = $(datadir)/applications -desktop_in_files = empathy.desktop.in +desktop_in_files = empathy.desktop.in empathy-properties.desktop.in desktop_DATA = $(desktop_in_files:.desktop.in=.desktop) @INTLTOOL_DESKTOP_RULE@ diff --git a/data/empathy-properties.desktop.in.in b/data/empathy-properties.desktop.in.in new file mode 100644 index 000000000..1f680e2cd --- /dev/null +++ b/data/empathy-properties.desktop.in.in @@ -0,0 +1,14 @@ +[Desktop Entry] +Encoding=UTF-8 +_Name=Empathy accounts +_Comment=Configure Telepathy account settings +Exec=empathy-accounts +Icon=empathy +Terminal=false +Type=Application +Categories=Settings; +OnlyShowIn=GNOME; +X-GNOME-Bugzilla-Bugzilla=GNOME +X-GNOME-Bugzilla-Product=empathy +X-GNOME-Bugzilla-Component=General +X-GNOME-Bugzilla-Version=@VERSION@ |