diff --git a/ChangeLog b/ChangeLog index 7b292c342..a49b46837 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2004-11-01 Jeff Waugh + + * po/POTFILES.in, vfs-methods/fontilus/Makefile.am, + vfs-methods/fontilus/gnome-font-viewer.desktop.in, + vfs-methods/fontilus/.cvsignore: Add a .desktop file for the + font viewer, need it for the MIME loving. D'oh! + 2004-10-21 Sebastien Bacher * capplets/default-applications/gnome-default-applications-properti diff --git a/po/POTFILES.in b/po/POTFILES.in index bf4b88621..903dfee6b 100644 --- a/po/POTFILES.in +++ b/po/POTFILES.in @@ -104,6 +104,7 @@ vfs-methods/fontilus/font-view.c vfs-methods/fontilus/fontilus-context-menu.c vfs-methods/fontilus/fontilus.schemas.in vfs-methods/fontilus/fontilus.server.in.in +vfs-methods/fontilus/gnome-font-viewer.desktop.in vfs-methods/themus/Themus_Properties_View.server.in.in vfs-methods/themus/apply-font.glade vfs-methods/themus/theme-method.c diff --git a/vfs-methods/fontilus/.cvsignore b/vfs-methods/fontilus/.cvsignore index 3194a5ed9..69d01a533 100644 --- a/vfs-methods/fontilus/.cvsignore +++ b/vfs-methods/fontilus/.cvsignore @@ -13,3 +13,4 @@ font-method.directory fontilus.schemas fontilus.server fontilus.server.in +gnome-font-viewer.desktop diff --git a/vfs-methods/fontilus/Makefile.am b/vfs-methods/fontilus/Makefile.am index 473159fab..1350320ed 100644 --- a/vfs-methods/fontilus/Makefile.am +++ b/vfs-methods/fontilus/Makefile.am @@ -42,6 +42,11 @@ server_DATA = fontilus.server fontilus.server.in: fontilus.server.in.in sed -e "s|\@LIBEXECDIR\@|$(libexecdir)|" $< > $@ +desktopdir = $(datadir)/applications +desktop_in_files = gnome-font-viewer.desktop.in +desktop_DATA = $(desktop_in_files:.desktop.in=.desktop) +@INTLTOOL_DESKTOP_RULE@ + if GCONF_SCHEMAS_INSTALL install-data-local: if test -z "$(DESTDIR)"; then \ @@ -63,4 +68,5 @@ EXTRA_DIST = \ fontilus.applications \ fontilus.server.in.in \ fontilus.schemas \ - fontilus.schemas.in + fontilus.schemas.in \ + gnome-font-viewer.desktop.in diff --git a/vfs-methods/fontilus/gnome-font-viewer.desktop.in b/vfs-methods/fontilus/gnome-font-viewer.desktop.in new file mode 100644 index 000000000..f446dac6e --- /dev/null +++ b/vfs-methods/fontilus/gnome-font-viewer.desktop.in @@ -0,0 +1,14 @@ +[Desktop Entry] +Encoding=UTF-8 +_Name=GNOME Font Viewer +_Comment=The GNOME configuration tool +Icon=gnome-settings-font +Exec=gnome-font-viewer +Terminal=false +Type=Application +StartupNotify=true +NoDisplay=true +X-GNOME-Bugzilla-Bugzilla=GNOME +X-GNOME-Bugzilla-Product=control-center +X-GNOME-Bugzilla-Component=font properties +MimeType=application/x-font-ttf;application/x-font-pcf;application/x-font-type1;application/x-font-otf;