summaryrefslogtreecommitdiff
path: root/exo-open
diff options
context:
space:
mode:
authorSean Davis <smd.seandavis@gmail.com>2020-05-07 06:40:27 -0400
committerSimon Steinbeiß <ochosi@xfce.org>2020-05-11 23:18:39 +0200
commit58b6fc7c5068bfcf31b36ac91c62c122703ea76c (patch)
tree6137fdc23b6ce33c74aff50f9ec145c499edb859 /exo-open
parent9297dc7834235b74051f9d3fe9a0d05b44a0a47c (diff)
downloadexo-58b6fc7c5068bfcf31b36ac91c62c122703ea76c.tar.gz
Drop/replace all exo-helper functionality moved to xfce4-settings
Diffstat (limited to 'exo-open')
-rw-r--r--exo-open/Makefile.am9
-rw-r--r--exo-open/exo-file-manager.desktop.in13
-rw-r--r--exo-open/exo-mail-reader.desktop.in13
-rw-r--r--exo-open/exo-terminal-emulator.desktop.in12
-rw-r--r--exo-open/exo-web-browser.desktop.in13
-rw-r--r--exo-open/main.c2
6 files changed, 1 insertions, 61 deletions
diff --git a/exo-open/Makefile.am b/exo-open/Makefile.am
index 517cbfa..1693275 100644
--- a/exo-open/Makefile.am
+++ b/exo-open/Makefile.am
@@ -26,15 +26,6 @@ exo_open_LDADD = \
$(GIO_UNIX_LIBS) \
$(top_builddir)/exo/libexo-2.la
-desktopdir = $(datadir)/applications
-desktop_in_files = \
- exo-file-manager.desktop.in \
- exo-mail-reader.desktop.in \
- exo-terminal-emulator.desktop.in \
- exo-web-browser.desktop.in
-desktop_DATA = $(desktop_in_files:.desktop.in=.desktop)
-@INTLTOOL_DESKTOP_RULE@
-
EXTRA_DIST = \
$(desktop_in_files)
diff --git a/exo-open/exo-file-manager.desktop.in b/exo-open/exo-file-manager.desktop.in
deleted file mode 100644
index af969ad..0000000
--- a/exo-open/exo-file-manager.desktop.in
+++ /dev/null
@@ -1,13 +0,0 @@
-[Desktop Entry]
-Version=1.0
-Type=Application
-Exec=exo-open --launch FileManager %u
-Icon=system-file-manager
-StartupNotify=true
-Terminal=false
-Categories=Utility;X-XFCE;X-Xfce-Toplevel;
-OnlyShowIn=XFCE;
-X-XFCE-MimeType=inode/directory;x-scheme-handler/trash;
-X-AppStream-Ignore=True
-_Name=File Manager
-_Comment=Browse the file system
diff --git a/exo-open/exo-mail-reader.desktop.in b/exo-open/exo-mail-reader.desktop.in
deleted file mode 100644
index 838832f..0000000
--- a/exo-open/exo-mail-reader.desktop.in
+++ /dev/null
@@ -1,13 +0,0 @@
-[Desktop Entry]
-Version=1.0
-Type=Application
-Exec=exo-open --launch MailReader %u
-Icon=emblem-mail
-StartupNotify=true
-Terminal=false
-Categories=Network;X-XFCE;X-Xfce-Toplevel;
-OnlyShowIn=XFCE;
-X-XFCE-MimeType=x-scheme-handler/mailto;
-X-AppStream-Ignore=True
-_Name=Mail Reader
-_Comment=Read your email
diff --git a/exo-open/exo-terminal-emulator.desktop.in b/exo-open/exo-terminal-emulator.desktop.in
deleted file mode 100644
index 65fb3ec..0000000
--- a/exo-open/exo-terminal-emulator.desktop.in
+++ /dev/null
@@ -1,12 +0,0 @@
-[Desktop Entry]
-Version=1.0
-Type=Application
-Exec=exo-open --launch TerminalEmulator
-Icon=utilities-terminal
-StartupNotify=true
-Terminal=false
-Categories=Utility;X-XFCE;X-Xfce-Toplevel;
-OnlyShowIn=XFCE;
-X-AppStream-Ignore=True
-_Name=Terminal Emulator
-_Comment=Use the command line
diff --git a/exo-open/exo-web-browser.desktop.in b/exo-open/exo-web-browser.desktop.in
deleted file mode 100644
index ea7bb3f..0000000
--- a/exo-open/exo-web-browser.desktop.in
+++ /dev/null
@@ -1,13 +0,0 @@
-[Desktop Entry]
-Version=1.0
-Type=Application
-Exec=exo-open --launch WebBrowser %u
-Icon=web-browser
-StartupNotify=true
-Terminal=false
-Categories=Network;X-XFCE;X-Xfce-Toplevel;
-OnlyShowIn=XFCE;
-X-XFCE-MimeType=x-scheme-handler/http;x-scheme-handler/https;
-X-AppStream-Ignore=True
-_Name=Web Browser
-_Comment=Browse the web
diff --git a/exo-open/main.c b/exo-open/main.c
index 709daa7..7a3ee89 100644
--- a/exo-open/main.c
+++ b/exo-open/main.c
@@ -123,7 +123,7 @@ usage (void)
g_print ("\n");
/* Note to Translators: Do not translate the TYPEs (WebBrowser, MailReader, TerminalEmulator),
- * since the exo-helper utility will not accept localized TYPEs.
+ * since the xfce4-mime-helper utility will not accept localized TYPEs.
*/
g_print ("%s\n", _(" WebBrowser - The preferred Web Browser.\n"
" MailReader - The preferred Mail Reader.\n"