add desktop shortcuts

This commit is contained in:
Bruno Carlin 2019-05-24 09:56:30 +02:00
parent 93c23b8798
commit 1c5c8f8e13
4 changed files with 60 additions and 0 deletions

View file

@ -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

View file

@ -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

View file

@ -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