From 1c5c8f8e13acf05c48aef6cec56cc8a681fb202e Mon Sep 17 00:00:00 2001 From: Bruno Carlin Date: Fri, 24 May 2019 09:56:30 +0200 Subject: [PATCH] add desktop shortcuts --- .../.local/share/applications/alm.desktop | 21 +++++++++++++++++++ .../.local/share/applications/code.desktop | 20 ++++++++++++++++++ .../.local/share/applications/mimeapps.list | 0 .../.local/share/applications/vifm.desktop | 19 +++++++++++++++++ 4 files changed, 60 insertions(+) create mode 100644 desktop_entries/.local/share/applications/alm.desktop create mode 100644 desktop_entries/.local/share/applications/code.desktop create mode 100644 desktop_entries/.local/share/applications/mimeapps.list create mode 100644 desktop_entries/.local/share/applications/vifm.desktop diff --git a/desktop_entries/.local/share/applications/alm.desktop b/desktop_entries/.local/share/applications/alm.desktop new file mode 100644 index 0000000..38948ff --- /dev/null +++ b/desktop_entries/.local/share/applications/alm.desktop @@ -0,0 +1,21 @@ +[Desktop Entry] + +# The type as listed above +Type=Application + +# The version of the desktop entry specification to which this file complies +Version=1.0 + +# The name of the application +Name=Waarp ALM + +# The path to the folder in which the executable is run +#Path= + +# The executable of the application, possibly with arguments. +Exec=vimb https://alm.waarp.fr + +# Describes whether this application needs to be run in a terminal or not +Terminal=False + + diff --git a/desktop_entries/.local/share/applications/code.desktop b/desktop_entries/.local/share/applications/code.desktop new file mode 100644 index 0000000..1d5c21b --- /dev/null +++ b/desktop_entries/.local/share/applications/code.desktop @@ -0,0 +1,20 @@ +[Desktop Entry] + +# The type as listed above +Type=Application + +# The version of the desktop entry specification to which this file complies +Version=1.0 + +# The name of the application +Name=Waarp Code + +# The path to the folder in which the executable is run +#Path= + +# The executable of the application, possibly with arguments. +Exec=vimb https://code.waarp.fr + +# Describes whether this application needs to be run in a terminal or not +Terminal=False + diff --git a/desktop_entries/.local/share/applications/mimeapps.list b/desktop_entries/.local/share/applications/mimeapps.list new file mode 100644 index 0000000..e69de29 diff --git a/desktop_entries/.local/share/applications/vifm.desktop b/desktop_entries/.local/share/applications/vifm.desktop new file mode 100644 index 0000000..7f12bb1 --- /dev/null +++ b/desktop_entries/.local/share/applications/vifm.desktop @@ -0,0 +1,19 @@ +[Desktop Entry] + +# The type as listed above +Type=Application + +# The version of the desktop entry specification to which this file complies +Version=1.0 + +# The name of the application +Name=Vifm File Manager + +# The path to the folder in which the executable is run +#Path= + +# The executable of the application, possibly with arguments. +Exec=st -e vifm + +# Describes whether this application needs to be run in a terminal or not +Terminal=False