From 2e413a5db8f8693260a6facea4edc04089d9530c Mon Sep 17 00:00:00 2001
From: Ethan Robert <ethan.rbrt90@gmail.com>
Date: Fri, 28 Feb 2025 08:10:25 +0100
Subject: [PATCH] Added autostart program for the linux desktop

---
 Student/API/EasycomAPI.desktop | 8 ++++++++
 1 file changed, 8 insertions(+)
 create mode 100644 Student/API/EasycomAPI.desktop

diff --git a/Student/API/EasycomAPI.desktop b/Student/API/EasycomAPI.desktop
new file mode 100644
index 0000000..39766d7
--- /dev/null
+++ b/Student/API/EasycomAPI.desktop
@@ -0,0 +1,8 @@
+[Desktop Entry]
+Type=Application
+Exec=sh -c '~/.easycom/start.sh > /dev/null &2>/dev/null'
+Hidden=false
+NoDisplay=false
+X-GNOME-Autostart-enabled=true
+Name=EasyCom
+Comment=Start easycom on startup
\ No newline at end of file
-- 
GitLab