diff options
author | Xan Lopez <xan@src.gnome.org> | 2003-04-09 07:13:37 +0800 |
---|---|---|
committer | Xan Lopez <xan@src.gnome.org> | 2003-04-09 07:13:37 +0800 |
commit | 6869072199d751b46f6f7757aee792a9f0eca7fe (patch) | |
tree | c693ac5274c53a931337a1df812a32a2fb50336f /data | |
parent | b934ed62cfeb93b86c0f655eff39ff0de63ef7df (diff) | |
download | gsoc2013-epiphany-6869072199d751b46f6f7757aee792a9f0eca7fe.tar.gz gsoc2013-epiphany-6869072199d751b46f6f7757aee792a9f0eca7fe.tar.zst gsoc2013-epiphany-6869072199d751b46f6f7757aee792a9f0eca7fe.zip |
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.
Diffstat (limited to 'data')
-rw-r--r-- | data/Makefile.am | 2 | ||||
-rw-r--r-- | data/art/Makefile.am | 3 | ||||
-rw-r--r-- | data/bme.desktop.in | 10 |
3 files changed, 12 insertions, 3 deletions
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; |