Auto start Nextcloud and Remmina

This commit is contained in:
Anthony Rose 2019-10-03 21:51:06 +01:00
parent 132af3d12d
commit 268a26d803
3 changed files with 27 additions and 0 deletions

View file

@ -0,0 +1,10 @@
[Desktop Entry]
Categories=Utility
Type=Application
Exec=nextcloud
Name=Nextcloud desktop sync client
Comment=Nextcloud desktop synchronization client
GenericName=Folder Sync
Icon=Nextcloud
Keywords=Nextcloud;syncing;file;sharing;
X-GNOME-Autostart-Delay=3

View file

@ -0,0 +1,9 @@
[Desktop Entry]
Version=1.0
Name=Remmina Applet
Comment=Connect to remote desktops through the applet menu
Icon=org.remmina.Remmina
Exec=remmina -i
Terminal=false
Type=Application
Hidden=false

View file

@ -27,7 +27,15 @@
copy:
src: redshift.conf
dest: "{{ ansible_env.HOME }}/.config/redshift.conf"
- name: Auto start nextcloud
copy:
src: nextcloud.desktop
dest: "{{ ansible_env.HOME }}/.config/autostart/nextcloud.desktop"
- name: Auto start redshift-gtk
copy:
src: redshift-gtk.desktop
dest: "{{ ansible_env.HOME }}/.config/autostart/redshift-gtk.desktop"
- name: Auto start remmina-applet
copy:
src: remmina-applet.desktop
dest: "{{ ansible_env.HOME }}/.config/autostart/remmina-applet.desktop"