From 6869072199d751b46f6f7757aee792a9f0eca7fe Mon Sep 17 00:00:00 2001 From: Xan Lopez Date: Tue, 8 Apr 2003 23:13:37 +0000 Subject: Allow to launch the BME alone, rework some CORBA code, add a .desktop file Allow to launch the BME alone, rework some CORBA code, add a .desktop file for the BME. Fixes #102477. --- data/Makefile.am | 2 +- data/art/Makefile.am | 3 +-- data/bme.desktop.in | 10 ++++++++++ 3 files changed, 12 insertions(+), 3 deletions(-) create mode 100644 data/bme.desktop.in (limited to 'data') diff --git a/data/Makefile.am b/data/Makefile.am index d1df72dd6..b103c6677 100644 --- a/data/Makefile.am +++ b/data/Makefile.am @@ -8,7 +8,7 @@ server_in_files = GNOME_Epiphany_Automation.server.in GNOME_Epiphany_NautilusVie server_DATA = GNOME_Epiphany_Automation.server GNOME_Epiphany_NautilusView.server serverdir = $(libdir)/bonobo/servers -DESKTOP_IN_FILES= epiphany.desktop.in +DESKTOP_IN_FILES= epiphany.desktop.in bme.desktop.in DESKTOP_FILES= $(DESKTOP_IN_FILES:.desktop.in=.desktop) Applicationsdir = $(datadir)/applications diff --git a/data/art/Makefile.am b/data/art/Makefile.am index 57b6a453d..8e5bc397e 100644 --- a/data/art/Makefile.am +++ b/data/art/Makefile.am @@ -3,7 +3,6 @@ art_DATA = \ epiphany-unsecure.png \ epiphany.png \ epiphany-fullscreen.png \ - epiphany-bookmarks.png \ epiphany-bookmark-page.png \ epiphany-entry.png \ epiphany-download.png \ @@ -13,7 +12,7 @@ art_DATA = \ epiphany-send-link.png \ epiphany-tab-loading.gif -appicon_DATA = epiphany.png +appicon_DATA = epiphany.png epiphany-bookmarks.png appicondir = $(datadir)/pixmaps artdir = $(pkgdatadir)/art diff --git a/data/bme.desktop.in b/data/bme.desktop.in new file mode 100644 index 000000000..3010384e4 --- /dev/null +++ b/data/bme.desktop.in @@ -0,0 +1,10 @@ +[Desktop Entry] +_Name=Epiphany Bookmarks Editor +_Comment=Browse and organize your bookmarks +Exec=epiphany --bookmarks-editor +StartupNotify=true +Terminal=0 +Type=Application +Icon=epiphany-bookmarks.png +X-GNOME-DocPath= +Categories=Application;Network; -- cgit v1.2.3